From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E864D1B054 for ; Wed, 11 Jul 2018 04:12:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2018 19:12:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,336,1526367600"; d="scan'208";a="65902793" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.193]) ([10.67.119.193]) by fmsmga002.fm.intel.com with ESMTP; 10 Jul 2018 19:12:08 -0700 Message-ID: <5B45D496.2060703@intel.com> Date: Wed, 11 Jul 2018 17:57:42 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "xu,gang" , dts@dpdk.org References: <1528698594-50347-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1528698594-50347-1-git-send-email-gangx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V2] fix vlan filter off in invalid X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2018 02:12:10 -0000 Thanks, Gang. Applied. On 06/11/2018 02:29 PM, xu,gang wrote: > Before the dpdk commit 8b9bd0efe0b6920a08e28eebacf2bb916bdf5653 > VLAN filter and VLAN strip are enabled in testpmd by default. > But since this commit ,they are disabled by default. > so "vlam set filter off 0" can't be expected, need "vlan set filter on 0" first > > > Signed-off-by: xu,gang