Re: [dpdk-dev] [PATCH v2 2/2] vhost: enable IOMMU for async vhost

2021-09-24 Thread Maxime Coquelin
On 9/24/21 03:53, Xia, Chenbo wrote: -Original Message- From: Maxime Coquelin Sent: Thursday, September 23, 2021 10:56 PM To: Hu, Jiayu ; Ding, Xuan ; dev@dpdk.org; Burakov, Anatoly ; Xia, Chenbo Cc: Jiang, Cheng1 ; Richardson, Bruce ; Pai G, Sunil ; Wang, Yinan ; Yang, YvonneX Subj

[dpdk-dev] [PATCH 0/4] support PPPoL2TPv2oUDP RSS Hash

2021-09-24 Thread Jie Wang
Support IAVF PPPoL2TPv2oUDP RSS Hash. Required to distribute packets based on inner IP src+dest address and TCP/UDP src+dest port. Jie Wang (4): net/iavf: support PPPoL2TPv2oUDP over IPv4 RSS Hash app/testpmd: support PPPoL2TPv2oUDP RSS Hash ethdev: support PPPoL2TPv2oUDP RSS Hash net/iavf

[dpdk-dev] [PATCH 1/4] net/iavf: support PPPoL2TPv2oUDP over IPv4 RSS Hash

2021-09-24 Thread Jie Wang
Add support for PPP over L2TPv2 over UDP over outer IPv4 protocol RSS Hash based on inner IP src/dst address and TCP/UDP src/dst port. Signed-off-by: Wenjun Wu Signed-off-by: Jie Wang --- drivers/net/iavf/iavf_generic_flow.c | 67 ++ drivers/net/iavf/iavf_generic_flow.h | 9 +

[dpdk-dev] [PATCH 2/4] app/testpmd: support PPPoL2TPv2oUDP RSS Hash

2021-09-24 Thread Jie Wang
Add support for test-pmd to parse protocol pattern L2TPv2 and PPP. Signed-off-by: Wenjun Wu Signed-off-by: Jie Wang --- app/test-pmd/cmdline_flow.c | 34 ++ 1 file changed, 34 insertions(+) diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c i

[dpdk-dev] [PATCH 3/4] ethdev: support PPPoL2TPv2oUDP RSS Hash

2021-09-24 Thread Jie Wang
Add flow pattern items, RSS offload types and header formats of L2TPv2 and PPP. Signed-off-by: Wenjun Wu Signed-off-by: Jie Wang --- lib/ethdev/rte_flow.c | 2 + lib/ethdev/rte_flow.h | 99 +++ 2 files changed, 101 insertions(+) diff --git a/lib/ethdev/

[dpdk-dev] [PATCH 4/4] net/iavf: support PPPoL2TPv2oUDP over IPv6 RSS Hash

2021-09-24 Thread Jie Wang
Add support for PPP over L2TPv2 over UDP over outer ipv6 protocol RSS Hash based on inner IP src/dst address and TCP/UDP src/dst port. Signed-off-by: Jie Wang --- drivers/net/iavf/iavf_generic_flow.c | 64 drivers/net/iavf/iavf_generic_flow.h | 6 +++ drivers/net/ia

Re: [dpdk-dev] [PATCH v4 2/5] test/crypto: add combined mode tests

2021-09-24 Thread Hemant Agrawal
HI Anoob, On 9/17/2021 6:45 PM, Anoob Joseph wrote: Add framework to test IPsec features with all supported combinations of ciphers. Signed-off-by: Anoob Joseph Signed-off-by: Tejasree Kondoj --- app/test/test_cryptodev.c| 73 +++-- app/test/test_cryptodev

Re: [dpdk-dev] [PATCH v2 2/2] vhost: enable IOMMU for async vhost

2021-09-24 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Friday, September 24, 2021 3:14 PM > To: Xia, Chenbo ; Hu, Jiayu ; Ding, > Xuan ; dev@dpdk.org; Burakov, Anatoly > > Cc: Jiang, Cheng1 ; Richardson, Bruce > ; Pai G, Sunil ; Wang, > Yinan ; Yang, YvonneX > Subject: Re: [PATCH v2 2/2] v

Re: [dpdk-dev] [PATCH v5 1/2] eventdev: add rx queue conf get api

2021-09-24 Thread Jayatheerthan, Jay
> -Original Message- > From: Kundapura, Ganapati > Sent: Wednesday, September 22, 2021 4:49 PM > To: Jerin Jacob > Cc: Jayatheerthan, Jay ; dpdk-dev > ; Yigit, Ferruh > Subject: RE: [PATCH v5 1/2] eventdev: add rx queue conf get api > > Hi Jerin, > > > -Original Message- > > F

[dpdk-dev] [PATCH v2] net/ice: retry getting VF VSI map after it fails

2021-09-24 Thread dapengx . yu
From: Dapeng Yu The request of getting VF VSI map request may fail when DCF is busy, this patch adds retry mechanism to make it able to succeed. Fixes: b09d34ac8584 ("net/ice: fix flow redirector") Cc: sta...@dpdk.org Signed-off-by: Dapeng Yu --- V2: * Remove goto --- drivers/net/ice/ice_dcf

