Re: [PATCH v5 1/3] eal: add basic thread ID and current thread identifier API

2022-05-05 Thread Tyler Retzlaff
On Wed, May 04, 2022 at 11:55:57PM +0100, Konstantin Ananyev wrote: > 04/05/2022 16:46, Tyler Retzlaff пишет: > >Provide a portable type-safe thread identifier. > >Provide rte_thread_self for obtaining current thread identifier. > > > >Signed-off-by: Narcisa Vasile > >Signed-off-by: Tyler Retzlaff

Re: [PATCH] vhost: fix deadlock when handling user messages

2022-05-05 Thread David Marchand
Hello, On Thu, May 5, 2022 at 7:42 AM Wenwu Ma wrote: > > In vhost_user_msg_handler(), if vhost message handling > failed, we should check whether the queue is locked and > release the lock before returning. Or, it will cause a > deadlock later. Fixes: 7f31d4ea05ca ("vhost: fix lock on device re

[PATCH v2 0/6] move DPAA2 QDMA driver freom raw to dma

2022-05-05 Thread nipun . gupta
From: Nipun Gupta This change removes the DPAA2 QDMA raw driver and adds the QDMA driver in dma set of drivers. The underlying I/O framework remains intact, whereas the configuration part is done as per the DMA API support. Changes in v2: - Fix checkpath errors - Fix documentation compilation N

[PATCH v2 1/6] raw/dpaa2_qdma: remove dpaa2 QDMA driver from raw

2022-05-05 Thread nipun . gupta
From: Nipun Gupta With DMA devices supported as a separate flavor of devices, the DPAA2 QDMA driver is moved in the DMA devices. This change removes the DPAA2 QDMA driver from raw devices. Signed-off-by: Nipun Gupta --- MAINTAINERS |5 - doc/api/doxy-api-in

[PATCH v2 2/6] dma/dpaa2: introduce DPAA2 DMA driver skeleton

2022-05-05 Thread nipun . gupta
From: Nipun Gupta The DPAA2 DMA driver is an implementation of the dmadev APIs, that provide means to initiate a DMA transaction from CPU. Earlier this was part of RAW driver, but with DMA drivers added as separate flavor of drivers, this driver is being moved to DMA drivers. Signed-off-by: Nipu

[PATCH v2 3/6] dma/dpaa2: support basic operations

2022-05-05 Thread nipun . gupta
From: Nipun Gupta This patch support basic DMA operations which includes device capability and channel setup. Signed-off-by: Nipun Gupta --- drivers/dma/dpaa2/dpaa2_qdma.c | 182 + 1 file changed, 182 insertions(+) diff --git a/drivers/dma/dpaa2/dpaa2_qdma.c b/

[PATCH v2 4/6] dma/dpaa2: add PMD apis for additional configuration

2022-05-05 Thread nipun . gupta
From: Nipun Gupta Add additional PMD APIs for DPAA2 QDMA driver for configuring RBP, Ultra Short format, and Scatter Gather support Signed-off-by: Nipun Gupta --- doc/api/doxy-api-index.md | 1 + doc/api/doxy-api.conf.in | 1 + drivers/dma/dpaa2/dpaa2_qdma.c

[PATCH v2 5/6] dma/dpaa2: support DMA operations

2022-05-05 Thread nipun . gupta
From: Nipun Gupta This patch support copy, submit, completed and completed status functionality of DMA driver. Signed-off-by: Nipun Gupta --- drivers/dma/dpaa2/dpaa2_qdma.c | 1173 drivers/dma/dpaa2/dpaa2_qdma.h | 71 +- drivers/dma/dpaa2/rte_pmd_dpaa

[PATCH v2 6/6] dma/dpaa2: support statistics

2022-05-05 Thread nipun . gupta
From: Nipun Gupta This patch support DMA read and reset statistics operations. Signed-off-by: Nipun Gupta --- drivers/dma/dpaa2/dpaa2_qdma.c | 34 ++ 1 file changed, 34 insertions(+) diff --git a/drivers/dma/dpaa2/dpaa2_qdma.c b/drivers/dma/dpaa2/dpaa2_qdma.c i

RE: [PATCH v4 1/5] vhost: prepare sync for descriptor to mbuf refactoring

2022-05-05 Thread Yang, YvonneX
> -Original Message- > From: xuan.d...@intel.com > Sent: 2022年5月5日 14:24 > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Jiang, Cheng1 > ; Pai G, Sunil ; > lian...@liangbit.com; Ding, Xuan > Subject: [PATCH v4 1/5] vhost: prepare sync for descriptor to mbu

RE: [PATCH v4 2/5] vhost: prepare async for descriptor to mbuf refactoring

2022-05-05 Thread Yang, YvonneX
> -Original Message- > From: xuan.d...@intel.com > Sent: 2022年5月5日 14:24 > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Jiang, Cheng1 > ; Pai G, Sunil ; > lian...@liangbit.com; Ding, Xuan > Subject: [PATCH v4 2/5] vhost: prepare async for descriptor to mb

RE: [PATCH v4 3/5] vhost: merge sync and async descriptor to mbuf filling

2022-05-05 Thread Yang, YvonneX
> -Original Message- > From: xuan.d...@intel.com > Sent: 2022年5月5日 14:24 > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Jiang, Cheng1 > ; Pai G, Sunil ; > lian...@liangbit.com; Ding, Xuan > Subject: [PATCH v4 3/5] vhost: merge sync and async descriptor to

RE: [PATCH v4 5/5] examples/vhost: support async dequeue data path

2022-05-05 Thread Yang, YvonneX
> -Original Message- > From: xuan.d...@intel.com > Sent: 2022年5月5日 14:24 > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Jiang, Cheng1 > ; Pai G, Sunil ; > lian...@liangbit.com; Ding, Xuan ; Ma, WenwuX > ; Wang, YuanX > Subject: [PATCH v4 5/5] examples/vho

RE: [PATCH v4 4/5] vhost: support async dequeue for split ring

2022-05-05 Thread Yang, YvonneX
> -Original Message- > From: xuan.d...@intel.com > Sent: 2022年5月5日 14:24 > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Jiang, Cheng1 > ; Pai G, Sunil ; > lian...@liangbit.com; Ding, Xuan ; Wang, YuanX > > Subject: [PATCH v4 4/5] vhost: support async dequ

[PATCH] net/ice: Modify DCF state checking mechanism and error code

2022-05-05 Thread peng1x . zhang
From: Peng Zhang Add DCF state checking mechanism which will conduct whether reset is done.And modify error code to avoid misleading. Fixes: b71573ec2fc2 ("net/ice: retry getting VF VSI map after failure") Cc: sta...@dpdk.org Signed-off-by: Peng Zhang --- drivers/net/ice/ice_dcf.c |

[PATCH v2] vhost: fix deadlock when handling user messages

2022-05-05 Thread Wenwu Ma
In vhost_user_msg_handler(), if vhost message handling failed, we should check whether the queue is locked and release the lock before returning. Or, it will cause a deadlock later. Fixes: 7f31d4ea05ca ("vhost: fix lock on device readiness notification") Cc: sta...@dpdk.org Signed-off-by: Wenwu M

Re: [PATCH] common/cnxk: fix null pointer dereference

2022-05-05 Thread Jerin Jacob
On Sun, Apr 24, 2022 at 9:47 PM Gowrishankar Muthukrishnan wrote: > > Fix null pointer dereference reported in coverity scan. > > Coverity issue: 372065 Cc: sta...@dpdk.org > Fixes: 665b6a7400b ("common/cnxk: add NPC helper API") > > Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Jerin Ja

Re: [PATCH] common/cnxk: fix sizeof not portable

2022-05-05 Thread Jerin Jacob
On Sun, Apr 24, 2022 at 9:47 PM Gowrishankar Muthukrishnan wrote: > > Fix size of not portable issue reported in coverity scan. > > Coverity issue: 376538 > Fixes: 7e9a94909ee ("common/cnxk: realloc inline device XAQ AURA") > > Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Jerin Jacob App

Re: [PATCH 8/8] vmxnet3: Fix merge error in initialization for rxDataRing feature

2022-05-05 Thread Andrew Rybchenko
Hi Pakai, On 5/4/22 23:37, Pankaj Gupta wrote: Hi Andrew, Changes done in this patch was accidentally removed in commit 046f1161956777e3afb13504acbe8df2ec3a383c. This was noticed later and we are trying to address this here. If so, you should add: Fixes: 046f11619567 ("net/vmxnet3: suppor

Re: [PATCH] net/cnxk: fix uninitialized scalar variable

2022-05-05 Thread Jerin Jacob
On Sun, Apr 24, 2022 at 9:48 PM Gowrishankar Muthukrishnan wrote: > > Fix uninitialized scalar variable reported in coverity scan. > > Coverity issue: 371876, 371877 > Fixes: 39dc567c195 ("net/cnxk: add Tx burst for CN9K") > > Signed-off-by: Gowrishankar Muthukrishnan Squashed similar patch http

Re: [PATCH] net/cnxk: fix out of bounds access in cmd array

2022-05-05 Thread Jerin Jacob
On Sun, Apr 24, 2022 at 9:53 PM Gowrishankar Muthukrishnan wrote: > > Fix out of bounds access in cmd array which was reported in coverity > scan. > > Coverity issue: 375245, 375246, 375260, 375263, 375264, 375271, 375278, > 375279, 375273, 375274, 375275, 375276, 375280, 375281, >

Re: [PATCH 7/8] vmxnet3: Set packet for fragmented packet

2022-05-05 Thread Andrew Rybchenko
Hi Pankaj, On 5/4/22 23:40, Pankaj Gupta wrote: Hi Andrew, Packet type was not set for fragmented packets so we are trying to set it in all possible scenarios. I believe TCP packets can be fragmented. Theoretically it is possible, yes. OK, my main goal was to check that we are really ta

Re: [PATCH 0/8] vmxnet3 version V5 and V6

2022-05-05 Thread Andrew Rybchenko
Please, don't forget to use --in-reply-to to the first version cover letter and you sent subsequent versions. Also don't forget about version in cover letter and changes done in subsequent versions. Also, I guess entire patch series should have Reviewed-by: Jochen Behrens inherited from the f

Re: [PATCH] rte_dev: allow C-symbol-in-C++ dma operations

2022-05-05 Thread Bruce Richardson
On Wed, May 04, 2022 at 11:39:35PM -0500, Tianhao Chai wrote: > Currently the "extern C" section ends right before rte_dev_dma_unmap > and other DMA function declarations, causing some C++ compilers to > produce C++ mangled symbols to rte_dev_dma_unmap instead of C symbols. > This leads to build fa

[PATCH v3 0/6] move DPAA2 QDMA driver freom raw to dma

2022-05-05 Thread nipun . gupta
From: Nipun Gupta This change removes the DPAA2 QDMA raw driver and adds the QDMA driver in dma set of drivers. The underlying I/O framework remains intact, whereas the configuration part is done as per the DMA API support. Changes in v2: - Fix checkpath errors - Fix documentation compilation C

[PATCH v3 2/6] dma/dpaa2: introduce DPAA2 DMA driver skeleton

2022-05-05 Thread nipun . gupta
From: Nipun Gupta The DPAA2 DMA driver is an implementation of the dmadev APIs, that provide means to initiate a DMA transaction from CPU. Earlier this was part of RAW driver, but with DMA drivers added as separate flavor of drivers, this driver is being moved to DMA drivers. Signed-off-by: Nip

[PATCH v3 1/6] raw/dpaa2_qdma: remove dpaa2 QDMA driver from raw

2022-05-05 Thread nipun . gupta
From: Nipun Gupta With DMA devices supported as a separate flavor of devices, the DPAA2 QDMA driver is moved in the DMA devices. This change removes the DPAA2 QDMA driver from raw devices. Signed-off-by: Nipun Gupta --- MAINTAINERS |5 - doc/api/doxy-api-in

[PATCH v3 3/6] dma/dpaa2: support basic operations

2022-05-05 Thread nipun . gupta
From: Nipun Gupta This patch support basic DMA operations which includes device capability and channel setup. Signed-off-by: Nipun Gupta --- drivers/dma/dpaa2/dpaa2_qdma.c | 182 + 1 file changed, 182 insertions(+) diff --git a/drivers/dma/dpaa2/dpaa2_qdma.c b/

[PATCH v3 4/6] dma/dpaa2: add PMD apis for additional configuration

2022-05-05 Thread nipun . gupta
From: Nipun Gupta Add additional PMD APIs for DPAA2 QDMA driver for configuring RBP, Ultra Short format, and Scatter Gather support Signed-off-by: Nipun Gupta --- doc/api/doxy-api-index.md | 1 + doc/api/doxy-api.conf.in | 1 + drivers/dma/dpaa2/dpaa2_qdma.c

[PATCH v3 5/6] dma/dpaa2: support DMA operations

2022-05-05 Thread nipun . gupta
From: Nipun Gupta This patch support copy, submit, completed and completed status functionality of DMA driver. Signed-off-by: Nipun Gupta --- doc/guides/dmadevs/dpaa2.rst | 10 + drivers/dma/dpaa2/dpaa2_qdma.c | 1173 drivers/dma/dpaa2/dpaa2_qdma.h

[PATCH v3 6/6] dma/dpaa2: support statistics

2022-05-05 Thread nipun . gupta
From: Nipun Gupta This patch support DMA read and reset statistics operations. Signed-off-by: Nipun Gupta --- doc/guides/dmadevs/dpaa2.rst | 1 + drivers/dma/dpaa2/dpaa2_qdma.c | 34 ++ 2 files changed, 35 insertions(+) diff --git a/doc/guides/dmadevs/dpaa2.

Re: [PATCH v2 1/1] malloc: fix ASan handling for unmapped memory

2022-05-05 Thread David Marchand
On Wed, May 4, 2022 at 4:32 PM Anatoly Burakov wrote: > > Currently, when we free previously allocated memory, we mark the area as > "freed" for ASan purposes (flag 0xfd). However, sometimes, freeing a > malloc element will cause pages to be unmapped from memory and re-backed > with anonymous memo

[PATCH v2 0/2] Enable ASan in GHA

2022-05-05 Thread David Marchand
Now that rte_malloc instrumentations are fixed, we can enable ASan in GHA. There are still some unit tests (relying on multiprocess) that can't reliably run with ASan enabled. Those unit tests are skipped. -- David Marchand Changes since v1: - dropped patch 2 in favor of Anatoly fix, - rebased t

[PATCH v2 2/2] ci: build some job with ASan

2022-05-05 Thread David Marchand
Enable ASan, this can greatly help identify leaks and buffer overflows. Running unit tests relying on multiprocess is unreliable with ASan enabled, so skip them. Signed-off-by: David Marchand --- Changes since v1: - reinstated table_autotest in "ASan-safe" list of ut, --- .ci/linux-build.sh

[PATCH v2 1/2] test/mem: disable ASan when accessing unallocated mem

2022-05-05 Thread David Marchand
As described in bugzilla, ASan reports accesses to all memory segment as invalid, since those parts have not been allocated. Move __rte_no_asan to rte_common.h and disable ASan on a part of the test. Bugzilla ID: 880 Fixes: 6cc51b1293ce ("mem: instrument allocator for ASan") Cc: sta...@dpdk.org S

Re: [PATCH] rte_dev: allow C-symbol-in-C++ dma operations

2022-05-05 Thread Tyler Retzlaff
On Wed, May 04, 2022 at 11:39:35PM -0500, Tianhao Chai wrote: > Currently the "extern C" section ends right before rte_dev_dma_unmap > and other DMA function declarations, causing some C++ compilers to > produce C++ mangled symbols to rte_dev_dma_unmap instead of C symbols. > This leads to build fa

Re: [PATCH] rte_dev: allow C-symbol-in-C++ dma operations

2022-05-05 Thread David Marchand
On Thu, May 5, 2022 at 11:00 AM Bruce Richardson wrote: > On Wed, May 04, 2022 at 11:39:35PM -0500, Tianhao Chai wrote: > > Currently the "extern C" section ends right before rte_dev_dma_unmap > > and other DMA function declarations, causing some C++ compilers to > > produce C++ mangled symbols to

[PATCH 0/6] Vhost checksum offload improvements

2022-05-05 Thread Maxime Coquelin
This series aims at improving Vhost checksum offloading support. The first patch reverts overwritting MAC address in testpmd CSUM forward mode. This is required to be able to test checksum offloading with real traffic. MAC forwarding mode should be used if the MAC addresses need to be changed. Se

[PATCH 1/6] Revert "app/testpmd: modify mac in csum forwarding"

2022-05-05 Thread Maxime Coquelin
This patch reverts commit 10f4620f02e1 ("app/testpmd: modify mac in csum forwarding"), as the checksum forwarding is expected to only perform checksum and not also overwritte the source and destination MAC addresses. Doing so, we can test checksum offloading with real traffic without breaking bro

[PATCH 2/6] vhost: fix missing enqueue pseudo-header calculation

2022-05-05 Thread Maxime Coquelin
The Virtio specification requires that in case of checksum offloading, the pseudo-header checksum must be set in the L4 header. When received from another Vhost-user port, the packet checksum might already contain the pseudo-header checksum but we have no way to know it. So we have no other choice

[PATCH 3/6] net/vhost: enable compliant offloading mode

2022-05-05 Thread Maxime Coquelin
This patch enables the compliant offloading flags mode by default, which prevents the Rx path to set Tx offload flags, which is illegal. A new legacy-ol-flags devarg is introduced to enable the legacy behaviour. Signed-off-by: Maxime Coquelin --- doc/guides/nics/vhost.rst | 6 ++ dr

[PATCH 5/6] net/vhost: perform SW checksum in Rx path

2022-05-05 Thread Maxime Coquelin
Virtio specification supports host checksum offloading for L4, which is enabled with VIRTIO_NET_F_CSUM feature negotiation. However, the Vhost PMD does not advertise Rx checksum offload capabilities, so we can end-up with the VIRTIO_NET_F_CSUM feature being negociated, implying the Vhost library re

[PATCH 4/6] net/vhost: make VLAN stripping flag a boolean

2022-05-05 Thread Maxime Coquelin
This trivial patch makes the vlan_strip field of the pmd_internal struct a boolean, since it is handled as such. Signed-off-by: Maxime Coquelin --- drivers/net/vhost/rte_eth_vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/vhost/rte_eth_vhost.c b/drivers/n

[PATCH 6/6] net/vhost: perform SW checksum in Tx path

2022-05-05 Thread Maxime Coquelin
Virtio specification supports guest checksum offloading for L4, which is enabled with VIRTIO_NET_F_GUEST_CSUM feature negotiation. However, the Vhost PMD does not advertise Tx checksum offload capabilities. Advertising these offload capabilities at the ethdev level is not enough, because we could

RE: [dpdk-dev] [PATCH v5] ethdev: mtr: support protocol based input color selection

2022-05-05 Thread Dumitrescu, Cristian
> -Original Message- > From: jer...@marvell.com > Sent: Sunday, May 1, 2022 3:47 PM > To: dev@dpdk.org; Dumitrescu, Cristian ; > Thomas Monjalon ; Ferruh Yigit > ; Andrew Rybchenko > ; Ray Kinsella > Cc: ajit.khapa...@broadcom.com; abo...@pensando.io; Xing, Beilei > ; Richardson, Bruce

[Bug 1004] Compilation error with Vtune profile option enabled

2022-05-05 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1004 Bug ID: 1004 Summary: Compilation error with Vtune profile option enabled Product: DPDK Version: 22.03 Hardware: All OS: All Status: UNCONFIRMED Severity: minor

[PATCH v3 01/28] common/cnxk: add multi channel support for SDP send queues

2022-05-05 Thread Nithin Dabilpuram
From: Subrahmanyam Nilla Currently only base channel number is configured as default channel for all the SDP send queues. Due to this, packets sent on different SQ's are landing on the same output queue on the host. Channel number in the send queue should be configured according to the number of

[PATCH v3 02/28] net/cnxk: add receive channel backpressure for SDP

2022-05-05 Thread Nithin Dabilpuram
From: Radha Mohan Chintakuntla The SDP interfaces also need to be configured for NIX receive channel backpressure for packet receive. Signed-off-by: Radha Mohan Chintakuntla --- drivers/common/cnxk/roc_nix_fc.c | 11 +-- drivers/net/cnxk/cnxk_ethdev.c | 3 +++ 2 files changed, 8 ins

[PATCH v3 03/28] common/cnxk: add new pkind for CPT when ts is enabled

2022-05-05 Thread Nithin Dabilpuram
From: Vidya Sagar Velumuri With Timestamp enabled, time stamp will be added to second pass packets from CPT. NPC needs different configuration to parse second pass packets with and without timestamp. New pkind is defined for CPT when time stamp is enabled on NIX. CPT should use this PKIND for sec

[PATCH v3 05/28] common/cnxk: fix SQ flush sequence

2022-05-05 Thread Nithin Dabilpuram
From: Satha Rao Fix SQ flush sequence to issue NIX RX SW Sync after SMQ flush. This sync ensures that all the packets that were inflight are flushed out of memory. This patch also fixes NULL return issues reported by static analysis tool in Traffic Manager and sync's mbox to that of Kernel versi

[PATCH v3 06/28] common/cnxk: skip probing SoC environment for CN9k

2022-05-05 Thread Nithin Dabilpuram
From: Rakesh Kudurumalla SoC run platform file is not present in CN9k so probing is done for CN10k devices Signed-off-by: Rakesh Kudurumalla --- drivers/common/cnxk/roc_model.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/common/cnxk/roc_model.c b/drivers/common/cnxk/ro

[PATCH v3 07/28] common/cnxk: fix issues in soft expiry disable path

2022-05-05 Thread Nithin Dabilpuram
Fix issues in mode where soft expiry is disabled in RoC. When soft expiry support is not enabled in inline device, memory is not allocated for the ring base array and should not be accessed. Fixes: bea5d990a93b ("net/cnxk: support outbound soft expiry notification") Signed-off-by: Nithin Dabilpura

[PATCH v3 08/28] common/cnxk: convert warning to debug print

2022-05-05 Thread Nithin Dabilpuram
From: Akhil Goyal Inbound SA SPI if not in min-max range specified in devargs, was marked as a warning. But this is not converted to debug print because if the entry is found to be duplicate in the mask, it will give another error print. Hence, warning print is not needed and is now converted to

[PATCH v3 09/28] common/cnxk: use aggregate level rr prio from mbox

2022-05-05 Thread Nithin Dabilpuram
Use aggregate level Round Robin Priority from mbox response instead of fixing it to single macro. This is useful when kernel AF driver changes the constant. Signed-off-by: Nithin Dabilpuram --- drivers/common/cnxk/roc_nix_priv.h | 5 +++-- drivers/common/cnxk/roc_nix_tm.c | 3 ++- driv

[PATCH v3 11/28] net/cnxk: update LBK ethdev link info

2022-05-05 Thread Nithin Dabilpuram
Update link info of LBK ethdev i.e AF's VF's as always up and 100G. This is because there is no phy for the LBK interfaces and we won't get a link update notification for the same. Signed-off-by: Nithin Dabilpuram --- drivers/net/cnxk/cnxk_link.c | 11 +++ 1 file changed, 11 insertions(+

[PATCH v3 10/28] net/cnxk: support loopback mode on AF VF's

2022-05-05 Thread Nithin Dabilpuram
Support internal loopback mode on AF VF's using RoC by setting Tx channel same as Rx channel. Signed-off-by: Nithin Dabilpuram --- drivers/net/cnxk/cnxk_ethdev.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/cnxk/cnxk_ethdev.c b/drivers/net/cnxk/cnxk_ethdev.c index bd31a

[PATCH v3 12/28] net/cnxk: add barrier after meta batch free in scalar

2022-05-05 Thread Nithin Dabilpuram
Add barrier after meta batch free in scalar routine when lmt lines are exactly full to make sure that next LMT line user in Tx only starts writing the lines only when previous stoerl's are complete. Fixes: 4382a7ccf781 ("net/cnxk: support Rx security offload on cn10k") Cc: sta...@dpdk.org Signed-

[PATCH v3 13/28] net/cnxk: disable default inner chksum for outb inline

2022-05-05 Thread Nithin Dabilpuram
Disable default inner L3/L4 checksum generation for outbound inline path and enable based on SA options or RTE_MBUF flags as per the spec. Though the checksum generation is not impacting much performance, it is overwriting zero checksum for UDP packets which is not always good. Signed-off-by: Nith

[PATCH v3 14/28] net/cnxk: fix roundup size with transport mode

2022-05-05 Thread Nithin Dabilpuram
For transport mode, roundup needs to be based on L4 data and shouldn't include L3 length. By including l3 length, rlen that is calculated and put in send hdr would cross the final length of the packet in some scenarios where padding is necessary. Also when outer and inner checksum offload flags are

[PATCH v3 15/28] net/cnxk: update inline device in ethdev telemetry

2022-05-05 Thread Nithin Dabilpuram
From: Rakesh Kudurumalla inline pf func is updated in ethdev_tel_handle_info when inline device is attached to any dpdk process Signed-off-by: Rakesh Kudurumalla --- drivers/net/cnxk/cnxk_ethdev_telemetry.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/cnxk/cnxk_ethdev_tel

[PATCH v3 16/28] net/cnxk: change env for debug IV

2022-05-05 Thread Nithin Dabilpuram
From: Akhil Goyal Changed environment variable name for specifying debug IV for unit testing of inline IPsec offload with known test vectors. Signed-off-by: Akhil Goyal --- drivers/net/cnxk/cn10k_ethdev_sec.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/

[PATCH v3 17/28] net/cnxk: reset offload flag if reassembly is disabled

2022-05-05 Thread Nithin Dabilpuram
From: Akhil Goyal The rx offload flag need to be reset if IP reassembly flag is not set while calling reassembly_conf_set. Signed-off-by: Akhil Goyal --- drivers/net/cnxk/cn10k_ethdev.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/cnxk/cn10k_ethdev.c b/drivers/net/cnxk

[PATCH v3 18/28] net/cnxk: support decrement TTL for inline IPsec

2022-05-05 Thread Nithin Dabilpuram
From: Akhil Goyal Added support for decrementing TTL(IPv4)/hoplimit(IPv6) while doing inline IPsec processing if the security session sa options is enabled with dec_ttl. Signed-off-by: Akhil Goyal --- drivers/net/cnxk/cn10k_ethdev.h | 3 ++- drivers/net/cnxk/cn10k_ethdev_sec.c | 1 + drive

[PATCH v3 19/28] net/cnxk: optimize Rx fast path for security pkts

2022-05-05 Thread Nithin Dabilpuram
Optimize Rx fast path for security pkts by preprocessing most of the operations such as sa pointer compute, inner wqe pointer fetch and ucode completion translation before the pkt is characterized as inbound inline pkt. Preprocessed info will be discarded if pkt is not found to be security pkt. Als

[PATCH v3 20/28] net/cnxk: update olflags with L3/L4 csum offload

2022-05-05 Thread Nithin Dabilpuram
From: Akhil Goyal When the packet is processed with inline IPsec offload, the ol_flags were updated only with RTE_MBUF_F_RX_SEC_OFFLOAD. But the hardware can also update the L3/L4 csum offload flags. Hence, ol_flags are updated with RTE_MBUF_F_RX_IP_CKSUM_GOOD, RTE_MBUF_F_RX_L4_CKSUM_GOOD, etc ba

[PATCH v3 21/28] net/cnxk: add capabilities for IPsec crypto algos

2022-05-05 Thread Nithin Dabilpuram
From: Akhil Goyal Added supported crypto algorithms for inline IPsec offload. Signed-off-by: Akhil Goyal --- drivers/net/cnxk/cn10k_ethdev_sec.c | 166 1 file changed, 166 insertions(+) diff --git a/drivers/net/cnxk/cn10k_ethdev_sec.c b/drivers/net/cnxk/c

[PATCH v3 22/28] net/cnxk: add capabilities for IPsec options

2022-05-05 Thread Nithin Dabilpuram
From: Akhil Goyal Added supported capabilities for various IPsec SA options. Signed-off-by: Akhil Goyal Signed-off-by: Vamsi Attunuru --- drivers/net/cnxk/cn10k_ethdev_sec.c | 57 ++--- 1 file changed, 53 insertions(+), 4 deletions(-) diff --git a/drivers/net/

[PATCH v3 23/28] net/cnxk: support security stats

2022-05-05 Thread Nithin Dabilpuram
From: Akhil Goyal Enabled rte_security stats operation based on the configuration of SA options set while creating session. Signed-off-by: Vamsi Attunuru Signed-off-by: Akhil Goyal --- drivers/net/cnxk/cn10k_ethdev_sec.c | 56 ++--- 1 file changed, 52 insertion

[PATCH v3 24/28] net/cnxk: add support for flow control for outbound inline

2022-05-05 Thread Nithin Dabilpuram
Add support for flow control in outbound inline path using fc updates from CPT. Signed-off-by: Nithin Dabilpuram --- drivers/net/cnxk/cn10k_ethdev.c | 3 +++ drivers/net/cnxk/cn10k_ethdev.h | 1 + drivers/net/cnxk/cn10k_tx.h | 37 - drivers/net/cnxk/cnxk

[PATCH v3 25/28] net/cnxk: perform early MTU setup for eventmode

2022-05-05 Thread Nithin Dabilpuram
Perform early MTU setup for event mode path in order to update the Rx/Tx offload flags before Rx adapter setup starts. Signed-off-by: Nithin Dabilpuram --- drivers/net/cnxk/cn10k_ethdev.c | 11 +++ drivers/net/cnxk/cn9k_ethdev.c | 11 +++ 2 files changed, 22 insertions(+) diff

[PATCH v3 26/28] net/cnxk: fix multi-seg extraction in vwqe path

2022-05-05 Thread Nithin Dabilpuram
Fix multi-seg extraction in vwqe path to avoid updating mbuf[] array until it is used via cq0 path. Fixes: 7fbbc981d54f ("event/cnxk: support vectorized Rx event fast path") Cc: pbhagavat...@marvell.com Cc: sta...@dpdk.org Signed-off-by: Nithin Dabilpuram Acked-by: Pavan Nikhilesh --- drivers/

[PATCH v3 27/28] net/cnxk: fix hotplug detach sequence for first device

2022-05-05 Thread Nithin Dabilpuram
Fix hotplug detach sequence to handle case where first PCI device that is hosting NPA LF is being destroyed while in use. Fixes: 5a4341c84979 ("net/cnxk: add platform specific probe and remove") Cc: sta...@dpdk.org Signed-off-by: Nithin Dabilpuram --- drivers/net/cnxk/cn10k_ethdev.c | 6 +-

[PATCH v3 04/28] common/cnxk: support to configure the ts pkind in CPT

2022-05-05 Thread Nithin Dabilpuram
From: Vidya Sagar Velumuri Add new API to configure the SA table entries with new CPT PKIND when timestamp is enabled. Signed-off-by: Vidya Sagar Velumuri Acked-by: Ray Kinsella --- drivers/common/cnxk/roc_nix_inl.c | 59 ++ drivers/common/cnxk/roc_nix_inl

[PATCH v3 28/28] common/cnxk: add support for per-port RQ in inline device

2022-05-05 Thread Nithin Dabilpuram
Add support for per port RQ in inline device thereby using Aura/Pool attributes from that port specific first RQ. When inline device is used with channel masking, it will fallback to single RQ for all ethdev ports. Also remove clamping up of CQ size for LBK ethdev when inline inbound is enabled as

[PATCH] ethdev: fix compilation issue with vtune option

2022-05-05 Thread Aman Singh
When VTune profile option is enabled, compilation error is seen. Bugzilla ID: 1004 Fixes: 2c1bbab7f09d ("ethdev: change vtune profiling approach") Cc: ilia.kura...@intel.com Signed-off-by: Aman Singh --- lib/ethdev/ethdev_profile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ethdev/

Re: [PATCH] net/virtio: support NAPI when using vhost_net backend

2022-05-05 Thread Maxime Coquelin
Hi Harold, On 3/2/22 10:41, Harold Huang wrote: In patch [1], NAPI has been supported in kernel tun driver to accelerate packet processing received from vhost_net. This will greatly improve the throughput of the tap device in the vhost_net backend. [1]: https://git.kernel.org/pub/scm/linux/ker

Re: [PATCH] net/vhost: fix access to freed memory

2022-05-05 Thread Maxime Coquelin
Hi Yuan, On 3/11/22 17:35, Yuan Wang wrote: This patch fixes heap-use-after-free reported by ASan. It is possible for the rte_vhost_dequeue_burst() to access the vq is freed when numa_realloc() gets called in the device running state. The control plane will set the vq->access_lock to protected

Re: [PATCH] net/vhost: get csum offload capabilities of vhost backend

2022-05-05 Thread Maxime Coquelin
Hi Wenwu, On 2/17/22 16:16, Wenwu Ma wrote: The current vhost backend lacks csum offloads information, which will cause testpmd command such as "csum set tcp hw " to fail. This patch adds the information according to the device features. Signed-off-by: Wenwu Ma --- drivers/net/vhost/rte_eth_

Re: [PATCH 1/2] vhost: remove unneeded max enums

2022-05-05 Thread Maxime Coquelin
Hi David, On 4/25/22 14:54, David Marchand wrote: Move message handler description and callbacks into a single array and remove unneeded VHOST_USER_MAX and VHOST_SLAVE_MAX enums. Signed-off-by: David Marchand --- drivers/net/virtio/virtio_user/vhost_user.c | 1 - examples/vhost_blk/blk_sp

[PATCH 1/2] config/arm: add SVE control flag

2022-05-05 Thread Rahul Bhansali
This add the control flag for SVE to enable or disable RTE_HAS_SVE_ACLE macro in the build. Signed-off-by: Rahul Bhansali --- config/arm/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/arm/meson.build b/config/arm/meson.build index 8aead74086..dafb342cc6

[PATCH 2/2] config/arm: disable SVE for cn10k

2022-05-05 Thread Rahul Bhansali
This disable the SVE flag for cn10k. Performance impact:- With l3fwd example, lpm lookup performance increased by ~21% if Neon is used instead of SVE. Signed-off-by: Rahul Bhansali --- config/arm/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/arm/meson.

Re: [PATCH 2/2] vhost: validate fds attached to messages

2022-05-05 Thread Maxime Coquelin
On 4/25/22 14:54, David Marchand wrote: Some message handlers do not expect any file descriptor attached as ancillary data. Provide a common way to enforce this by adding a accepts_fd boolean in the message handler structure. When a message handler sets accepts_fd to true, it is responsible fo

Re: [PATCH 1/2] config/arm: add SVE control flag

2022-05-05 Thread Bruce Richardson
On Thu, May 05, 2022 at 07:57:43PM +0530, Rahul Bhansali wrote: > This add the control flag for SVE to enable or disable > RTE_HAS_SVE_ACLE macro in the build. > > Signed-off-by: Rahul Bhansali > --- > config/arm/meson.build | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --g

RE: [EXT] [PATCH 0/3] add partial SGL support to AESNI_MB

2022-05-05 Thread De Lara Guarch, Pablo
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Monday, May 2, 2022 10:48 AM > To: Power, Ciara ; dev@dpdk.org; De Lara Guarch, > Pablo > Cc: Zhang, Roy Fan ; Ji, Kai > Subject: RE: [EXT] [PATCH 0/3] add partial SGL support to AESNI_MB > > Hi Pablo, > Can you review this ser

[PATCH v1 1/5] net/ark: update mpu code to match current hardware version

2022-05-05 Thread Ed Czeck
new version code remove device-level global operations remove ark_mpu_reset_stats function Signed-off-by: Ed Czeck --- drivers/net/ark/ark_ethdev.c| 2 -- drivers/net/ark/ark_ethdev_rx.c | 4 drivers/net/ark/ark_mpu.c | 21 - drivers/net/ark/ark_mpu.h |

[PATCH v1 2/5] net/ark: update ddm code to match current hardware version

2022-05-05 Thread Ed Czeck
new version code remove device-level start, stop, and reset operations add queue-based start, stop and reset as required by hardware Signed-off-by: Ed Czeck --- drivers/net/ark/ark_ddm.c | 80 +- drivers/net/ark/ark_ddm.h | 86 +

[PATCH v1 3/5] net/ark: update udm code to match current hardware version

2022-05-05 Thread Ed Czeck
new version code remove device-level start, stop, and reset operations add queue-based start, stop and reset as required by hardware remove performance structs as they are not in the hardware module Signed-off-by: Ed Czeck --- drivers/net/ark/ark_ethdev.c| 34 +-- drivers/net/ark/ar

[PATCH v1 4/5] net/ark: add new devices to support list

2022-05-05 Thread Ed Czeck
update device list is doc Signed-off-by: Ed Czeck --- doc/guides/nics/ark.rst | 4 +++- drivers/net/ark/ark_ethdev.c | 6 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst index c965406a7b..cec6fce2ff 100644 --- a/doc/guid

[PATCH v1 5/5] net/ark: add PMD support for devices as virtual functions

2022-05-05 Thread Ed Czeck
Add capabilities field isvf to dev struct Disable configuration calls as required by vf Signed-off-by: Ed Czeck --- drivers/net/ark/ark_ethdev.c | 79 drivers/net/ark/ark_global.h | 1 + 2 files changed, 45 insertions(+), 35 deletions(-) diff --git a/driver

Re: [PATCH 0/5] refactor for device info dump

2022-05-05 Thread Ferruh Yigit
On 4/14/2022 2:00 PM, Min Hu (Connor) wrote: This patch set contains three patches for refactor, and two patches for bugfix. Min Hu (Connor) (5): net/hns3: refactor adapter state dump net/hns3: refactor feature capability dump net/hns3: refactor queue info dump net/hns3: fix dump TM

Re: [Patch v2] net/netvsc: report correct stats values

2022-05-05 Thread Ferruh Yigit
On 5/4/2022 7:38 PM, Long Li wrote: Subject: Re: [Patch v2] net/netvsc: report correct stats values On 5/3/2022 9:48 PM, Long Li wrote: Subject: Re: [Patch v2] net/netvsc: report correct stats values On 5/3/2022 8:14 PM, Long Li wrote: Subject: Re: [Patch v2] net/netvsc: report correct stats

Re: [PATCH 4/5] net/cxgbe: track packets dropped by TP due to congestion

2022-05-05 Thread Ferruh Yigit
On 4/18/2022 11:24 PM, Rahul Lakkireddy wrote: Rx packets can get dropped at TP due to congestion and this info will not get propagated to MPS. Track these Rx dropped packets in imissed counter. Also add xstats for these counters. Signed-off-by: Rahul Lakkireddy What 'TP' stands for? As far as

Re: [PATCH 5/5] net/cxgbe: read firmware configuration file from filesystem

2022-05-05 Thread Ferruh Yigit
On 4/18/2022 11:24 PM, Rahul Lakkireddy wrote: Add support to read firmware configuration file from /lib/firmware/cxgb4/ path in the filesystem. Hi Rahul, Can you please document the FW config file in the driver documentation? Please add: - Path of the config file - Content of the config file

Re: [PATCH 0/5] net/cxgbe: updates and bug fixes

2022-05-05 Thread Ferruh Yigit
On 4/18/2022 11:24 PM, Rahul Lakkireddy wrote: This series of patches add the following updates and bug fixes to the cxgbe PMD. Patch 1 fixes an issue with wrong port id being filled in mbufs allocated in Rx path. Patch 2 fixes an issue with Txq getting stuck when trying to coalesce mbufs with

Re: [PATCH 5/5] net/cxgbe: read firmware configuration file from filesystem

2022-05-05 Thread Ferruh Yigit
On 5/5/2022 5:29 PM, Ferruh Yigit wrote: On 4/18/2022 11:24 PM, Rahul Lakkireddy wrote: Add support to read firmware configuration file from /lib/firmware/cxgb4/ path in the filesystem. Hi Rahul, Can you please document the FW config file in the driver documentation? Please add: - Path of th

Re: [Patch v2] net/netvsc: report correct stats values

2022-05-05 Thread Stephen Hemminger
On Thu, 5 May 2022 17:28:38 +0100 Ferruh Yigit wrote: > On 5/4/2022 7:38 PM, Long Li wrote: > >> Subject: Re: [Patch v2] net/netvsc: report correct stats values > >> > >> On 5/3/2022 9:48 PM, Long Li wrote: > Subject: Re: [Patch v2] net/netvsc: report correct stats values > > On

Re: [Patch v2] net/netvsc: report correct stats values

2022-05-05 Thread Ferruh Yigit
On 5/5/2022 5:40 PM, Stephen Hemminger wrote: On Thu, 5 May 2022 17:28:38 +0100 Ferruh Yigit wrote: On 5/4/2022 7:38 PM, Long Li wrote: Subject: Re: [Patch v2] net/netvsc: report correct stats values On 5/3/2022 9:48 PM, Long Li wrote: Subject: Re: [Patch v2] net/netvsc: report correct stat

[Bug 1005] Build failure with gcc11 in When Using Environment Modules

2022-05-05 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1005 Bug ID: 1005 Summary: Build failure with gcc11 in When Using Environment Modules Product: DPDK Version: 22.03 Hardware: POWER OS: Linux Status: UNCONFIR

[PATCH 00/11] Introduce support for RISC-V architecture

2022-05-05 Thread Stanislaw Kardach
This patchset adds support for building and running DPDK on 64bit RISC-V architecture. The initial support targets rv64gc (rv64imafdc) ISA and was tested on SiFive Unmatched development board with the Freedom U740 SoC running Linux (freedom-u-sdk based kernel). I have tested this codebase using DPD

[PATCH 01/11] lpm: add a scalar version of lookupx4 function

2022-05-05 Thread Stanislaw Kardach
From: Michal Mazurek Add an implementation of the rte_lpm_lookupx4() function for platforms without support for vector operations. Signed-off-by: Michal Mazurek Signed-off-by: Stanislaw Kardach Sponsored-by: Frank Zhao Sponsored-by: Sam Grove --- doc/guides/rel_notes/release_22_07.rst | 5

  1   2   >