[dpdk-dev] [PATCH] e1000: enable allmulticast support for VF

2015-07-14 Thread Lu, Wenzhuo
Hi Yury, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yury Kylulin > Sent: Thursday, May 28, 2015 10:47 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] e1000: enable allmulticast support for VF > > Add support to enable

[dpdk-dev] [PATCH] e1000: enable allmulticast support for VF

2015-06-16 Thread Lu, Wenzhuo
lulin Sent: Thursday, May 28, 2015 10:47 PM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH] e1000: enable allmulticast support for VF Add support to enable and disable reception of all multicast packets by the VF using standard API rte_eth_allmulticast_enable()/rte_eth_allmulticast_disable().

[dpdk-dev] [PATCH] e1000: enable allmulticast support for VF

2015-06-15 Thread Thomas Monjalon
We still have no maintainer for e1000. Anyone to double-check this short patch? 2015-05-28 17:46, Yury Kylulin: > Add support to enable and disable reception of all multicast packets by the > VF using standard API > rte_eth_allmulticast_enable()/rte_eth_allmulticast_disable(). > >

[dpdk-dev] [PATCH] e1000: enable allmulticast support for VF

2015-05-28 Thread Yury Kylulin
Add support to enable and disable reception of all multicast packets by the VF using standard API rte_eth_allmulticast_enable()/rte_eth_allmulticast_disable(). Signed-off-by: Yury Kylulin --- drivers/net/e1000/igb_ethdev.c | 20 1 file changed, 20 insertions(+) diff