[dpdk-dev] [PATCH 1/5] vmxnet3: fix all multicast vs promiscious

2014-07-22 Thread Thomas Monjalon
Signed-off-by: Stephen Hemminger Serie acked-by: Thomas Monjalon Applied for version 1.7.1. Stephen, do you plan to merge the Brocade's version of vmxnet3? Thanks -- Thomas

[dpdk-dev] [PATCH 1/5] vmxnet3: fix all multicast vs promiscious

2014-06-12 Thread Stephen Hemminger
The driver was incorrectly enabling/disabling promiscious mode when it should have be setting/clearing all multicast mode. Signed-off-by: Stephen Hemminger --- a/lib/librte_pmd_vmxnet3/vmxnet3_ethdev.c 2014-06-10 15:30:24.97039 -0700 +++ b/lib/librte_pmd_vmxnet3/vmxnet3_ethdev.c 2014-06