Re: [dpdk-dev] [PATCH] netvsc: support multicast/promiscuous settings on VF

2018-10-01 Thread Ferruh Yigit
On 9/21/2018 5:54 PM, Stephen Hemminger wrote: > Provide API's to enable allmulticast and promiscuous in Netvsc PMD > with VF. This keeps the VF and PV path in sync. > > Signed-off-by: Stephen Hemminger Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [PATCH] netvsc: support multicast/promiscuous settings on VF

2018-09-25 Thread Stephen Hemminger
On Mon, 24 Sep 2018 16:49:24 +0100 Ferruh Yigit wrote: > On 9/21/2018 5:54 PM, Stephen Hemminger wrote: > > Provide API's to enable allmulticast and promiscuous in Netvsc PMD > > with VF. This keeps the VF and PV path in sync. > > VF and PF? > > > > > Signed-off-by: Stephen Hemminger > > --

Re: [dpdk-dev] [PATCH] netvsc: support multicast/promiscuous settings on VF

2018-09-24 Thread Ferruh Yigit
On 9/21/2018 5:54 PM, Stephen Hemminger wrote: > Provide API's to enable allmulticast and promiscuous in Netvsc PMD > with VF. This keeps the VF and PV path in sync. VF and PF? > > Signed-off-by: Stephen Hemminger > --- > Patch against dpdk-net-next > > drivers/net/netvsc/hn_ethdev.c | 14 +++

[dpdk-dev] [PATCH] netvsc: support multicast/promiscuous settings on VF

2018-09-21 Thread Stephen Hemminger
Provide API's to enable allmulticast and promiscuous in Netvsc PMD with VF. This keeps the VF and PV path in sync. Signed-off-by: Stephen Hemminger --- Patch against dpdk-net-next drivers/net/netvsc/hn_ethdev.c | 14 + drivers/net/netvsc/hn_var.h| 9 + drivers/net/netvs