Re: [PATCH] net/gve: add IPv4 checksum offloading capability

2024-04-11 Thread Ferruh Yigit
On 3/14/2024 12:18 PM, Rushil Gupta wrote: > Gvnic's DQO format allows offloading IPv4 checksum. > Made changes to Tx and Rx path to translate DPDK flags > to descriptor for offloading (and vice-versa). > Add ptype adminq support to only add this flags for > supported L3/L4 packet-types. > > Signe

[PATCH] net/gve: add IPv4 checksum offloading capability

2024-03-14 Thread Rushil Gupta
Gvnic's DQO format allows offloading IPv4 checksum. Made changes to Tx and Rx path to translate DPDK flags to descriptor for offloading (and vice-versa). Add ptype adminq support to only add this flags for supported L3/L4 packet-types. Signed-off-by: Rushil Gupta Reviewed-by: Joshua Washington -