X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FMemif.py;h=32096d0ca5e63208ea04eb0c418d2b928992fbb2;hp=4e0bb5fa4f908c491413d50aad25744eaade696d;hb=538b3e9fdedc1dd9ccfc3a4765528f17c2cf6da5;hpb=ed3d8f33e35092d58a5b611af4e148dcce680921 diff --git a/resources/libraries/python/Memif.py b/resources/libraries/python/Memif.py index 4e0bb5fa4f..32096d0ca5 100644 --- a/resources/libraries/python/Memif.py +++ b/resources/libraries/python/Memif.py @@ -122,7 +122,7 @@ class Memif: @staticmethod def create_memif_interface( - node, filename, mid, sid, rxq=1, txq=1, role=u"SLAVE", use_dma=False + node, filename, mid, sid, rxq=1, txq=1, role=u"SLAVE", use_dma=False ): """Create Memif interface on the given node.