Re: [dpdk-dev] [PATCH] ethtool: disable promiscuous mode by default

2017-04-20 Thread Thomas Monjalon
18/04/2017 16:26, Remy Horton: > Probably ought to also add a new command so that promiscuous mode can be > enabled if needed. > > On 12/04/2017 20:58, Qi Zhang wrote: > > Disable promiscuous mode by default since VLAN filter > > does not work when promiscuous mode is enabled. > > > > Signed-off-

Re: [dpdk-dev] [PATCH] ethtool: disable promiscuous mode by default

2017-04-18 Thread Remy Horton
Probably ought to also add a new command so that promiscuous mode can be enabled if needed. On 12/04/2017 20:58, Qi Zhang wrote: Disable promiscuous mode by default since VLAN filter does not work when promiscuous mode is enabled. Signed-off-by: Qi Zhang --- examples/ethtool/ethtool-app/main

[dpdk-dev] [PATCH] ethtool: disable promiscuous mode by default

2017-04-12 Thread Qi Zhang
Disable promiscuous mode by default since VLAN filter does not work when promiscuous mode is enabled. Signed-off-by: Qi Zhang --- examples/ethtool/ethtool-app/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/ethtool/ethtool-app/main.c b/examples/ethtool/ethtool-app/main.c inde