From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 034732BB0 for ; Tue, 18 Apr 2017 16:26:44 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 18 Apr 2017 07:26:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,219,1488873600"; d="scan'208";a="78491148" Received: from rhorton-mobl1.ger.corp.intel.com (HELO [163.33.230.215]) ([163.33.230.215]) by orsmga004.jf.intel.com with ESMTP; 18 Apr 2017 07:26:43 -0700 To: Qi Zhang References: <1492027099-9193-1-git-send-email-qi.z.zhang@intel.com> Cc: dev@dpdk.org From: Remy Horton Organization: Intel Shannon Limited Message-ID: Date: Tue, 18 Apr 2017 15:26:42 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1492027099-9193-1-git-send-email-qi.z.zhang@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] ethtool: disable promiscuous mode by default X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2017 14:26:45 -0000 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