Re: [dpdk-dev] [PATCH v2] net: do fragmented headers check in non-debug build as well

2020-07-20 Thread Ferruh Yigit
On 7/13/2020 3:22 PM, Andrew Rybchenko wrote: > Pseudo-header checksum calculation requires contiguous headers. > There is no any formal requirements on data location and mbuf > structure which could be used by the application. > > Since > > commit dfc6b2fd8da3 ("mbuf: remove Intel offload checks

[dpdk-dev] [PATCH v2] net: do fragmented headers check in non-debug build as well

2020-07-13 Thread Andrew Rybchenko
Pseudo-header checksum calculation requires contiguous headers. There is no any formal requirements on data location and mbuf structure which could be used by the application. Since commit dfc6b2fd8da3 ("mbuf: remove Intel offload checks from generic API") fragmented headers checks are done insi