[dpdk-dev] [PATCH v2] ixgbe: support multicast promiscuous mode on VF

2016-03-08 Thread Bruce Richardson
On Thu, Mar 03, 2016 at 03:51:25AM +, Wang, Xiao W wrote: > Hi, > > > > > + > > > > + err = mbx->ops.write_posted(hw, msgbuf, 2, 0); > > > > + if (err) > > > > + return err; > > > > + > > > > + err = mbx->ops.read_posted(hw, msgbuf, 2, 0); > > > > > > Is it

[dpdk-dev] [PATCH v2] ixgbe: support multicast promiscuous mode on VF

2016-03-03 Thread Wang, Xiao W
Hi, > > > + > > > + err = mbx->ops.write_posted(hw, msgbuf, 2, 0); > > > + if (err) > > > + return err; > > > + > > > + err = mbx->ops.read_posted(hw, msgbuf, 2, 0); > > > > Is it more reasonable to read a message of size 1 than 2? Pf side only > > write 1 word into mbx. > Thanks for the

[dpdk-dev] [PATCH v2] ixgbe: support multicast promiscuous mode on VF

2016-02-15 Thread Lu, Wenzhuo
Hi Xiao, > -Original Message- > From: Wang, Xiao W > Sent: Monday, February 15, 2016 4:10 PM > To: Lu, Wenzhuo; dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2] ixgbe: support multicast promiscuous mode > on VF > > Hi, > > Best Regards, > Wang,

[dpdk-dev] [PATCH v2] ixgbe: support multicast promiscuous mode on VF

2016-02-15 Thread Wang, Xiao W
Hi, Best Regards, Wang, Xiao > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Sunday, February 14, 2016 2:25 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2] ixgbe: support multicast promiscuous mode on > VF

[dpdk-dev] [PATCH v2] ixgbe: support multicast promiscuous mode on VF

2016-02-14 Thread Wenzhuo Lu
Add multicast promiscuous mode support on ixgbe VF driver. Please note if we want to use this promiscuous mode, we need both PF and VF driver to support it. The reason is this VF feature is configged on PF. If use kernel PF driver + dpdk VF driver, make sure kernel PF driver support VF multicast