Skip to content

Commit

Permalink
Merge pull request #176 from javierguerragiraldez/multicast_promisc
Browse files Browse the repository at this point in the history
Intel10G: set default flag to include MPE: Multicast Promiscuous
  • Loading branch information
lukego committed May 26, 2014
2 parents af8be4f + 63578a8 commit 4b79d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/intel/intel10g.lua
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ function M_vf:init_receive ()
self.pf.r.PSRTYPE[poolnum](0) -- no splitting, use pool's first queue
self.r.RSCCTL(0x0) -- no RSC
self:set_receive_descriptors()
self.pf.r.PFVML2FLT[poolnum]:set(bits{BAM=27, AUPE=24})
self.pf.r.PFVML2FLT[poolnum]:set(bits{MPE=28, BAM=27, AUPE=24})
self.r.RXDCTL(bits{Enable=25, VME=30})
self.r.RXDCTL:wait(bits{enable=25})
self.r.DCA_RXCTRL:clr(bits{RxCTRL=12})
Expand Down

0 comments on commit 4b79d89

Please sign in to comment.