[PATCH v2] app/testpmd: fix issue with memory leaks when quit testpmd

2022-03-13 Thread Ke Zhang
when dpdk is compiled in ASan, there is a memory leaks after quit testpmd if set mcast_addr, this patch fix this issue. Error info as following: ERROR: LeakSanitizer: detected memory leaksDirect leak of 192 byte(s) 0 0x7f6a2e0aeffe in __interceptor_realloc (/lib/x86_64-linux-gnu/lib

[PATCH v2] app/testpmd: fix issue with memory leaks when quit testpmd

2022-03-13 Thread Ke Zhang
when dpdk is compiled in ASan, there is a memory leaks after quit testpmd if set mcast_addr, this patch fix this issue. Error info as following: ERROR: LeakSanitizer: detected memory leaksDirect leak of 192 byte(s) 0 0x7f6a2e0aeffe in __interceptor_realloc (/lib/x86_64-linux-gnu/lib

[PATCH v2] app/testpmd: fix issue with memory leaks when quit testpmd

2022-03-13 Thread Ke Zhang
when dpdk is compiled in ASan, there is a memory leaks after quit testpmd if set mcast_addr, this patch fix this issue. Error info as following: ERROR: LeakSanitizer: detected memory leaksDirect leak of 192 byte(s) 0 0x7f6a2e0aeffe in __interceptor_realloc (/lib/x86_64-linux-gnu/lib

[PATCH v2] app/testpmd: fix issue with memory leaks when quit testpmd

2022-03-13 Thread Ke Zhang
when dpdk is compiled in ASan, there is a memory leaks after quit testpmd if set mcast_addr, this patch fix this issue. Error info as following: ERROR: LeakSanitizer: detected memory leaksDirect leak of 192 byte(s) 0 0x7f6a2e0aeffe in __interceptor_realloc (/lib/x86_64-linux-gnu/lib

RE: [PATCH v2 2/2] app/testpmd: fix SW L4 checksum in multi-segments

2022-03-13 Thread Zhang, Qi Z
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, March 11, 2022 6:47 PM > To: Liu, KevinX ; Zhang, Qi Z ; > dev > ; Thomas Monjalon > Cc: Yang, Qiming ; Yang, SteveX > ; Xing, Beilei ; Li, Xiaoyun > ; dpdk stable ; Zhang, Yuying > > Subject: Re: [PATCH v2 2/2] app/testpmd: f

[PATCH] vdpa/mlx5: workaround var offset within page

2022-03-13 Thread Yajun Wu
vDPA driver first uses kernel driver to allocate doorbell(VAR) area for each device. Then uses var->mmap_off and var->length to mmap uverbs device file as doorbell userspace virtual address. Current kernel driver provides var->mmap_off equal to page start of VAR. It's fine with x86 4K page server,

RE: [PATCH v3] app/testpmd: fix show RSS RETA on Windows

2022-03-13 Thread Tal Shnaiderman
> Subject: [PATCH v3] app/testpmd: fix show RSS RETA on Windows > > Replaced using strtoul with strtoull when converting to 64-bit mask field. > In Windows strtoul returns 32-bit values which cause an issue with show RSS > RETA. > > Fixes: 66c594904ac ("ethdev: support multiple sizes of redirecti

[PATCH v3] app/testpmd: fix show RSS RETA on Windows

2022-03-13 Thread Adham Masarwah
Replaced using strtoul with strtoull when converting to 64-bit mask field. In Windows strtoul returns 32-bit values which cause an issue with show RSS RETA. Fixes: 66c594904ac ("ethdev: support multiple sizes of redirection table") Cc: sta...@dpdk.org Signed-off-by: Adham Masarwah Acked-by: Aman

[PATCH v2] app/testpmd: fix show RSS RETA on Windows

2022-03-13 Thread Adham Masarwah
Replaced using strtoul with strtoull when converting to 64-bit mask field. In Windows strtoul returns 32-bit values which cause an issue with show RSS RETA. Fixes: 66c594904ac ("ethdev: support multiple sizes of redirection table") Cc: sta...@dpdk.org Signed-off-by: Adham Masarwah --- app/test-

RE: IXGBE LSC IRQ issue

2022-03-13 Thread Zhang, Qi Z
this is not a patch, but an issue report, suggest to fire a ticket on Bugzilla https://bugs.dpdk.org/ From: Bly, Mike Sent: Saturday, March 5, 2022 9:42 AM To: dev@dpdk.org; us...@dpdk.org Subject: IXGBE LSC IRQ issue Hello, We recently ran into an issue with DPDK 20.11 for the IXGBE driver o

RE: [PATCH] net/iavf: replace SMP barrier with thread fence

2022-03-13 Thread Zhang, Qi Z
> -Original Message- > From: Kathleen Capella > Sent: Tuesday, March 8, 2022 3:27 AM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; n...@arm.com; honnappa.nagaraha...@arm.com; > joyce.k...@arm.com; Kathleen Capella > Subject: [PATCH] net/iavf: replace SMP barrier with thread fe

RE: [PATCH V1] doc: add tested Intel platforms with Intel NICs

2022-03-13 Thread Zhang, Qi Z
> -Original Message- > From: Lin, Xueqin > Sent: Thursday, March 10, 2022 11:16 PM > To: Chen, LingliX ; dev@dpdk.org > Cc: Chen, LingliX > Subject: RE: [PATCH V1] doc: add tested Intel platforms with Intel NICs > > > > -Original Message- > > From: Lingli Chen > > Sent: Thur

[Bug 949] net/mlx5: errors when sending from extbuf pool

2022-03-13 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=949 Asaf Penso (as...@nvidia.com) changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[Bug 886] mlx5 packet does not match rte_flow VXLAN if destination port is non-standard

2022-03-13 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=886 Asaf Penso (as...@nvidia.com) changed: What|Removed |Added CC||as...@nvidia.com Resolutio

[PATCH v2] app/testpmd: fix GTP header parsing in csum FWD engine

2022-03-13 Thread Gregory Etelson
GTP header can be followed by an optional 32 bits extension. GTP notifies about the extension presence through the E, S or PN header bits. Csum GTP header parser did not check the extension bits value. The patch updates GTP header length if at-least one of the extension bits is set. Cc: sta...@d

RE: [PATCH] app/testpmd: fix GTP header parsing in csum FWD engine

2022-03-13 Thread Gregory Etelson
Hello, From: Singh, Aman Deep Sent: Friday, March 11, 2022 15:35 To: Gregory Etelson ; dev@dpdk.org Cc: Matan Azrad ; Raslan Darawsheh ; sta...@dpdk.org; Xiaoyun Li ; Yuying Zhang ; Ting Xu ; Ferruh Yigit Subject: Re: [PATCH] app/testpmd: fix GTP header parsing in csum FWD engine External em