From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 841918D4D for ; Wed, 1 Aug 2018 17:27:25 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AFF6C4023444; Wed, 1 Aug 2018 15:27:19 +0000 (UTC) Received: from [10.36.112.37] (ovpn-112-37.ams2.redhat.com [10.36.112.37]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8CBE81C5B6; Wed, 1 Aug 2018 15:27:15 +0000 (UTC) To: Ferruh Yigit , Neil Horman , John McNamara , Marko Kovacevic Cc: dev@dpdk.org, Thomas Monjalon , Shahaf Shuler References: <20180417131221.181117-1-ferruh.yigit@intel.com> <20180417133949.32883-1-ferruh.yigit@intel.com> From: Maxime Coquelin Message-ID: <2db4adb7-bc4c-16c8-94d1-9859833d37bb@redhat.com> Date: Wed, 1 Aug 2018 17:27:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180417133949.32883-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Wed, 01 Aug 2018 15:27:24 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Wed, 01 Aug 2018 15:27:24 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'maxime.coquelin@redhat.com' RCPT:'' Subject: Re: [dpdk-dev] [PATCH v4] doc: announce ethdev CRC strip flag deprecation 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: Wed, 01 Aug 2018 15:27:25 -0000 On 04/17/2018 03:39 PM, Ferruh Yigit wrote: > Make CRC stripping default behavior, deprecate flag > DEV_RX_OFFLOAD_CRC_STRIP. > > Signed-off-by: Ferruh Yigit > Acked-by: Andrew Rybchenko > --- > v2: > * Make CRC behavior active in this release > > v3: > * Distribute switch into next two releases for more smooth transition > v18.08: add new flag to keep crc, and implement this in PMDs > v18.11: remove crc strip flag and make default behavior to strip crc > > v4: > * Remove git artifact > --- > doc/guides/rel_notes/deprecation.rst | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > Acked-by: Maxime Coquelin