Re: [dpdk-dev] [EXT] Re: [PATCH v4 2/5] test/crypto: add combined mode tests

2021-09-24 Thread Anoob Joseph
Hi Hemant, Please see inline. Thanks, Anoob > -Original Message- > From: Hemant Agrawal > Sent: Friday, September 24, 2021 12:54 PM > To: Anoob Joseph ; Akhil Goyal ; > Declan Doherty ; Fan Zhang > ; Konstantin Ananyev > > Cc: Jerin Jacob Kollanukkaran ; Archana Muniganti > ; Tejasree

Re: [dpdk-dev] [PATCH v2 2/2] vhost: enable IOMMU for async vhost

2021-09-24 Thread Ding, Xuan
> -Original Message- > From: Xia, Chenbo > Sent: Friday, September 24, 2021 3:36 PM > To: Maxime Coquelin ; Hu, Jiayu > ; Ding, Xuan ; dev@dpdk.org; > Burakov, Anatoly > Cc: Jiang, Cheng1 ; Richardson, Bruce > ; Pai G, Sunil ; Wang, > Yinan ; Yang, YvonneX > Subject: RE: [PATCH v2 2/2]

[dpdk-dev] cannot use virtio-user pmd in IOVA=PA mode anymore

2021-09-24 Thread Olivier Matz
Hello, I recently tested a use-case with our application using the main branch of dpdk.org. - the application runs inside a standard x86 VM (no IOMMU) - there are emulated physical NICs inside the VM - we use virtio-user pmds connected to tap interfaces through the vhost-net backend for excepti

Re: [dpdk-dev] [PATCH v2] net/ice: retry getting VF VSI map after it fails

2021-09-24 Thread Wang, Haiyue
> -Original Message- > From: Yu, DapengX > Sent: Friday, September 24, 2021 16:08 > To: Yang, Qiming ; Zhang, Qi Z > Cc: dev@dpdk.org; Wang, Haiyue ; Yu, DapengX > ; > sta...@dpdk.org > Subject: [PATCH v2] net/ice: retry getting VF VSI map after it fails > > From: Dapeng Yu > > The re

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

2021-09-24 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, without public API change. [PATCH 1/3] app/testpmd: update Max RAW pattern size to 512. [PATCH 2/3] net/ice: enable protocol agnostic flow offloading in FDI

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

2021-09-24 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 6cd9

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

2021-09-24 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, without public API change. 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 examp

[dpdk-dev] [PATCH 3/3] doc: enable protocol agnostic flow in FDIR

2021-09-24 Thread Junfeng Guo
Protocol agnostic flow offloading in Flow Director is enabled based on the Parser Library, using existing rte_flow raw API, using existing rte_flow raw API, without public API change. Signed-off-by: Junfeng Guo --- doc/guides/rel_notes/release_21_11.rst | 5 + 1 file changed, 5 insertions(+)

Re: [dpdk-dev] [PATCH v2 4/6] examples/ioat: port application to dmadev APIs

2021-09-24 Thread Kevin Laatz
On 24/09/2021 05:00, fengchengwen wrote: On 2021/9/18 0:41, Kevin Laatz wrote: The dmadev library abstraction allows applications to use the same APIs for all DMA device drivers in DPDK. This patch updates the ioatfwd application to make use of the new dmadev APIs, in turn making it a generic ap

Re: [dpdk-dev] [PATCH v4 1/5] test/crypto: add lookaside IPsec tests

2021-09-24 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH v4 3/5] test/crypto: add lookaside IPsec ICV corrupt test case

2021-09-24 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

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

2021-09-24 Thread Van Haaren, Harry
> -Original Message- > From: dev On Behalf Of Junfeng Guo > Sent: Friday, September 24, 2021 5:22 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Guo, Junfeng > Subject: [dpdk-dev] [PATCH 2/3] net/ice: enable protocol agnostic flow > offloading in FDIR > > Proto

[dpdk-dev] [PATCH v3] net/ice: add support for low Rx latency

2021-09-24 Thread Alvin Zhang
This patch adds a devarg parameter to enable/disable low Rx latency. Signed-off-by: Alvin Zhang --- v3: rebase to dpdk-next-net-intel --- doc/guides/nics/ice.rst | 12 drivers/net/ice/ice_ethdev.c | 26 +++--- drivers/net/ice/ice_ethdev.h | 1 + 3 files ch

Re: [dpdk-dev] [PATCH v2] stack: fix reload head when pop fails

2021-09-24 Thread Olivier Matz
Hello, On Tue, Sep 21, 2021 at 06:17:24PM +0200, Julien Meunier wrote: > The previous commit 18effad9cfa7 ("stack: reload head when pop fails") > only changed C11 implementation, not generic implementation. > > List head must be loaded right before continue (when failed to find the > new head). W

[dpdk-dev] [PATCH v2] net/ice: support IPv4/L4 checksum RSS offload

2021-09-24 Thread Alvin Zhang
Add supports for RSS_IPV4_CHKSUM & RSS_L4_CHKSUM RSS offload types in RSS flow. Signed-off-by: Alvin Zhang --- v2: rebase to dpdk-next-net-intel --- drivers/net/ice/ice_hash.c | 33 ++--- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/drivers/net/ice/

