Re: [PATCH v2] net/iavf: fix checksum offloading

2023-08-24 Thread Patrick Robb
Beilei ; Sinha, > Abhijit > > ; Doherty, Declan ; > > Nicolau, Radu > > Subject: [PATCH v2] net/iavf: fix checksum offloading > > > > l2_len and l3_len fields are related to Tx offloading features. > > > > It is undefined in the DPDK API what those fields may con

RE: [PATCH v2] net/iavf: fix checksum offloading

2023-08-23 Thread Zhang, Qi Z
au, Radu > Subject: [PATCH v2] net/iavf: fix checksum offloading > > l2_len and l3_len fields are related to Tx offloading features. > > It is undefined in the DPDK API what those fields may contain if an > application > did not request a Tx offload. > > Skip reading

[PATCH v2] net/iavf: fix checksum offloading

2023-08-22 Thread David Marchand
l2_len and l3_len fields are related to Tx offloading features. It is undefined in the DPDK API what those fields may contain if an application did not request a Tx offload. Skip reading them if no Tx offloads has been requested. Fixes: 1e728b01120c ("net/iavf: rework Tx path") Cc: sta...@dpdk.o