Skip to content

Commit

Permalink
intel_mp: fix a bug in VMDq BAM (bcast accept) handling for the i350
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneia committed Jan 21, 2019
1 parent 703eb9a commit d29763d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/intel_mp/intel_mp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ end
function Intel1g:set_vmdq_rx_pool ()
-- long packets enabled, multicast promiscuous, broadcast accept, accept
-- untagged pkts
self.r.VMOLR[self.poolnum]:set(bits { LPE=16, MPE=28, BAM=26, AUPE=14 })
self.r.VMOLR[self.poolnum]:set(bits { LPE=16, MPE=28, BAM=27, AUPE=24 })
-- packet splitting none
self.r.PSRTYPE[self.poolnum](0)
end
Expand Down

0 comments on commit d29763d

Please sign in to comment.