Re: [dpdk-dev] [PATCH v4 1/2] ethdev: add packet integrity checks

2021-04-14 Thread Ferruh Yigit
On 4/14/2021 2:27 PM, Ferruh Yigit wrote: On 4/14/2021 1:56 PM, Gregory Etelson wrote: From: Ori Kam Currently, DPDK application can offload the checksum check, and report it in the mbuf. However, as more and more applications are offloading some or all logic and action to the HW, there is a

Re: [dpdk-dev] [PATCH v4 1/2] ethdev: add packet integrity checks

2021-04-14 Thread Ferruh Yigit
On 4/14/2021 1:56 PM, Gregory Etelson wrote: From: Ori Kam Currently, DPDK application can offload the checksum check, and report it in the mbuf. However, as more and more applications are offloading some or all logic and action to the HW, there is a need to check the packet integrity so the r