Re: [dpdk-dev] [PATCH] net: add support for UDP segmentation case

2021-10-15 Thread Nicolau, Radu
Hi Olivier, thanks for the feedback. I marked it as deferred for this release. On 10/14/2021 4:46 PM, Olivier Matz wrote: Hi Radu, On Fri, Sep 03, 2021 at 11:59:42AM +0100, Radu Nicolau wrote: [PATCH] net: add support for UDP segmentation case What about this title instead? net: exclude IP

Re: [dpdk-dev] [PATCH] net: add support for UDP segmentation case

2021-10-14 Thread Olivier Matz
Hi Radu, On Fri, Sep 03, 2021 at 11:59:42AM +0100, Radu Nicolau wrote: > [PATCH] net: add support for UDP segmentation case What about this title instead? net: exclude IP len from phdr cksum if offloading UDP frag > Add support to the ipv4/ipv6 pseudo-header function when TSO is enabled > in th

[dpdk-dev] [PATCH] net: add support for UDP segmentation case

2021-09-03 Thread Radu Nicolau
Add support to the ipv4/ipv6 pseudo-header function when TSO is enabled in the UDP case, eg PKT_TX_UDP_SEG is set in the mbuf ol_flags Signed-off-by: Declan Doherty Signed-off-by: Radu Nicolau --- lib/net/rte_ip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/net/