Skip to content

Commit

Permalink
Enable RSS queues via PSRTYPE properly for VMDq
Browse files Browse the repository at this point in the history
  • Loading branch information
takikawa committed Aug 16, 2017
1 parent 70968dd commit 32857a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/intel_mp/intel_mp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ function Intel:init_rx_q ()

-- VMDq pool state (4.6.10.1.4)
if self.vmdq then
-- packet splitting (none)
self.r.PSRTYPE[self.poolnum](0)
-- packet splitting none, enable 4 RSS queues per pool
self.r.PSRTYPE[self.poolnum](bits { RQPL=30 })
-- multicast promiscuous, broadcast accept, accept untagged pkts
self.r.PFVML2FLT[self.poolnum]:set(bits { MPE=28, BAM=27, AUPE=24 })
end
Expand Down

0 comments on commit 32857a2

Please sign in to comment.