From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethtool: disable promiscuous mode by default Date: Fri, 21 Apr 2017 02:23:54 +0200 Message-ID: <2233343.mu9cWWFKfO@xps> References: <1492027099-9193-1-git-send-email-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Remy Horton To: Qi Zhang Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 830A82BAE for ; Fri, 21 Apr 2017 02:23:55 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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-by: Qi Zhang > > --- > > > > examples/ethtool/ethtool-app/main.c | 1 - > > 1 file changed, 1 deletion(-) > > Acked-by: Remy Horton Applied, thanks