From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v4] doc: announce ethdev CRC strip flag deprecation Date: Wed, 1 Aug 2018 17:27:12 +0200 Message-ID: <2db4adb7-bc4c-16c8-94d1-9859833d37bb@redhat.com> References: <20180417131221.181117-1-ferruh.yigit@intel.com> <20180417133949.32883-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Thomas Monjalon , Shahaf Shuler To: Ferruh Yigit , Neil Horman , John McNamara , Marko Kovacevic 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) In-Reply-To: <20180417133949.32883-1-ferruh.yigit@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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