Skip to content

Commit

Permalink
intel_mp: Enable VM TX loopback in VMDq mode
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneia committed Oct 1, 2019
1 parent 815ac59 commit 8879ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/intel_mp/intel_mp.lua
Expand Up @@ -649,7 +649,7 @@ function Intel:init_tx_q () -- 4.5.10
-- enables packet Tx for this VF's pool
self.r.PFVFTE[math.floor(self.poolnum/32)]:set(bits{VFTE=self.poolnum%32})
-- enable TX loopback
self.r.PFVMTXSW[math.floor(self.poolnum/32)]:clr(bits{LLE=self.poolnum%32})
self.r.PFVMTXSW[math.floor(self.poolnum/32)]:set(bits{LLE=self.poolnum%32})
end

if self.r.DMATXCTL then
Expand Down

0 comments on commit 8879ff0

Please sign in to comment.