[PATCH] app/testpmd: fix GTP L2 len in checksum engine

2023-04-02 Thread Raslan Darawsheh
GTP header can be followed by an optional 32 bits extension. But, l2_len value statically set to RTE_ETHER_GTP_HLEN which is defined to be (sizeof(struct rte_udp_hdr) + sizeof(struct rte_gtp_hdr)) This fixes the l2_len to take into consideration the extension size. Fixes: d8e5e69f3a9b ("

[PATCH] doc/ark: replace word segregation

2023-04-02 Thread Stephen Hemminger
The word "segregation" brings up troubling memorys. Instead, use the term seperation which is what DPDK flow docs use. Signed-off-by: Stephen Hemminger --- doc/guides/nics/ark.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rs

RE: [PATCH v5 0/3] Recycle buffers from Tx to Rx

2023-04-02 Thread Feifei Wang
Thanks for the reviewing. > -Original Message- > From: Stephen Hemminger > Sent: Thursday, March 30, 2023 11:05 PM > To: Feifei Wang > Cc: dev@dpdk.org; konstantin.v.anan...@yandex.ru; > m...@smartsharesystems.com; nd > Subject: Re: [PATCH v5 0/3] Recycle buffers from Tx to Rx > > On T

Re: [PATCH] doc/ark: replace word segregation

2023-04-02 Thread Tyler Retzlaff
On Sun, Apr 02, 2023 at 03:53:56PM -0700, Stephen Hemminger wrote: > The word "segregation" brings up troubling memorys. > Instead, use the term seperation which is what DPDK flow docs use. > > Signed-off-by: Stephen Hemminger Acked-by: Tyler Retzlaff

Re: [PATCH 0/6] windows: remove most pthread lifetime shim functions

2023-04-02 Thread Tyler Retzlaff
early review if possible please, would like to have this in from the start of 23.07 to work against. thanks! On Fri, Mar 17, 2023 at 03:34:14PM -0700, Tyler Retzlaff wrote: > Adopt rte thread APIs in code built for Windows to decouple it from the > pthread shim. > > Remove most of the pthread_xx

RE: [PATCH] net/iavf: fix VLAN offload with AVX512

2023-04-02 Thread Zhang, Qi Z
> -Original Message- > From: Lu, Wenzhuo > Sent: Wednesday, March 29, 2023 9:06 AM > To: mschmidt ; dev@dpdk.org > Cc: Richardson, Bruce ; Konstantin Ananyev > ; Wu, Jingjing ; > Xing, Beilei ; Rong, Leyi ; > sta...@dpdk.org > Subject: RE: [PATCH] net/iavf: fix VLAN offload with AVX512

RE: [PATCH v6] net/ice: fix ice dcf control thread crash

2023-04-02 Thread Zhang, Qi Z
> -Original Message- > From: Ye, MingjinX > Sent: Wednesday, March 22, 2023 1:56 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; sta...@dpdk.org; Zhou, YidingX > ; Ye, MingjinX ; Zhang, > Ke1X ; Zhang, Qi Z > Subject: [PATCH v6] net/ice: fix ice dcf control thread crash > > The control thr

[PATCH] version: 23.07-rc0

2023-04-02 Thread David Marchand
Start a new release cycle with empty release notes. Bump version and ABI minor. Signed-off-by: David Marchand --- .github/workflows/build.yml| 2 +- ABI_VERSION| 2 +- VERSION| 2 +- doc/guides/rel_notes/index.rst