Re: [dpdk-dev] [PATCH] common/cnxk: fix build failure

2021-10-28 Thread Anoob Joseph
> Subject: [PATCH] common/cnxk: fix build failure > > Fixing build failure with EXTRA_CFLAGS='-O1'. > > Fixes: d85f9749f915 ("common/cnxk: add hash generation API") > > Reported-by: Longfeng Liang > Signed-off-by: Tejasree Kondoj Acked-by: Anoob Joseph

Re: [dpdk-dev] [PATCH v7 3/5] eal: use wait event scheme for mcslock

2021-10-28 Thread Jerin Jacob
On Thu, Oct 28, 2021 at 12:27 PM Feifei Wang wrote: > > Instead of polling for mcslock to be updated, use wait event scheme > for this case. > > Furthermore, use 'uintptr_t *' is for different size of pointer in 32/64 > bits architecture. > > And define a new pointer 'next' for the compilation err

[dpdk-dev] [PATCH v2 1/3] eventdev/eth_rx: add queue stats get and reset APIs

2021-10-28 Thread Naga Harish K S V
This patch adds new api ``rte_event_eth_rx_adapter_queue_stats_get`` to retrieve queue stats. The queue stats are in the format ``struct rte_event_eth_rx_adapter_queue_stats``. For resetting the queue stats, ``rte_event_eth_rx_adapter_queue_stats_reset`` api is added. The adapter stats_get and st

[dpdk-dev] [PATCH v2 2/3] eventdev/eth_rx: support telemetry

2021-10-28 Thread Naga Harish K S V
Added telemetry support for rxa_queue_stats and rxa_queue_stats_reset to get and reset rx queue stats respectively Signed-off-by: Naga Harish K S V --- lib/eventdev/rte_event_eth_rx_adapter.c | 124 1 file changed, 124 insertions(+) diff --git a/lib/eventdev/rte_event_e

[dpdk-dev] [PATCH v2 3/3] test/event: add unit test for Rx adapter

2021-10-28 Thread Naga Harish K S V
add unit test for rte_event_eth_rx_adapter_queue_stats_get() and rte_event_eth_rx_adapter_queue_stats_reset() apis. Signed-off-by: Naga Harish K S V --- app/test/test_event_eth_rx_adapter.c | 60 1 file changed, 60 insertions(+) diff --git a/app/test/test_event_eth_

Re: [dpdk-dev] [PATCH v1] test/crypto: fix: test vectors for zuc 256 bit key

2021-10-28 Thread Akhil Goyal
> Fix the IV and MAC in the test vectors added for zuc 256-bit key > > Fixes: fa5bf9345d4e (test/crypto: add ZUC cases with 256-bit keys) > > Signed-off-by: Vidya Sagar Velumuri > @Fan Zhang, @ciara.po...@intel.com: can you verify at your end? And see if Bug 828 in Bugzilla gets resolved with t

Re: [dpdk-dev] [dpdk-announce] release candidate 21.11-rc1

2021-10-28 Thread Jiang, YuX
> -Original Message- > From: dev On Behalf Of Thomas Monjalon > Sent: Tuesday, October 26, 2021 5:41 AM > To: annou...@dpdk.org > Subject: [dpdk-dev] [dpdk-announce] release candidate 21.11-rc1 > > A new DPDK release candidate is ready for testing: > https://git.dpdk.org/dpdk/tag/?id

[dpdk-dev] 回复: [PATCH v7 3/5] eal: use wait event scheme for mcslock

