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

2018-04-17 Thread Ferruh Yigit
On 4/17/2018 2:12 PM, Ferruh Yigit wrote: > Make CRC stripping default behavior, deprecate flag > DEV_RX_OFFLOAD_CRC_STRIP. > > Signed-off-by: Ferruh Yigit > > --- > v2: > * Make CRC behavior active in this release > > v3: > * Distribute switch into next two releases for more smooth transition

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

2018-04-17 Thread Andrew Rybchenko
On 04/17/2018 04:12 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

[dpdk-dev] [PATCH v3] 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 --- 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