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

2016-02-14 Thread Lu, Wenzhuo
Hi Bruce, Best regards Wenzhuo Lu > -Original Message- > From: Richardson, Bruce > Sent: Monday, February 8, 2016 10:02 PM > To: Lu, Wenzhuo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] ixgbe: support multicast promiscuous mode on > VF > > On Mon,

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

2016-02-08 Thread Bruce Richardson
On Mon, Jan 04, 2016 at 04:07:16PM +0800, Wenzhuo Lu wrote: > 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 dr

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

2016-02-03 Thread He, Shaopeng
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Monday, January 04, 2016 4:07 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ixgbe: support multicast promiscuous mode on > VF > > Add multicast promiscuous

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

2016-01-04 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 p