Skip to content

Commit

Permalink
Disable VMDq check if not in VMDq mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola 'tekNico' Larosa authored and takikawa committed Aug 16, 2017
1 parent 871494e commit a13a385
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/apps/intel_mp/intel_mp.lua
Expand Up @@ -356,7 +356,9 @@ function Intel:new (conf)

self:init()
self.fd:flock("sh")
self:check_vmdq()
if self.vmdq then
self:check_vmdq()
end
self:init_tx_q()
self:init_rx_q()
self:set_MAC()
Expand Down

0 comments on commit a13a385

Please sign in to comment.