Re: [dpdk-dev] [PATCH v4] doc: announce ethdev CRC strip flag deprecation

2018-08-02 Thread Shahaf Shuler
Wednesday, August 1, 2018 6:27 PM, Maxime Coquelin: > Subject: Re: [dpdk-dev] [PATCH v4] doc: announce ethdev CRC strip flag > deprecation > > > > On 04/17/2018 03:39 PM, Ferruh Yigit wrote: > > Make CRC stripping default behavior, deprecate flag > > DEV_RX_OFFLOAD

Re: [dpdk-dev] [PATCH v4] doc: announce ethdev CRC strip flag deprecation

2018-08-01 Thread Maxime Coquelin
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

Re: [dpdk-dev] [PATCH v4] doc: announce ethdev CRC strip flag deprecation

2018-05-27 Thread Thomas Monjalon
17/04/2018 15:47, Shahaf Shuler: > Tuesday, April 17, 2018 4:40 PM, Ferruh Yigit: > > Subject: [PATCH v4] doc: announce ethdev CRC strip flag deprecation > > > > Make CRC stripping default behavior, deprecate flag > > DEV_RX_OFFLOAD_CRC_STRIP. > > > > Signed-off-by: Ferruh Yigit > > Acked-by: An

Re: [dpdk-dev] [PATCH v4] doc: announce ethdev CRC strip flag deprecation

2018-04-17 Thread Shahaf Shuler
Tuesday, April 17, 2018 4:40 PM, Ferruh Yigit: > Subject: [PATCH v4] doc: announce ethdev CRC strip flag deprecation > > 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

[dpdk-dev] [PATCH v4] doc: announce ethdev CRC strip flag deprecation

2018-04-17 Thread Ferruh Yigit
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, a