Re: [dpdk-dev] [PATCH v4 01/10] security: add support for TSO on IPsec session

2021-09-24 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH v3] net/ice: add support for low Rx latency

2021-09-24 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, AlvinX > Sent: Friday, September 24, 2021 4:57 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Zhang, AlvinX > Subject: [PATCH v3] net/ice: add support for low Rx latency > > This patch adds a devarg parameter to enable/disable low Rx latency. > > Signed

[dpdk-dev] [PATCH v2 1/2] common/iavf: enable hash calculation based on IPv4 checksum

2021-09-24 Thread Alvin Zhang
Add IPv4 header checksum field selector, it can be used in creating FDIR or RSS rules related to IPv4 header checksum. Signed-off-by: Alvin Zhang --- v2: rebase to dpdk-next-net-intel --- drivers/common/iavf/virtchnl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/common/iavf/virt

[dpdk-dev] [PATCH v2 2/2] net/iavf: support IPv4/L4 checksum RSS offload

2021-09-24 Thread Alvin Zhang
Add supports for RSS_IPV4_CHKSUM & RSS_L4_CHKSUM RSS offload types in RSS flow. Signed-off-by: Alvin Zhang --- v2: rebase to dpdk-next-net-intel --- drivers/net/iavf/iavf_hash.c | 38 +++--- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/drivers/n

Re: [dpdk-dev] [EXT] [PATCH v4 02/10] security: add UDP params for IPsec NAT-T

2021-09-24 Thread Hemant Agrawal
On 9/6/2021 4:39 PM, Nicolau, Radu wrote: On 9/5/2021 3:19 PM, Akhil Goyal wrote: Hi Radu, Add support for specifying UDP port params for UDP encapsulation option. Signed-off-by: Declan Doherty Signed-off-by: Radu Nicolau Signed-off-by: Abhijit Sinha Signed-off-by: Daniel Martin Buckle

Re: [dpdk-dev] [PATCH] bus/pci: fix numa node return value

