From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8DC7D1B54A for ; Mon, 6 Aug 2018 07:41:07 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Aug 2018 22:41:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,451,1526367600"; d="scan'208";a="252198905" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.193]) ([10.67.119.193]) by fmsmga006.fm.intel.com with ESMTP; 05 Aug 2018 22:41:05 -0700 Message-ID: <5B684C44.4040005@intel.com> Date: Mon, 06 Aug 2018 21:25:24 +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: "han,yingya" , dts@dpdk.org References: <1533193132-110614-1-git-send-email-yingyax.han@intel.com> In-Reply-To: <1533193132-110614-1-git-send-email-yingyax.han@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V2]tests/shutdown_api: fix the crc-strip issue 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, 06 Aug 2018 05:41:08 -0000 Thanks, Yingya. Applied. On 08/02/2018 02:58 PM, han,yingya wrote: > The "disable-crc-strip" parameter was modified in dpdk 18.08. > The expected value for RX_offloads when crc-strip is off is 0x10000 and when crc-strip is on is 0x1000. > More details can refer to dpdk commit e557ebc0 and DPDK-5829. > > > Signed-off-by: han,yingya