[dpdk-dev] [PATCH 0/5] multicast address filtering

2015-06-12 Thread Thomas Monjalon
2015-05-28 17:05, Ivan Boule: > Introduce PMD API to set the list of multicast MAC addresses filtered > by a port. > Implemented in the following PMDs: igb, igbvf, em, ixgbe, and ixgbevf. > Implementation for physical PMDs i40e, i40evf, enic, and fm10k left > to their respective maintainers. > >

[dpdk-dev] [PATCH 0/5] multicast address filtering

2015-05-29 Thread Ivan Boule
On 05/28/2015 06:21 PM, Stephen Hemminger wrote: > On Thu, 28 May 2015 17:05:18 +0200 > Ivan Boule wrote: > >> Introduce PMD API to set the list of multicast MAC addresses filtered >> by a port. >> Implemented in the following PMDs: igb, igbvf, em, ixgbe, and ixgbevf. >> Implementation for

[dpdk-dev] [PATCH 0/5] multicast address filtering

2015-05-29 Thread Stephen Hemminger
On Fri, 29 May 2015 11:33:54 +0200 Ivan Boule wrote: > On 05/28/2015 06:21 PM, Stephen Hemminger wrote: > > On Thu, 28 May 2015 17:05:18 +0200 > > Ivan Boule wrote: > > > >> Introduce PMD API to set the list of multicast MAC addresses filtered > >> by a port. > >> Implemented in the following

[dpdk-dev] [PATCH 0/5] multicast address filtering

2015-05-28 Thread Ivan Boule
Introduce PMD API to set the list of multicast MAC addresses filtered by a port. Implemented in the following PMDs: igb, igbvf, em, ixgbe, and ixgbevf. Implementation for physical PMDs i40e, i40evf, enic, and fm10k left to their respective maintainers. Ivan Boule (5): ethdev: add multicast

[dpdk-dev] [PATCH 0/5] multicast address filtering

2015-05-28 Thread Stephen Hemminger
On Thu, 28 May 2015 17:05:18 +0200 Ivan Boule wrote: > Introduce PMD API to set the list of multicast MAC addresses filtered > by a port. > Implemented in the following PMDs: igb, igbvf, em, ixgbe, and ixgbevf. > Implementation for physical PMDs i40e, i40evf, enic, and fm10k left > to their