Skip to content

Commit

Permalink
Explicitly disable rxq/txq for intel_mp test
Browse files Browse the repository at this point in the history
  • Loading branch information
takikawa authored and wingo committed Sep 18, 2017
1 parent 4f27b28 commit b9a04a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/intel_mp/test_10g_sw_sem.snabb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local intel = require("apps.intel_mp.intel_mp")
local pci0 = os.getenv("SNABB_PCI_INTEL0")
local pci1 = os.getenv("SNABB_PCI_INTEL1")
local nic = intel.Intel:new({pciaddr = pci0})
local nic = intel.Intel:new({pciaddr = pci0, rxq = "off", txq = "off"})

nic:unlock_sw_sem()
nic:lock_sw_sem()
Expand Down

0 comments on commit b9a04a0

Please sign in to comment.