Re: [dpdk-dev] [PATCH 3/4] net/enic: support multicast filtering

2019-01-14 Thread Ferruh Yigit
On 1/12/2019 4:49 AM, Hyong Youb Kim wrote: > On Fri, Jan 11, 2019 at 03:46:47PM +, Ferruh Yigit wrote: >> On 12/10/2018 6:28 PM, Hyong Youb Kim wrote: >>> The VIC hardware has 64 MAC filters per vNIC, which can be either >>> unicast or multicast. Use one half for unicast and the other half for

Re: [dpdk-dev] [PATCH 3/4] net/enic: support multicast filtering

2019-01-11 Thread Hyong Youb Kim
On Fri, Jan 11, 2019 at 03:46:47PM +, Ferruh Yigit wrote: > On 12/10/2018 6:28 PM, Hyong Youb Kim wrote: > > The VIC hardware has 64 MAC filters per vNIC, which can be either > > unicast or multicast. Use one half for unicast and the other half for > > multicast, as the VIC kernel drivers for L

Re: [dpdk-dev] [PATCH 3/4] net/enic: support multicast filtering

2019-01-11 Thread Ferruh Yigit
On 12/10/2018 6:28 PM, Hyong Youb Kim wrote: > The VIC hardware has 64 MAC filters per vNIC, which can be either > unicast or multicast. Use one half for unicast and the other half for > multicast, as the VIC kernel drivers for Linux and Windows do. > > Signed-off-by: Hyong Youb Kim > Reviewed-by

[dpdk-dev] [PATCH 3/4] net/enic: support multicast filtering

2018-12-10 Thread Hyong Youb Kim
The VIC hardware has 64 MAC filters per vNIC, which can be either unicast or multicast. Use one half for unicast and the other half for multicast, as the VIC kernel drivers for Linux and Windows do. Signed-off-by: Hyong Youb Kim Reviewed-by: John Daley --- doc/guides/nics/features/enic.ini | 2