From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 12A961F5 for ; Mon, 15 May 2017 03:25:58 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 May 2017 18:25:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,342,1491289200"; d="scan'208";a="1130204791" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga001.jf.intel.com with ESMTP; 14 May 2017 18:25:55 -0700 Message-ID: <591900AF.2030907@intel.com> Date: Mon, 15 May 2017 09:13:19 +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: Lijuan Tu , dts@dpdk.org References: <1494493208-42770-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1494493208-42770-1-git-send-email-lijuanx.a.tu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1]vf_vlan: remove crc-strip parameter and adjust to newer kernel driver. 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: Mon, 15 May 2017 01:25:59 -0000 Thanks, applied. On 05/11/2017 05:00 PM, Lijuan Tu wrote: > 1, i40e VF HW crc-strip default enabled after commit 60da774e. > 2, ixgbe's behavior of vlan changed after 1.5, > 3, i40e's behavior of vlan changed after 1.6 > > Signed-off-by: Lijuan Tu > --- > tests/TestSuite_vf_vlan.py | 38 +++++++++++++++++--------------------- > 1 file changed, 17 insertions(+), 21 deletions(-)