2021-09-24 Thread Varghese, Vipin
Hi Pallavi, Assuming the intention is set SOCKET_ID_ANY for faulty cases, couple of observation. In Linux ``` if (access(filename, F_OK) != -1) { if (eal_parse_sysfs_value(filename, &tmp) == 0) dev->device.numa_node = tmp; else

Re: [dpdk-dev] [PATCH] net/ice: enable Rx timestamp on Flex Descriptor

2021-09-24 Thread Su, Simei
Hi, Qi > -Original Message- > From: Zhang, Qi Z > Sent: Friday, September 24, 2021 1:25 PM > To: Su, Simei > Cc: dev@dpdk.org; Wang, Haiyue > Subject: RE: [PATCH] net/ice: enable Rx timestamp on Flex Descriptor > > > > > -Original Message- > > From: Su, Simei > > Sent: Satur

Re: [dpdk-dev] [PATCH] app/testpmd: add cmdline to show LACP bonding info

2021-09-24 Thread Min Hu (Connor)
Hi, 在 2021/9/23 11:20, Li, Xiaoyun 写道: Hi -Original Message- From: dev On Behalf Of Min Hu (Connor) Sent: Wednesday, September 22, 2021 14:25 To: dev@dpdk.org Cc: Yigit, Ferruh ; tho...@monjalon.net Subject: [dpdk-dev] [PATCH] app/testpmd: add cmdline to show LACP bonding info From:

[dpdk-dev] [PATCH v4] net/ice: add support for low Rx latency

2021-09-24 Thread Alvin Zhang
This patch adds a devarg parameter to enable/disable low Rx latency. Signed-off-by: Alvin Zhang --- v3: rebase to dpdk-next-net-intel v4: rename arg rx-low-latency to rx_low_latency --- doc/guides/nics/ice.rst | 12 drivers/net/ice/ice_ethdev.c | 26 +++---

[dpdk-dev] [PATCH v5] net/ice: add support for low Rx latency

2021-09-24 Thread Alvin Zhang
This patch adds a devarg parameter to enable/disable low Rx latency. Signed-off-by: Alvin Zhang --- v3: rebase to dpdk-next-net-intel v4: rename arg rx-low-latency to rx_low_latency v5: rename macro ICE_RX_LOW_LATENCY to ICE_RX_LOW_LATENCY_ARG --- doc/guides/nics/ice.rst | 12

[dpdk-dev] [PATCH v5 1/2] Enable ASan for memory detector on DPDK

2021-09-24 Thread zhihongx . peng
From: Zhihong Peng AddressSanitizer (ASan) is a google memory error detect standard tool. It could help to detect use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs, print detailed error information when error happens, large improve debug efficiency. By referring to it

[dpdk-dev] [PATCH v5 2/2] Fix gcc compilation error using ASan

2021-09-24 Thread zhihongx . peng
From: Zhihong Peng After adding ASan, the gcc compilation check will be stricter. "Control reaches end of non-void function" error occurs here. Fixes: f38913b7fb8e (pipeline: add meter array to SWX) Cc: sta...@dpdk.org Signed-off-by: Xueqin Lin Signed-off-by: Zhihong Peng --- lib/pipeline/rt

[dpdk-dev] [PATCH v2] app/testpmd: add cmdline to show LACP bonding info

2021-09-24 Thread Min Hu (Connor)
From: Chengchang Tang Add a new cmdline to help diagnostic the bonding mode 4 in testpmd. Show the lacp information about the bonded device and its slaves: show bonding lacp info Signed-off-by: Chengchang Tang Signed-off-by: Min Hu(Connor) --- app/test-pmd/cmdline.c | 1

Re: [dpdk-dev] [PATCH v4 1/2] Enable ASan for memory detector on DPDK

2021-09-24 Thread Olivier Matz
Hi Zhihong, On Fri, Sep 24, 2021 at 02:16:29AM +, zhihongx.p...@intel.com wrote: > From: Zhihong Peng > > AddressSanitizer (ASan) is a google memory error detect > standard tool. It could help to detect use-after-free and > {heap,stack,global}-buffer overflow bugs in C/C++ programs, > print

[dpdk-dev] [PATCH v3] net/ice: support IPv4/L4 checksum RSS offload

2021-09-24 Thread Alvin Zhang
Add supports for RSS_IPV4_CHKSUM & RSS_L4_CHKSUM RSS offload types in RSS flow. Signed-off-by: Alvin Zhang --- v2: rebase to dpdk-next-net-intel v3: add release note --- doc/guides/rel_notes/release_21_11.rst | 3 ++- drivers/net/ice/ice_hash.c | 33 ++--

[dpdk-dev] [PATCH v3 1/2] common/iavf: enable hash calculation based on IPv4 checksum

2021-09-24 Thread Alvin Zhang
Add IPv4 header checksum field selector, it can be used in creating FDIR or RSS rules related to IPv4 header checksum. Signed-off-by: Alvin Zhang --- v2: rebase to dpdk-next-net-intel --- drivers/common/iavf/virtchnl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/common/iavf/virt

[dpdk-dev] [PATCH v3 2/2] net/iavf: support IPv4/L4 checksum RSS offload

2021-09-24 Thread Alvin Zhang
Add supports for RSS_IPV4_CHKSUM & RSS_L4_CHKSUM RSS offload types in RSS flow. Signed-off-by: Alvin Zhang --- v2: rebase to dpdk-next-net-intel v3: add release note --- doc/guides/rel_notes/release_21_11.rst | 4 drivers/net/iavf/iavf_hash.c | 38 +++

[dpdk-dev] [PATCH v3] app/testpmd: add cmdline to show LACP bonding info

2021-09-24 Thread Min Hu (Connor)
From: Chengchang Tang Add a new cmdline to help diagnostic the bonding mode 4 in testpmd. Show the lacp information about the bonded device and its slaves: show bonding lacp info Signed-off-by: Chengchang Tang Signed-off-by: Min Hu(Connor) --- v3: * fix state show. v2: * same patch with v1.

[dpdk-dev] [PATCH v5 1/2] Enable ASan for memory detector on DPDK

2021-09-24 Thread zhihongx . peng
From: Zhihong Peng AddressSanitizer (ASan) is a google memory error detect standard tool. It could help to detect use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs, print detailed error information when error happens, large improve debug efficiency. By referring to it

[dpdk-dev] [PATCH v5 2/2] lib/pipeline: Fix gcc compilation error using ASan

2021-09-24 Thread zhihongx . peng
From: Zhihong Peng After adding ASan, the gcc compilation check will be stricter. "Control reaches end of non-void function" error occurs here. Fixes: f38913b7fb8e (pipeline: add meter array to SWX) Cc: sta...@dpdk.org Signed-off-by: Xueqin Lin Signed-off-by: Zhihong Peng --- lib/pipeline/rt

Re: [dpdk-dev] [PATCH v6 09/10] ipsec: add support for initial SQN value

2021-09-24 Thread Ananyev, Konstantin
> Update IPsec library to support initial SQN value. > > Signed-off-by: Declan Doherty > Signed-off-by: Radu Nicolau > Signed-off-by: Abhijit Sinha > Signed-off-by: Daniel Martin Buckley > Acked-by: Fan Zhang > --- > lib/ipsec/esp_outb.c | 19 --- > lib/ipsec/sa.c | 2

[dpdk-dev] [PATCH v6 00/13] add test suite for DMA drivers

2021-09-24 Thread Bruce Richardson
This patchset adds a fairly comprehensive set of tests for basic dmadev functionality. Tests are added to verify basic copy operation in each device, using both submit function and submit flag, and verifying completion gathering using both "completed()" and "completed_status()" functions. Beyond th

[dpdk-dev] [PATCH v6 01/13] dmadev: add channel status check for testing use

2021-09-24 Thread Bruce Richardson
Add in a function to check if a device or vchan has completed all jobs assigned to it, without gathering in the results. This is primarily for use in testing, to allow the hardware to be in a known-state prior to gathering completions. Signed-off-by: Bruce Richardson Reviewed-by: Conor Walsh Rev

[dpdk-dev] [PATCH v6 02/13] dma/skeleton: add channel status function

2021-09-24 Thread Bruce Richardson
In order to avoid timing errors with the unit tests, we need to ensure we have the vchan_status function to report when a channel is idle. Signed-off-by: Bruce Richardson --- drivers/dma/skeleton/skeleton_dmadev.c | 18 +- drivers/dma/skeleton/skeleton_dmadev.h | 2 +- 2 files c

[dpdk-dev] [PATCH v6 03/13] dmadev: add burst capacity API

2021-09-24 Thread Bruce Richardson
From: Kevin Laatz Add a burst capacity check API to the dmadev library. This API is useful to applications which need to how many descriptors can be enqueued in the current batch. For example, it could be used to determine whether all segments of a multi-segment packet can be enqueued in the same

[dpdk-dev] [PATCH v6 04/13] dma/skeleton: add burst capacity function

2021-09-24 Thread Bruce Richardson
Implement function to return the remaining space for operations. Signed-off-by: Bruce Richardson --- drivers/dma/skeleton/skeleton_dmadev.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/dma/skeleton/skeleton_dmadev.c b/drivers/dma/skeleton/skeleton_dmadev.c index ada9a

[dpdk-dev] [PATCH v6 05/13] dmadev: add device iterator

2021-09-24 Thread Bruce Richardson
Add a function and wrapper macro to iterate over all dma devices. Signed-off-by: Bruce Richardson --- lib/dmadev/rte_dmadev.c | 13 + lib/dmadev/rte_dmadev.h | 18 ++ lib/dmadev/version.map | 1 + 3 files changed, 32 insertions(+) diff --git a/lib/dmadev/rte_dmadev

[dpdk-dev] [PATCH v6 06/13] app/test: add basic dmadev instance tests

2021-09-24 Thread Bruce Richardson
Run basic sanity tests for configuring, starting and stopping a dmadev instance to help validate drivers. This also provides the framework for future tests for data-path operation. Signed-off-by: Bruce Richardson Reviewed-by: Conor Walsh Reviewed-by: Kevin Laatz --- app/test/test_dmadev.c | 73

[dpdk-dev] [PATCH v6 07/13] app/test: add basic dmadev copy tests

2021-09-24 Thread Bruce Richardson
For each dmadev instance, perform some basic copy tests to validate that functionality. Signed-off-by: Bruce Richardson Reviewed-by: Kevin Laatz Reviewed-by: Conor Walsh --- app/test/test_dmadev.c | 175 + 1 file changed, 175 insertions(+) diff --git a/

[dpdk-dev] [PATCH v6 08/13] app/test: run test suite on skeleton driver

2021-09-24 Thread Bruce Richardson
When running the dmadev_autotest, run the suite of copy tests on the skeleton driver created for API testing too, rather than just destroying the driver instances once the API tests are complete. This helps to sanity check the tests themselves are reasonable. Signed-off-by: Bruce Richardson ---

[dpdk-dev] [PATCH v6 09/13] app/test: add more comprehensive dmadev copy tests

2021-09-24 Thread Bruce Richardson
Add unit tests for various combinations of use for dmadev, copying bursts of packets in various formats, e.g. 1. enqueuing two smaller bursts and completing them as one burst 2. enqueuing one burst and gathering completions in smaller bursts 3. using completed_status() function to gather completio

[dpdk-dev] [PATCH v6 10/13] dmadev: add flag for error handling support

2021-09-24 Thread Bruce Richardson
Due to HW or driver limiations, not all dmadevs may support full error handling e.g. safely managing and reporting an invalid address to a copy operation. The skeleton dmadev, for example, being pure software will always seg-fault if passed an invalid address. To indicate the availability of safe e

[dpdk-dev] [PATCH v6 11/13] app/test: test dmadev instance failure handling

2021-09-24 Thread Bruce Richardson
Add a series of tests to inject bad copy operations into a dmadev to test the error handling and reporting capabilities. Various combinations of errors in various positions in a burst are tested, as are errors in bursts with fence flag set, and multiple errors in a single burst. Signed-off-by: Bru

[dpdk-dev] [PATCH v6 12/13] app/test: add dmadev fill tests

2021-09-24 Thread Bruce Richardson
From: Kevin Laatz For dma devices which support the fill operation, run unit tests to verify fill behaviour is correct. Signed-off-by: Kevin Laatz Signed-off-by: Bruce Richardson Reviewed-by: Conor Walsh --- app/test/test_dmadev.c | 49 ++ 1 file chang

[dpdk-dev] [PATCH v6 13/13] app/test: add dmadev burst capacity API test

2021-09-24 Thread Bruce Richardson
From: Kevin Laatz Add a test case to validate the functionality of drivers' burst capacity API implementations. Signed-off-by: Kevin Laatz Signed-off-by: Bruce Richardson Reviewed-by: Conor Walsh --- app/test/test_dmadev.c | 67 ++ 1 file changed, 67 i

Re: [dpdk-dev] [dpdk-web] DMARC mitigation in dpdk.org's mailing list

2021-09-24 Thread Thomas Monjalon
Would be interesting to list pros/cons of groups.io. First problems I can see: - it means re-registering for everyone - groups.io is not under our control - not sure we can have some key features of inbox.dpdk.org: * thread view * download Al

Re: [dpdk-dev] [EXT] app/test: fix pdcp short mac test

2021-09-24 Thread Anoob Joseph
> Subject: [EXT] [dpdk-dev] app/test: fix pdcp short mac test > > External Email > > -- > Fixes: c24489e479fd ("test/crypto: support PDCP short MAC-I") > Cc: g.si...@nxp.com > > This patch fixes the pdcp short mac-i test by remo

Re: [dpdk-dev] [PATCH v5] net/ice: add support for low Rx latency

2021-09-24 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, AlvinX > Sent: Friday, September 24, 2021 5:34 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Zhang, AlvinX > Subject: [PATCH v5] net/ice: add support for low Rx latency > > This patch adds a devarg parameter to enable/disable low Rx latency. > > Signed

[dpdk-dev] [PATCH v2] kni: Fix request overwritten

2021-09-24 Thread Elad Nachman
Fix lack of multiple KNI requests handling support by introducing a request in progress flag which will fail additional requests with EAGAIN return code if the original request has not been processed by user-space. Bugzilla ID: 809 Signed-off-by: Elad Nachman --- kernel/linux/kni/kni_net.c | 9

Re: [dpdk-dev] [PATCH v3 2/2] net/iavf: support IPv4/L4 checksum RSS offload

2021-09-24 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, AlvinX > Sent: Friday, September 24, 2021 5:57 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Zhang, AlvinX > Subject: [PATCH v3 2/2] net/iavf: support IPv4/L4 checksum RSS offload > > Add supports for RSS_IPV4_CHKSUM & RSS_L4_CHKSUM RSS offload types in

[dpdk-dev] [PATCH v23 3/6] dmadev: add data plane function support

2021-09-24 Thread Chengwen Feng
This patch add data plane functions for dmadev. Signed-off-by: Chengwen Feng Acked-by: Bruce Richardson Acked-by: Morten Brørup Reviewed-by: Kevin Laatz Reviewed-by: Conor Walsh --- doc/guides/prog_guide/dmadev.rst | 22 ++ doc/guides/rel_notes/release_21_11.rst | 1 + lib/dmadev/rt

[dpdk-dev] [PATCH v23 4/6] dmadev: add multi-process support

2021-09-24 Thread Chengwen Feng
This patch add multi-process support for dmadev. Signed-off-by: Chengwen Feng Acked-by: Bruce Richardson Acked-by: Morten Brørup Reviewed-by: Kevin Laatz Reviewed-by: Conor Walsh --- doc/guides/rel_notes/release_21_11.rst | 1 + lib/dmadev/rte_dmadev.c| 168

[dpdk-dev] [PATCH v23 5/6] dma/skeleton: introduce skeleton dmadev driver

2021-09-24 Thread Chengwen Feng
Skeleton dmadevice driver, on the lines of rawdev skeleton, is for showcasing of the dmadev library. Design of skeleton involves a virtual device which is plugged into VDEV bus on initialization. Also, enable compilation of dmadev skeleton drivers. Signed-off-by: Chengwen Feng Reviewed-by: Kevi

[dpdk-dev] [PATCH v23 0/6] support dmadev

2021-09-24 Thread Chengwen Feng
This patch set contains six patch for new add dmadev. Chengwen Feng (6): dmadev: introduce DMA device library dmadev: add control plane function support dmadev: add data plane function support dmadev: add multi-process support dma/skeleton: introduce skeleton dmadev driver app/test: ad

[dpdk-dev] [PATCH v23 2/6] dmadev: add control plane function support

2021-09-24 Thread Chengwen Feng
This patch add control plane functions for dmadev. Signed-off-by: Chengwen Feng Acked-by: Bruce Richardson Acked-by: Morten Brørup Reviewed-by: Kevin Laatz Reviewed-by: Conor Walsh --- doc/guides/prog_guide/dmadev.rst | 41 +++ doc/guides/rel_notes/release_21_11.rst | 1 + lib/dmade

[dpdk-dev] [PATCH v23 6/6] app/test: add dmadev API test

2021-09-24 Thread Chengwen Feng
This patch add dmadev API test which based on 'dma_skeleton' vdev. The test cases could be executed using 'dmadev_autotest' command in test framework. Signed-off-by: Chengwen Feng Signed-off-by: Bruce Richardson Reviewed-by: Kevin Laatz Reviewed-by: Conor Walsh --- MAINTAINERS

[dpdk-dev] [PATCH v23 1/6] dmadev: introduce DMA device library

2021-09-24 Thread Chengwen Feng
The 'dmadevice' is a generic type of DMA device. This patch introduce the 'dmadevice' device allocation APIs. The infrastructure is prepared to welcome drivers in drivers/dma/ Signed-off-by: Chengwen Feng Acked-by: Bruce Richardson Acked-by: Morten Brørup Acked-by: Jerin Jacob Reviewed-by: K

Re: [dpdk-dev] [PATCH v3 1/2] common/iavf: enable hash calculation based on IPv4 checksum

2021-09-24 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, AlvinX > Sent: Friday, September 24, 2021 5:57 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Zhang, AlvinX > Subject: [PATCH v3 1/2] common/iavf: enable hash calculation based on IPv4 > checksum > > Add IPv4 header checksum field selector, it can be use

Re: [dpdk-dev] [PATCH v3] net/ice: support IPv4/L4 checksum RSS offload

2021-09-24 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, AlvinX > Sent: Friday, September 24, 2021 5:54 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Zhang, AlvinX > Subject: [PATCH v3] net/ice: support IPv4/L4 checksum RSS offload > > Add supports for RSS_IPV4_CHKSUM & RSS_L4_CHKSUM RSS offload types in > RS

Re: [dpdk-dev] [PATCH v2 0/2] i40e Rx descriptor loads ordering

2021-09-24 Thread Zhang, Qi Z
> -Original Message- > From: Ruifeng Wang > Sent: Wednesday, September 15, 2021 4:34 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Qi Z ; > Richardson, Bruce ; jer...@marvell.com; > hemant.agra...@nxp.com; d...@linux.vnet.ibm.com; > honnappa.nagaraha...@arm.com; sta...@dpdk.org; n..

[dpdk-dev] [PATCH] common/cpt: rework pending queue

2021-09-24 Thread Anoob Joseph
From: David George Replace pending queue with one that allows concurrent single producer and single consumer. This relaxes the restriction of only allowing a single lcore to operate on a given queue pair. Signed-off-by: David George Signed-off-by: Anoob Joseph --- doc/guides/cryptodevs/octeon

Re: [dpdk-dev] [PATCH v6 10/10] ipsec: add ol_flags support

2021-09-24 Thread Ananyev, Konstantin
> Update the IPsec library to set mbuff->ol_flags and use the configured > L3 header length when setting the mbuff->tx_offload fields You stated what pactch does, but didn't explain why it is needed. > > Signed-off-by: Declan Doherty > Signed-off-by: Radu Nicolau > Signed-off-by: Abhijit Sinha

[dpdk-dev] [PATCH v3] net/af_packet: reinsert the stripped vlan tag

2021-09-24 Thread Tudor Cornea
The af_packet pmd driver binds to a raw socket and allows sending and receiving of packets through the kernel. Since commit [1], the kernel strips the vlan tags early in __netif_receive_skb_core(), so we receive untagged packets while running with the af_packet pmd. Luckily for us, the skb vlan-r

Re: [dpdk-dev] [PATCH v6 00/10] new features for ipsec and security libraries

2021-09-24 Thread Ananyev, Konstantin
> > Add support for: > TSO, NAT-T/UDP encapsulation, ESN > AES_CCM, CHACHA20_POLY1305 and AES_GMAC > SA telemetry > mbuf offload flags > Initial SQN value I provided my comments for individual patches. There are few more generic ones, I have: 1. Documentation updates are missing. Specially th

[dpdk-dev] [PATCH] net: promote ip6 external headers skip API as stable

2021-09-24 Thread Olivier Matz
This function is public since commit 8f0e4d6a78a5 ("net: export IPv6 header extensions skip function") (2018), and is used by vmxnet3 driver. Promote it as stable. Signed-off-by: Olivier Matz --- lib/net/rte_net.h | 4 lib/net/version.map | 2 +- 2 files changed, 1 insertion(+), 5 deletio

Re: [dpdk-dev] [dpdk-web] DMARC mitigation in dpdk.org's mailing list

2021-09-24 Thread Ali Alnubani
Hi Jim, Yes I got the techboard's approval during the last meeting. Another alternative we can look into is upgrading to Mailman 3, since it's now the actively developed version. It has a more modern UI, and along with other features, it has support for ARC (Authenticated Received Chain) signin

[dpdk-dev] [PATCH v6 00/16] add dmadev driver for idxd devices

2021-09-24 Thread Kevin Laatz
This patchset adds a dmadev driver and associated documentation to support Intel Data Streaming Accelerator devices. This driver is intended to ultimately replace the current IDXD part of the IOAT rawdev driver. NOTE: This patchset has several dependencies: - v23 of the dmadev lib set [1] - v6 o

[dpdk-dev] [PATCH v6 01/16] raw/ioat: only build if dmadev not present

2021-09-24 Thread Kevin Laatz
From: Bruce Richardson Only build the rawdev IDXD/IOAT drivers if the dmadev drivers are not present. This change requires the dependencies to be reordered in drivers/meson.build so that rawdev can use the "RTE_DMA_* build macros to check for the presence of the equivalent dmadev driver. A note

[dpdk-dev] [PATCH v6 02/16] dma/idxd: add skeleton for VFIO based DSA device

2021-09-24 Thread Kevin Laatz
Add the basic device probe/remove skeleton code for DSA device bound to the vfio pci driver. Relevant documentation and MAINTAINERS update also included. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh --- v5: add missing toctree entry for idxd driver v6: ad

[dpdk-dev] [PATCH v6 03/16] dma/idxd: add bus device probing

2021-09-24 Thread Kevin Laatz
Add the basic device probing for DSA devices bound to the IDXD kernel driver. These devices can be configured via sysfs and made available to DPDK if they are found during bus scan. Relevant documentation is included. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz Reviewed-by: Conor

[dpdk-dev] [PATCH v6 04/16] dma/idxd: create dmadev instances on bus probe

2021-09-24 Thread Kevin Laatz
When a suitable device is found during the bus scan/probe, create a dmadev instance for each HW queue. Internal structures required for device creation are also added. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh --- v4: - fix 'vdev' naming, changed to

[dpdk-dev] [PATCH v6 05/16] dma/idxd: create dmadev instances on pci probe

2021-09-24 Thread Kevin Laatz
When a suitable device is found during the PCI probe, create a dmadev instance for each HW queue. HW definitions required are also included. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh --- v4: rebase changes v6: add close function for device destroy and

[dpdk-dev] [PATCH v6 06/16] dma/idxd: add datapath structures

2021-09-24 Thread Kevin Laatz
Add data structures required for the data path for IDXD devices. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh --- v2: add completion status for invalid opcode --- drivers/dma/idxd/idxd_bus.c | 1 + drivers/dma/idxd/idxd_common.c | 33

[dpdk-dev] [PATCH v6 07/16] dma/idxd: add configure and info_get functions

2021-09-24 Thread Kevin Laatz
Add functions for device configuration. The info_get function is included here since it can be useful for checking successful configuration. Documentation is also updated to add device configuration usage info. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh

[dpdk-dev] [PATCH v6 08/16] dma/idxd: add start and stop functions for pci devices

2021-09-24 Thread Kevin Laatz
Add device start/stop functions for DSA devices bound to vfio. For devices bound to the IDXD kernel driver, these are not required since the IDXD kernel driver takes care of this. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh --- v6: fix return values of s

[dpdk-dev] [PATCH v6 09/16] dma/idxd: add data-path job submission functions

2021-09-24 Thread Kevin Laatz
Add data path functions for enqueuing and submitting operations to DSA devices. Documentation updates are included for dmadev library and IDXD driver docs as appropriate. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh --- v6: - add references to dmadev l

[dpdk-dev] [PATCH v6 10/16] dma/idxd: add data-path job completion functions

2021-09-24 Thread Kevin Laatz
Add the data path functions for gathering completed operations. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh --- v2: - fixed typo in docs - add completion status for invalid opcode v6: - update documentation to reduce duplication --- doc/guides/dma

[dpdk-dev] [PATCH v6 11/16] dma/idxd: add operation statistic tracking

2021-09-24 Thread Kevin Laatz
Add statistic tracking for DSA devices. The dmadev library documentation is also updated to add a generic section for using the library's statistics APIs. Signed-off-by: Bruce Richardson Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh Reviewed-by: Chengwen Feng --- v6: move doc update to

[dpdk-dev] [PATCH v6 12/16] dma/idxd: add vchan status function

2021-09-24 Thread Kevin Laatz
When testing dmadev drivers, it is useful to have the HW device in a known state. This patch adds the implementation of the function which will wait for the device to be idle (all jobs completed) before proceeding. Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh --- v3: update API name to v

[dpdk-dev] [PATCH v6 13/16] dma/idxd: add burst capacity API

2021-09-24 Thread Kevin Laatz
Add support for the burst capacity API. This API will provide the calling application with the remaining capacity of the current burst (limited by max HW batch size). Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh Reviewed-by: Bruce Richardson --- v6: updates for burst capacity api moving

[dpdk-dev] [PATCH v6 14/16] dma/idxd: move dpdk_idxd_cfg.py from raw to dma

2021-09-24 Thread Kevin Laatz
From: Conor Walsh Move the example script for configuring IDXD devices bound to the IDXD kernel driver from raw to dma, and create a symlink to still allow use from raw. Signed-off-by: Conor Walsh Signed-off-by: Kevin Laatz Acked-by: Bruce Richardson --- drivers/dma/idxd/dpdk_idxd_cfg.py | 1

[dpdk-dev] [PATCH v6 15/16] devbind: add dma device class

2021-09-24 Thread Kevin Laatz
Add a new class for DMA devices. Devices listed under the DMA class are to be used with the dmadev library. Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh Reviewed-by: Bruce Richardson Reviewed-by: Chengwen Feng --- v6: remove purely cosmetic change from patch --- usertools/dpdk-devbind

[dpdk-dev] [PATCH v6 16/16] devbind: move idxd device ID to dmadev class

2021-09-24 Thread Kevin Laatz
The dmadev library is the preferred abstraction for using IDXD devices and will replace the rawdev implementation in future. This patch moves the IDXD device ID to the dmadev class. Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh Acked-by: Bruce Richardson --- usertools/dpdk-devbind.py | 4

[dpdk-dev] [PATCH v5 00/12] dma: add dmadev driver for ioat devices

2021-09-24 Thread Conor Walsh
This patchset adds a dmadev driver and associated documentation to support Intel QuickData Technology devices, part of the Intel I/O Acceleration Technology (Intel I/OAT). This driver is intended to ultimately replace the current IOAT part of the IOAT rawdev driver. This patchset passes all the dri

[dpdk-dev] [PATCH v5 01/12] dma/ioat: add device probe and removal functions

2021-09-24 Thread Conor Walsh
Add the basic device probe/remove skeleton code and initial documentation for new IOAT DMA driver. Maintainers update is also included in this patch. Signed-off-by: Conor Walsh Reviewed-by: Kevin Laatz Reviewed-by: Chengwen Feng --- MAINTAINERS| 6 +++ doc/guides/d

  1   2   >