2021-10-28 Thread Feifei Wang
> -邮件原件- > 发件人: dev 代表 Jerin Jacob > 发送时间: Thursday, October 28, 2021 3:02 PM > 收件人: Feifei Wang > 抄送: Honnappa Nagarahalli ; dpdk-dev > ; nd ; Ananyev, Konstantin > ; Stephen Hemminger > ; David Marchand > ; tho...@monjalon.net; Mattias Rönnblom > ; Ruifeng Wang > 主题: Re: [dpdk-dev] [

Re: [dpdk-dev] [PATCH v7 1/5] eal: add new definitions for wait scheme

2021-10-28 Thread Jerin Jacob
On Thu, Oct 28, 2021 at 12:26 PM Feifei Wang wrote: > > Introduce macros as generic interface for address monitoring. > For different size, encapsulate '__LOAD_EXC_16', '__LOAD_EXC_32' > and '__LOAD_EXC_64' into a new macro '__LOAD_EXC'. > > Furthermore, to prevent compilation warning in arm: > --

[dpdk-dev] [PATCH] crypto/octeontx2: fix ESN seqhi

2021-10-28 Thread Archana Muniganti
For current pkt, previous seqhi is used instead of its guessed seqhi. Fixed it. Fixes: 5be562bc5b78 ("crypto/octeontx2: support IPsec ESN and anti-replay") Cc: sta...@dpdk.org Signed-off-by: Archana Muniganti --- drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 16 1 file change

Re: [dpdk-dev] [PATCH] crypto/octeontx2: fix ESN seqhi

2021-10-28 Thread Anoob Joseph
> Subject: [PATCH] crypto/octeontx2: fix ESN seqhi > > For current pkt, previous seqhi is used instead of its guessed seqhi. Fixed > it. > > Fixes: 5be562bc5b78 ("crypto/octeontx2: support IPsec ESN and anti-replay") > Cc: sta...@dpdk.org > > Signed-off-by: Archana Muniganti > --- > drivers/c

[dpdk-dev] 回复: [PATCH v7 1/5] eal: add new definitions for wait scheme

2021-10-28 Thread Feifei Wang
> -邮件原件- > 发件人: Jerin Jacob > 发送时间: Thursday, October 28, 2021 3:16 PM > 收件人: Feifei Wang > 抄送: Ruifeng Wang ; dpdk-dev ; > nd ; Ananyev, Konstantin ; > Stephen Hemminger ; David Marchand > ; tho...@monjalon.net; Mattias Rönnblom > > 主题: Re: [PATCH v7 1/5] eal: add new definitions for

Re: [dpdk-dev] [PATCH v7 1/5] eal: add new definitions for wait scheme

2021-10-28 Thread Jerin Jacob
On Thu, Oct 28, 2021 at 1:11 PM Feifei Wang wrote: > > > > > -邮件原件- > > 发件人: Jerin Jacob > > 发送时间: Thursday, October 28, 2021 3:16 PM > > 收件人: Feifei Wang > > 抄送: Ruifeng Wang ; dpdk-dev ; > > nd ; Ananyev, Konstantin ; > > Stephen Hemminger ; David Marchand > > ; tho...@monjalon.net; Ma

Re: [dpdk-dev] [PATCH v1 1/1] vfio: fix partial unmap check

2021-10-28 Thread David Marchand
On Thu, Oct 28, 2021 at 8:06 AM Ding, Xuan wrote: > >> Partial unmap support was introduced in commit c13ca4e81cac, and with it > >> was added a check that dereferenced the IOMMU type to determine > >whether > >> partial ummapping is supported for currently configured IOMMU type. In > >> certain c

[dpdk-dev] [PATCH v2 00/10] vdpa/sfc: introduce Xilinx vDPA driver

2021-10-28 Thread Vijay Srivastava
This patch series introduces vDPA driver for Xilinx devices. The Xilinx vDPA (vhost data path acceleration) provides support for the Xilinx SN1022 SmartNICs. Vijay Kumar Srivastava (10): vdpa/sfc: introduce Xilinx vDPA driver vdpa/sfc: add support for device initialization vdpa/sfc: add supp

[dpdk-dev] [PATCH v2 01/10] vdpa/sfc: introduce Xilinx vDPA driver

2021-10-28 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Add new vDPA PMD to support vDPA operation by Xilinx devices. This patch implements probe and remove functions. Signed-off-by: Vijay Kumar Srivastava --- v2: * Updated logging mcaros to remove redundant code. MAINTAINERS| 6 + doc/gui

[dpdk-dev] [PATCH v2 02/10] vdpa/sfc: add support for device initialization

2021-10-28 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Add HW initialization and vDPA device registration support. Signed-off-by: Vijay Kumar Srivastava --- v2: * Used rte_memzone_reserve_aligned for mcdi buffer allocation. * Freeing mcdi buff when DMA map fails. * Fixed one typo. doc/guides/vdpadevs/sfc.rst |

[dpdk-dev] [PATCH v2 03/10] vdpa/sfc: add support to get device and protocol features

2021-10-28 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Implement vDPA ops get_feature and get_protocol_features. This patch retrieves device supported features and enables protocol features. Signed-off-by: Vijay Kumar Srivastava --- doc/guides/vdpadevs/features/sfc.ini | 10 drivers/common/sfc_efx/efsys.h |

[dpdk-dev] [PATCH v2 04/10] vdpa/sfc: get device supported max queue count

2021-10-28 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Implement vDPA ops get_queue_num to get the maximum number of queues supported by the device. Signed-off-by: Vijay Kumar Srivastava --- drivers/vdpa/sfc/sfc_vdpa_ops.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/drivers/vdp

[dpdk-dev] [PATCH v2 05/10] vdpa/sfc: add support to get VFIO device fd

2021-10-28 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Implement vDPA ops get_vfio_device_fd to get the VFIO device fd. Signed-off-by: Vijay Kumar Srivastava --- drivers/vdpa/sfc/sfc_vdpa_ops.c | 24 1 file changed, 24 insertions(+) diff --git a/drivers/vdpa/sfc/sfc_vdpa_ops.c b/drivers/vdpa/s

[dpdk-dev] [PATCH v2 06/10] vdpa/sfc: add support for dev conf and dev close ops

2021-10-28 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Implement vDPA ops dev_conf and dev_close for DMA mapping, interrupt and virtqueue configurations. Signed-off-by: Vijay Kumar Srivastava --- v2: * Removed redundant null check while calling free(). * Added error handling for rte_vhost_get_vhost_vring(). drivers/vd

[dpdk-dev] [PATCH v2 07/10] vdpa/sfc: add support to get queue notify area info

2021-10-28 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Implement the vDPA ops get_notify_area to get the notify area info of the queue. Signed-off-by: Vijay Kumar Srivastava --- v2: * Added error log in sfc_vdpa_get_notify_area. drivers/vdpa/sfc/sfc_vdpa_ops.c | 168 ++-- drivers/vd

[dpdk-dev] [PATCH v2 08/10] vdpa/sfc: add support for MAC filter config

2021-10-28 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Add support for unicast and broadcast MAC filter configuration. Signed-off-by: Vijay Kumar Srivastava --- doc/guides/vdpadevs/sfc.rst| 4 ++ drivers/vdpa/sfc/meson.build | 1 + drivers/vdpa/sfc/sfc_vdpa.c| 32 + drivers/vdpa/sfc/s

[dpdk-dev] [PATCH v2 09/10] vdpa/sfc: add support to set vring state

2021-10-28 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Implements vDPA ops set_vring_state to configure vring state. Signed-off-by: Vijay Kumar Srivastava --- drivers/vdpa/sfc/sfc_vdpa_ops.c | 54 ++--- 1 file changed, 50 insertions(+), 4 deletions(-) diff --git a/drivers/vdpa/sfc/s

[dpdk-dev] [PATCH v2 10/10] vdpa/sfc: set a multicast filter during vDPA init

2021-10-28 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Insert unknown multicast filter to allow IPv6 neighbor discovery Signed-off-by: Vijay Kumar Srivastava --- drivers/vdpa/sfc/sfc_vdpa.h| 3 ++- drivers/vdpa/sfc/sfc_vdpa_filter.c | 19 +-- 2 files changed, 19 insertions(+), 3 deletions(-) d

Re: [dpdk-dev] [PATCH v8 0/5] Support power monitor in virtio/vhost PMD

2021-10-28 Thread Maxime Coquelin
Hi Chenbo, On 10/25/21 09:06, Xia, Chenbo wrote: Hi Ferruh, -Original Message- From: Li, Miao Sent: Monday, October 25, 2021 10:47 PM To: dev@dpdk.org Cc: Xia, Chenbo ; maxime.coque...@redhat.com; Li, Miao Subject: [PATCH v8 0/5] Support power monitor in virtio/vhost PMD This patchs

[dpdk-dev] [PATCH] net/ice: fix performance issue for Rx timestamp

2021-10-28 Thread Simei Su
In Rx data path, it reads hardware registers per packet, resulting in big performance drop. This patch improves performance from two aspects: (1) replace per packet hardware register read by per burst. (2) reduce hardware register read time from 3 to 2 when the low value of time is not close to

Re: [dpdk-dev] [PATCH v2 00/10] vdpa/sfc: introduce Xilinx vDPA driver

2021-10-28 Thread Xia, Chenbo
> -Original Message- > From: Vijay Srivastava > Sent: Thursday, October 28, 2021 3:55 PM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; Xia, Chenbo ; > andrew.rybche...@oktetlabs.ru; Vijay Srivastava > Subject: [PATCH v2 00/10] vdpa/sfc: introduce Xilinx vDPA driver > > This patch

Re: [dpdk-dev] [PATCH v2 1/3] eventdev/eth_rx: add queue stats get and reset APIs

2021-10-28 Thread Jayatheerthan, Jay
> -Original Message- > From: Naga Harish K, S V > Sent: Thursday, October 28, 2021 12:37 PM > To: jer...@marvell.com; Jayatheerthan, Jay > Cc: dev@dpdk.org > Subject: [PATCH v2 1/3] eventdev/eth_rx: add queue stats get and reset APIs > > This patch adds new api ``rte_event_eth_rx_adapter

Re: [dpdk-dev] [PATCH v2 00/10] vdpa/sfc: introduce Xilinx vDPA driver

2021-10-28 Thread Maxime Coquelin
On 10/28/21 10:08, Xia, Chenbo wrote: -Original Message- From: Vijay Srivastava Sent: Thursday, October 28, 2021 3:55 PM To: dev@dpdk.org Cc: maxime.coque...@redhat.com; Xia, Chenbo ; andrew.rybche...@oktetlabs.ru; Vijay Srivastava Subject: [PATCH v2 00/10] vdpa/sfc: introduce Xilinx

Re: [dpdk-dev] [PATCH v2 1/1] doc: clarify VFIO doc for built-in modules

2021-10-28 Thread David Marchand
On Wed, Oct 27, 2021 at 5:39 PM Anatoly Burakov wrote: > > Currently, the documentation only contains instructions for enabling > SRIOV support for VFIO compiled as a module, but doesn't have any > instructions on how to do the same for cases where VFIO is built-in. > Add these instructions. > > S

Re: [dpdk-dev] [PATCH v1 1/1] vfio: add page-by-page mapping API

2021-10-28 Thread David Marchand
On Wed, Sep 29, 2021 at 12:19 PM Burakov, Anatoly wrote: > > @@ -2179,7 +2208,29 @@ rte_vfio_container_dma_map(int container_fd, > > uint64_t vaddr, uint64_t iova, > > return -1; > > } > > > > - return container_dma_map(vfio_cfg, vaddr, iova, len); > > + /* not having

Re: [dpdk-dev] [PATCH v1 1/2] vfio: make API return values consistent

2021-10-28 Thread David Marchand
On Wed, Sep 22, 2021 at 1:31 PM Xia, Chenbo wrote: > > > -Original Message- > > From: Yigit, Ferruh > > Sent: Wednesday, September 22, 2021 5:27 PM > > To: Xia, Chenbo ; Burakov, Anatoly > > ; dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v1 1/2] vfio: make API return values > > consis

Re: [dpdk-dev] [PATCH v2 01/10] vdpa/sfc: introduce Xilinx vDPA driver

2021-10-28 Thread Xia, Chenbo
Hi Vijay, > -Original Message- > From: Vijay Srivastava > Sent: Thursday, October 28, 2021 3:55 PM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; Xia, Chenbo ; > andrew.rybche...@oktetlabs.ru; Vijay Kumar Srivastava > Subject: [PATCH v2 01/10] vdpa/sfc: introduce Xilinx vDPA driver

[dpdk-dev] [PATCH v6 0/4] enable protocol agnostic flow offloading in FDIR

2021-10-28 Thread Junfeng Guo
Protocol agnostic flow offloading in Flow Director is enabled by this patch set based on the Parser Library using existing rte_flow raw API. [PATCH v4 1/4] net/ice/base: add method to disable FDIR SWAP option. [PATCH v4 2/4] net/ice/base: add function to set HW profile for raw flow. [PATCH v4 3/4]

[dpdk-dev] [PATCH v6 1/4] net/ice/base: add method to disable FDIR SWAP option

2021-10-28 Thread Junfeng Guo
The SWAP Flag in the FDIR Programming Descriptor doesn't work, thus add a method to disable the FDIR SWAP option by setting the swap and inset register set with certain values. The boolean fd_swap is used to enable/disable the SWAP option. Signed-off-by: Junfeng Guo --- drivers/net/ice/base/ice_

[dpdk-dev] [PATCH v6 3/4] app/testpmd: update Max RAW pattern size to 512

2021-10-28 Thread Junfeng Guo
Update max size for pattern in struct rte_flow_item_raw to enable protocol agnostic flow offloading. Signed-off-by: Junfeng Guo --- app/test-pmd/cmdline_flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c index d821

[dpdk-dev] [PATCH v6 2/4] net/ice/base: add function to set HW profile for raw flow

2021-10-28 Thread Junfeng Guo
Based on the parser library, we can directly set HW profile and associate the main/ctrl vsi. Signed-off-by: Junfeng Guo --- drivers/net/ice/base/ice_flex_pipe.c | 49 drivers/net/ice/base/ice_flex_pipe.h | 3 + drivers/net/ice/base/ice_flow.c | 84 +

[dpdk-dev] [PATCH v6 4/4] net/ice: enable protocol agnostic flow offloading in FDIR

2021-10-28 Thread Junfeng Guo
Protocol agnostic flow offloading in Flow Director is enabled by this patch based on the Parser Library, using existing rte_flow raw API. Note that the raw flow requires: 1. byte string of raw target packet bits. 2. byte string of mask of target packet. Here is an example: FDIR matching ipv4 dst

[dpdk-dev] [PATCH] ethdev: promote port ownership API as stable

2021-10-28 Thread Thomas Monjalon
The port ownership concept was introduced in ethdev in DPDK 18.02. Not sure it is used by applications except those using failsafe or netvsc. It can also be used by libraries or applications to sort out how ports are controlled. Hiding sub-ports controlled by failsafe or netvsc look to be enough j

[dpdk-dev] [PATCH] ethdev: promote device removal check function as stable

2021-10-28 Thread Thomas Monjalon
The function rte_eth_dev_is_removed() was introduced in DPDK 18.02, and is integrated in error checks of ethdev library. It is promoted as stable ABI. Signed-off-by: Thomas Monjalon --- lib/ethdev/rte_ethdev.h | 4 lib/ethdev/version.map | 2 +- 2 files changed, 1 insertion(+), 5 deletion

Re: [dpdk-dev] [PATCH] ethdev: promote port ownership API as stable

2021-10-28 Thread Kinsella, Ray
On 28/10/2021 09:34, Thomas Monjalon wrote: The port ownership concept was introduced in ethdev in DPDK 18.02. Not sure it is used by applications except those using failsafe or netvsc. It can also be used by libraries or applications to sort out how ports are controlled. Hiding sub-ports con

Re: [dpdk-dev] [PATCH] ethdev: promote device removal check function as stable

2021-10-28 Thread Kinsella, Ray
On 28/10/2021 09:35, Thomas Monjalon wrote: The function rte_eth_dev_is_removed() was introduced in DPDK 18.02, and is integrated in error checks of ethdev library. It is promoted as stable ABI. Signed-off-by: Thomas Monjalon --- lib/ethdev/rte_ethdev.h | 4 lib/ethdev/version.map

[dpdk-dev] [Bug 846] ipsec build issue with gcc 11

2021-10-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=846 Bug ID: 846 Summary: ipsec build issue with gcc 11 Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority

Re: [dpdk-dev] [dpdk-dev v7 8/9] crypto/qat: add gen specific data and function

2021-10-28 Thread Power, Ciara
>-Original Message- >From: dev On Behalf Of Kai Ji >Sent: Wednesday 27 October 2021 16:51 >To: dev@dpdk.org >Cc: Zhang, Roy Fan ; Kusztal, ArkadiuszX >; Ji, Kai >Subject: [dpdk-dev] [dpdk-dev v7 8/9] crypto/qat: add gen specific data and >function > >From: Fan Zhang > >This patch adds th

Re: [dpdk-dev] [PATCH] ethdev: promote port ownership API as stable

2021-10-28 Thread Andrew Rybchenko
On 10/28/21 11:37 AM, Kinsella, Ray wrote: On 28/10/2021 09:34, Thomas Monjalon wrote: The port ownership concept was introduced in ethdev in DPDK 18.02. Not sure it is used by applications except those using failsafe or netvsc. It can also be used by libraries or applications to sort out ho

Re: [dpdk-dev] [PATCH] ethdev: promote device removal check function as stable

2021-10-28 Thread Andrew Rybchenko
On 10/28/21 11:38 AM, Kinsella, Ray wrote: On 28/10/2021 09:35, Thomas Monjalon wrote: The function rte_eth_dev_is_removed() was introduced in DPDK 18.02, and is integrated in error checks of ethdev library. It is promoted as stable ABI. Signed-off-by: Thomas Monjalon ---   lib/ethdev/rte_e

Re: [dpdk-dev] [PATCH] net/ice: fix performance issue for Rx timestamp

2021-10-28 Thread Zhang, Qi Z
> -Original Message- > From: Su, Simei > Sent: Thursday, October 28, 2021 3:58 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Van Haaren, Harry ; Wu, > Wenjun1 ; Su, Simei > Subject: [PATCH] net/ice: fix performance issue for Rx timestamp > > In Rx data path, it reads hardware registers pe

[dpdk-dev] [PATCH v7 0/4] enable protocol agnostic flow offloading in FDIR

2021-10-28 Thread Junfeng Guo
Protocol agnostic flow offloading in Flow Director is enabled by this patch set based on the Parser Library using existing rte_flow raw API. [PATCH v7 1/4] net/ice/base: add method to disable FDIR SWAP option. [PATCH v7 2/4] net/ice/base: add function to set HW profile for raw flow. [PATCH v7 3/4]

[dpdk-dev] [PATCH v7 1/4] net/ice/base: add method to disable FDIR SWAP option

2021-10-28 Thread Junfeng Guo
The SWAP Flag in the FDIR Programming Descriptor doesn't work, thus add a method to disable the FDIR SWAP option by setting the swap and inset register set with certain values. The boolean fd_swap is used to enable/disable the SWAP option. Signed-off-by: Junfeng Guo --- drivers/net/ice/base/ice_

[dpdk-dev] [PATCH v7 2/4] net/ice/base: add function to set HW profile for raw flow

2021-10-28 Thread Junfeng Guo
Based on the parser library, we can directly set HW profile and associate the main/ctrl vsi. Signed-off-by: Junfeng Guo --- drivers/net/ice/base/ice_flex_pipe.c | 49 drivers/net/ice/base/ice_flex_pipe.h | 3 + drivers/net/ice/base/ice_flow.c | 84 +

[dpdk-dev] [PATCH v7 3/4] app/testpmd: update Max RAW pattern size to 512

2021-10-28 Thread Junfeng Guo
Update max size for pattern in struct rte_flow_item_raw to enable protocol agnostic flow offloading. Signed-off-by: Junfeng Guo --- app/test-pmd/cmdline_flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c index d821

[dpdk-dev] [PATCH v7 4/4] net/ice: enable protocol agnostic flow offloading in FDIR

2021-10-28 Thread Junfeng Guo
Protocol agnostic flow offloading in Flow Director is enabled by this patch based on the Parser Library, using existing rte_flow raw API. Note that the raw flow requires: 1. byte string of raw target packet bits. 2. byte string of mask of target packet. Here is an example: FDIR matching ipv4 dst

[dpdk-dev] [PATCH] regex/octeontx2: use cnxk infrastructure

2021-10-28 Thread lironh
From: Liron Himi update driver to use the REE cnxk code Signed-off-by: Liron Himi --- drivers/regex/octeontx2/meson.build | 6 +- drivers/regex/octeontx2/otx2_regexdev.c | 261 +--- drivers/regex/octeontx2/otx2_regexdev.h | 75 +--- .../regex/octeontx2/otx2_reg

[dpdk-dev] 回复: [PATCH v7 1/5] eal: add new definitions for wait scheme

2021-10-28 Thread Feifei Wang
> -邮件原件- > 发件人: Jerin Jacob > 发送时间: Thursday, October 28, 2021 3:51 PM > 收件人: Feifei Wang > 抄送: Ruifeng Wang ; dpdk-dev ; > nd ; Ananyev, Konstantin ; > Stephen Hemminger ; David Marchand > ; tho...@monjalon.net; Mattias Rönnblom > > 主题: Re: [PATCH v7 1/5] eal: add new definitions for

Re: [dpdk-dev] [PATCH] common/cnxk: add REE support

2021-10-28 Thread Jerin Jacob
On Sun, Oct 3, 2021 at 11:53 AM wrote: > > From: Liron Himi > > Adding REE definitions and related ROC code # Mention the full form of REE in the git commit message. #Patch looks good to me. Some minor comments below # Also, Please send a patch for switching drivers/regex/octeontx2/ to the new

Re: [dpdk-dev] [dpdk-dev v7 7/9] crypto/qat: unified device private data structure

2021-10-28 Thread Power, Ciara
>-Original Message- >From: dev On Behalf Of Kai Ji >Sent: Wednesday 27 October 2021 16:51 >To: dev@dpdk.org >Cc: Zhang, Roy Fan ; Kusztal, ArkadiuszX >; Ji, Kai >Subject: [dpdk-dev] [dpdk-dev v7 7/9] crypto/qat: unified device private data >structure > >From: Fan Zhang > >This patch unif

Re: [dpdk-dev] [dpdk-dev v7 2/9] common/qat: add gen specific device implementation

2021-10-28 Thread Power, Ciara
>-Original Message- >From: dev On Behalf Of Kai Ji >Sent: Wednesday 27 October 2021 16:51 >To: dev@dpdk.org >Cc: Zhang, Roy Fan ; Kusztal, ArkadiuszX >; Ji, Kai >Subject: [dpdk-dev] [dpdk-dev v7 2/9] common/qat: add gen specific device >implementation > >From: Fan Zhang > >This patch rep

[dpdk-dev] [PATCH] net/ice: remove VSI update on DCF reset by PF

2021-10-28 Thread dapengx . yu
From: Dapeng Yu After DCF is reset by PF, the VSI update service is unable to be completed since the DCF resource is invalid. This patch removes the call to service that updates VSI since it is useless and output too many error messages. Fixes: c7e1a1a3bfeb ("net/ice: refactor DCF VLAN handling

[dpdk-dev] [PATCH v2] net: fix build with sparse on L2TPv2 bitfields

2021-10-28 Thread David Marchand
An external project that wants to do additional checks on fields endianness can remap rte_beXX types to instrumented types and use sparse. The current code breaks OVS build with sparse: ../../lib/ofp-packet.c: note: in included file (through .../ovs/dpdk-dir/build/include/rte_flow.h, ../../lib/n

[dpdk-dev] [PATCH] crypto/octeontx2: fix lookaside IPsec IPv6 support

2021-10-28 Thread Tejasree Kondoj
Fixing IPv6 mixed tunnel mode support by updating inputs to firmware. Fixes: 4edede7bc6ee ("crypto/octeontx2: support lookaside IPsec IPv6") Cc: sta...@dpdk.org Signed-off-by: Tejasree Kondoj --- drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 9 drivers/crypto/octeontx2/otx2_cryptode

[dpdk-dev] [PATCH v19 0/5] Add PIE support for HQoS library

2021-10-28 Thread Liguzinski, WojciechX
DPDK sched library is equipped with mechanism that secures it from the bufferbloat problem which is a situation when excess buffers in the network cause high latency and latency variation. Currently, it supports RED for active queue management. However, more advanced queue management is required

[dpdk-dev] [PATCH v19 1/5] sched: add PIE based congestion management

2021-10-28 Thread Liguzinski, WojciechX
Implement PIE based congestion management based on rfc8033 Signed-off-by: Liguzinski, WojciechX Acked-by: Cristian Dumitrescu Acked-by: Jasvinder Singh -- Changes in V19: - ACKs included in patches Changes in V18: - Resolved merge conflict in lib/sched/meson.build after rebasing ontop of main

[dpdk-dev] [PATCH v19 3/5] example/ip_pipeline: add PIE support

2021-10-28 Thread Liguzinski, WojciechX
Adding the PIE support for IP Pipeline Signed-off-by: Liguzinski, WojciechX Acked-by: Cristian Dumitrescu Acked-by: Jasvinder Singh --- examples/ip_pipeline/tmgr.c | 142 +++- 1 file changed, 74 insertions(+), 68 deletions(-) diff --git a/examples/ip_pipeline/t

[dpdk-dev] [PATCH v19 2/5] example/qos_sched: add PIE support

2021-10-28 Thread Liguzinski, WojciechX
patch add support enable PIE or RED by parsing config file. Signed-off-by: Liguzinski, WojciechX Acked-by: Cristian Dumitrescu Acked-by: Jasvinder Singh --- config/rte_config.h| 1 - examples/qos_sched/cfg_file.c | 127 +++-- examples/qos_sched/cfg_file.h | 5

[dpdk-dev] [PATCH v19 4/5] doc/guides/prog_guide: added PIE

2021-10-28 Thread Liguzinski, WojciechX
Added PIE related information to documentation. Signed-off-by: Liguzinski, WojciechX Acked-by: Cristian Dumitrescu Acked-by: Jasvinder Singh --- doc/guides/prog_guide/glossary.rst | 3 + doc/guides/prog_guide/qos_framework.rst | 64 +--- doc/guides/prog_guide/tr

[dpdk-dev] [PATCH v19 5/5] app/test: add tests for PIE

2021-10-28 Thread Liguzinski, WojciechX
Tests for PIE code added to test application. Signed-off-by: Liguzinski, WojciechX Acked-by: Cristian Dumitrescu Acked-by: Jasvinder Singh --- app/test/meson.build |4 + app/test/test_pie.c | 1065 ++ lib/sched/rte_pie.c |6 +- lib/sched/rte_pi

[dpdk-dev] [PATCH] examples/fips_validation: fix device start

2021-10-28 Thread Fan Zhang
Fixes: 261bbff75e34 ("examples: use separate crypto session mempools") Cc: roy.fan.zh...@intel.com Bugzilla Link: https://bugs.dpdk.org/show_bug.cgi?id=842 This patch fixes the missing device start for fips validation sample app. Signed-off-by: Fan Zhang --- examples/fips_validation/main.c | 4

Re: [dpdk-dev] [PATCH] ethdev: promote port ownership API as stable

2021-10-28 Thread Ferruh Yigit
On 10/28/2021 9:34 AM, Thomas Monjalon wrote: The port ownership concept was introduced in ethdev in DPDK 18.02. Not sure it is used by applications except those using failsafe or netvsc. It can also be used by libraries or applications to sort out how ports are controlled. Hiding sub-ports cont

Re: [dpdk-dev] [PATCH v1 1/2] vfio: make API return values consistent

2021-10-28 Thread Burakov, Anatoly
Hi Chenbo, And do we need backport? As 'return -1' does not align with the API doxygen. Thanks, Chenbo Maybe it's the FreeBSD implementation that needs to be adjusted then, because none of those functions are valid on FreeBSD, and the documentation for VFIO functions explicitly mentions that

Re: [dpdk-dev] [PATCH] test/crypto: refactor docsis to show hidden cases

2021-10-28 Thread Coyle, David
Hi Rebecca, see below > -Original Message- > From: Troy, Rebecca > > In the current implementation, the docsis test cases are running and being > reported as one test, despite the fact that multiple test cases are hidden > inside i.e. "test_DOCSIS_PROTO_all" runs > 52 test cases. Each d

[dpdk-dev] [PATCH v3 1/3] eventdev/eth_rx: add queue stats get and reset APIs

2021-10-28 Thread Naga Harish K S V
This patch adds new api ``rte_event_eth_rx_adapter_queue_stats_get`` to retrieve queue stats. The queue stats are in the format ``struct rte_event_eth_rx_adapter_queue_stats``. For resetting the queue stats, ``rte_event_eth_rx_adapter_queue_stats_reset`` api is added. The adapter stats_get and st

[dpdk-dev] [PATCH v3 2/3] eventdev/eth_rx: support telemetry

2021-10-28 Thread Naga Harish K S V
Added telemetry support for rxa_queue_stats and rxa_queue_stats_reset to get and reset rx queue stats respectively Signed-off-by: Naga Harish K S V Acked-by: Jay Jayatheerthan --- lib/eventdev/rte_event_eth_rx_adapter.c | 124 1 file changed, 124 insertions(+) diff --g

[dpdk-dev] [PATCH v3 3/3] test/event: add unit test for Rx adapter

2021-10-28 Thread Naga Harish K S V
add unit test for rte_event_eth_rx_adapter_queue_stats_get() and rte_event_eth_rx_adapter_queue_stats_reset() apis. Signed-off-by: Naga Harish K S V Acked-by: Jay Jayatheerthan --- app/test/test_event_eth_rx_adapter.c | 60 1 file changed, 60 insertions(+) diff --g

Re: [dpdk-dev] [PATCH] ethdev: promote port ownership API as stable

2021-10-28 Thread Thomas Monjalon
28/10/2021 12:22, Ferruh Yigit: > On 10/28/2021 9:34 AM, Thomas Monjalon wrote: > > The port ownership concept was introduced in ethdev in DPDK 18.02. > > Not sure it is used by applications except those using failsafe or netvsc. > > It can also be used by libraries or applications to sort out > >

[dpdk-dev] [PATCH v3 1/3] eventdev/eth_rx: add queue stats get and reset APIs

2021-10-28 Thread Naga Harish K S V
This patch adds new api ``rte_event_eth_rx_adapter_queue_stats_get`` to retrieve queue stats. The queue stats are in the format ``struct rte_event_eth_rx_adapter_queue_stats``. For resetting the queue stats, ``rte_event_eth_rx_adapter_queue_stats_reset`` api is added. The adapter stats_get and st

[dpdk-dev] [PATCH v3 2/3] eventdev/eth_rx: support telemetry

2021-10-28 Thread Naga Harish K S V
Added telemetry support for rxa_queue_stats and rxa_queue_stats_reset to get and reset rx queue stats respectively Signed-off-by: Naga Harish K S V Acked-by: Jay Jayatheerthan --- lib/eventdev/rte_event_eth_rx_adapter.c | 124 1 file changed, 124 insertions(+) diff --g

[dpdk-dev] [PATCH v3 3/3] test/event: add unit test for Rx adapter

2021-10-28 Thread Naga Harish K S V
add unit test for rte_event_eth_rx_adapter_queue_stats_get() and rte_event_eth_rx_adapter_queue_stats_reset() apis. Signed-off-by: Naga Harish K S V Acked-by: Jay Jayatheerthan --- app/test/test_event_eth_rx_adapter.c | 60 1 file changed, 60 insertions(+) diff --g

Re: [dpdk-dev] [PATCH] test/crypto: refactor docsis to show hidden cases

2021-10-28 Thread Troy, Rebecca
> -Original Message- > From: Coyle, David > Sent: Thursday 28 October 2021 11:34 > To: Troy, Rebecca ; dev@dpdk.org > Cc: Power, Ciara ; Zhang, Roy Fan > ; Akhil Goyal ; Doherty, > Declan > Subject: RE: [PATCH] test/crypto: refactor docsis to show hidden cases > > Hi Rebecca, see below >

Re: [dpdk-dev] [PATCH v7 4/4] net/ice: enable protocol agnostic flow offloading in FDIR

2021-10-28 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Junfeng > Sent: Thursday, October 28, 2021 5:14 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Yigit, Ferruh ; Xu, Ting > ; Guo, Junfeng > Subject: [PATCH v7 4/4] net/ice: enable protocol agnostic flow offloading in > FDIR >

Re: [dpdk-dev] [PATCH] net/iavf: fix build error

2021-10-28 Thread Zhang, Qi Z
> -Original Message- > From: Nicolau, Radu > Sent: Wednesday, October 27, 2021 5:51 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Zhang, Qi Z ; Nicolau, Radu > > Subject: [PATCH] net/iavf: fix build error > > Fix Freebsd13 and Win10 build error. > > Fixes: 9e84ce6ecd27 ("

Re: [dpdk-dev] [PATCH v7 1/4] net/ice/base: add method to disable FDIR SWAP option

2021-10-28 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Junfeng > Sent: Thursday, October 28, 2021 5:14 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Yigit, Ferruh ; Xu, Ting > ; Guo, Junfeng > Subject: [PATCH v7 1/4] net/ice/base: add method to disable FDIR SWAP > option > > Th

Re: [dpdk-dev] [PATCH v1 1/2] vfio: make API return values consistent

2021-10-28 Thread Xia, Chenbo
> -Original Message- > From: Burakov, Anatoly > Sent: Thursday, October 28, 2021 6:30 PM > To: Xia, Chenbo ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1 1/2] vfio: make API return values consistent > > Hi Chenbo, > > > And do we need backport? As 'return -1' does not align with the

Re: [dpdk-dev] [PATCH v7 2/4] net/ice/base: add function to set HW profile for raw flow

2021-10-28 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Junfeng > Sent: Thursday, October 28, 2021 5:14 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Yigit, Ferruh ; Xu, Ting > ; Guo, Junfeng > Subject: [PATCH v7 2/4] net/ice/base: add function to set HW profile for raw > flow >

Re: [dpdk-dev] [PATCH v1 1/2] vfio: make API return values consistent

2021-10-28 Thread Ferruh Yigit
On 10/28/2021 12:11 PM, Xia, Chenbo wrote: -Original Message- From: Burakov, Anatoly Sent: Thursday, October 28, 2021 6:30 PM To: Xia, Chenbo ; dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v1 1/2] vfio: make API return values consistent Hi Chenbo, And do we need backport? As 'return -1

Re: [dpdk-dev] [PATCH v4 2/2] examples/ipsec-secgw: add support for TCP TSO

2021-10-28 Thread Ananyev, Konstantin
> Add support to allow user to specific MSS for TCP TSO offload on a per SA > basis. MSS configuration in the context of IPsec is only supported for > outbound SA's in the context of an inline IPsec Crypto offload. > > Signed-off-by: Declan Doherty > Signed-off-by: Radu Nicolau > --- > doc/g

Re: [dpdk-dev] [PATCH v7 3/4] app/testpmd: update Max RAW pattern size to 512

2021-10-28 Thread Zhang, Qi Z
> -Original Message- > From: Guo, Junfeng > Sent: Thursday, October 28, 2021 5:14 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Yigit, Ferruh ; Xu, Ting > ; Guo, Junfeng > Subject: [PATCH v7 3/4] app/testpmd: update Max RAW pattern size to 512 > > Update ma

[dpdk-dev] [PATCH v2] ip_frag: promote APIs to stable

2021-10-28 Thread Konstantin Ananyev
Promote rte_frag_table_del_expired_entries() function to stable. It was around for few years by now without any changes. Signed-off-by: Konstantin Ananyev --- lib/ip_frag/rte_ip_frag.h | 1 - lib/ip_frag/version.map | 7 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/lib

[dpdk-dev] [PATCH] net/hns3: fix mailbox communication with HW

2021-10-28 Thread Min Hu (Connor)
Mailbox is the communication mechanism between SW and HW. There exist two approaches for SW to recongnize mailbox message from HW. One way is using match_id, the other is to compare the message code. The two approaches are independent and used in different scenarios. But for the second approache,

[dpdk-dev] [Bug 848] gcc12 build error, app/test

2021-10-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=848 Bug ID: 848 Summary: gcc12 build error, app/test Product: DPDK Version: 20.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal

[dpdk-dev] [PATCH] vhost: mark vDPA driver API as internal

2021-10-28 Thread Maxime Coquelin
This patch marks the vDPA driver APIs as internal and rename the corresponding header file. Signed-off-by: Maxime Coquelin --- drivers/vdpa/ifc/ifcvf_vdpa.c| 2 +- drivers/vdpa/mlx5/mlx5_vdpa.h| 2 +- lib/vhost/meson.build| 4 +++- lib/vhost/vdpa.c

[dpdk-dev] [Bug 849] gcc12 build error, net/ena

2021-10-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=849 Bug ID: 849 Summary: gcc12 build error, net/ena Product: DPDK Version: 20.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal

Re: [dpdk-dev] [PATCH v2 02/15] vhost: hide inflight async structure

2021-10-28 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, October 27, 2021 12:29 AM > To: dev@dpdk.org; Xia, Chenbo ; Hu, Jiayu > ; Wang, YuanX ; Ma, WenwuX > ; Richardson, Bruce ; > Mcnamara, John > Cc: Maxime Coquelin > Subject: [PATCH v2 02/15] vhost: hide inflight async structu

Re: [dpdk-dev] [PATCH v2 01/15] vhost: move async data in a dedicated structure

2021-10-28 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Wednesday, October 27, 2021 12:29 AM > To: dev@dpdk.org; Xia, Chenbo ; Hu, Jiayu > ; Wang, YuanX ; Ma, WenwuX > ; Richardson, Bruce ; > Mcnamara, John > Cc: Maxime Coquelin > Subject: [PATCH v2 01/15] vhost: move async data

[dpdk-dev] [Bug 850] gcc12 build error, net/ice

2021-10-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=850 Bug ID: 850 Summary: gcc12 build error, net/ice Product: DPDK Version: 20.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal

[dpdk-dev] [Bug 851] gcc12 build error, net/qede/base

2021-10-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=851 Bug ID: 851 Summary: gcc12 build error, net/qede/base Product: DPDK Version: 20.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: N

[dpdk-dev] [Bug 852] gcc12 build error, net/ice/base

2021-10-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=852 Bug ID: 852 Summary: gcc12 build error, net/ice/base Product: DPDK Version: 20.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: No

[dpdk-dev] [Bug 853] gcc12 build error, common/cnxk

2021-10-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=853 Bug ID: 853 Summary: gcc12 build error, common/cnxk Product: DPDK Version: 20.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Nor

Re: [dpdk-dev] [PATCH] test/ipfrag: add test content to the test unit

2021-10-28 Thread Ananyev, Konstantin
> Add the test content of the fragment_offset(offset and MF) > to the test_ip_frag function. Add test data for a fragment > that is not the last fragment. > > Signed-off-by: huichao cai > --- > app/test/test_ipfrag.c | 95 > +- > 1 file changed,

[dpdk-dev] [Bug 854] gcc12 build error, common/cnxk

2021-10-28 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=854 Bug ID: 854 Summary: gcc12 build error, common/cnxk Product: DPDK Version: 20.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Nor

  1   2   3   >