RE: [PATCH] examples/ipsec-secgw: fix zero address in ethernet header

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH] examples/ipsec-secgw: fix zero address in ethernet header > > During port init, src address stored in ethaddr_tbl is typecast > which violates the stric-aliasing rule and not reflecting > the updated source address in processed packets too. > > Fixes: 6eb3ba0399 ("examples/ipse

[Bug 1231] l3fwd: perf reports affected by silently enabling "fast free"

2023-05-16 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1231 Bug ID: 1231 Summary: l3fwd: perf reports affected by silently enabling "fast free" Product: DPDK Version: unspecified Hardware: All OS: All Status: UNC

Re: 21.11.4 patches review and test

2023-05-16 Thread Kevin Traynor
On 11/05/2023 08:33, Jiang, YuX wrote: -Original Message- From: Kevin Traynor Sent: Monday, May 8, 2023 11:24 PM To: Xu, HailinX ; sta...@dpdk.org Cc: Stokes, Ian ; Mcnamara, John ; Luca Boccassi ; Xu, Qian Q ; Thomas Monjalon ; Peng, Yuan ; Chen, Zhaoyan ; dev@dpdk.org Subject: Re: 21.1

Re: [PATCH v2 3/3] vhost: add device op to offload the interrupt kick

2023-05-16 Thread Eelco Chaudron
On 10 May 2023, at 13:44, David Marchand wrote: > On Wed, Apr 5, 2023 at 2:42 PM Eelco Chaudron wrote: >> >> This patch adds an operation callback which gets called every time the >> library wants to call eventfd_write(). This eventfd_write() call could >> result in a system call, which could

[PATCH 1/3] lib: add IPv6 lookup node

2023-05-16 Thread Amit Prakash Shukla
From: Sunil Kumar Kori Similar to IPv4 lookup node, patch adds IPv6 lookup node. Signed-off-by: Sunil Kumar Kori --- doc/guides/prog_guide/graph_lib.rst | 13 ++ lib/node/ip6_lookup.c | 225 lib/node/meson.build| 3 +- lib/node/node

[PATCH 2/3] lib: add IPv6 rewrite node

2023-05-16 Thread Amit Prakash Shukla
Similar to IPv4 rewrite node, patch adds IPv6 rewrite node. Signed-off-by: Amit Prakash Shukla --- doc/guides/prog_guide/graph_lib.rst | 8 + lib/node/ethdev_ctrl.c | 13 ++ lib/node/ip6_rewrite.c | 331 lib/node/ip6_rewrite_priv.h

[PATCH 3/3] examples/l3fwd-graph: add IPv6 lookup and rewrite support

2023-05-16 Thread Amit Prakash Shukla
From: Sunil Kumar Kori Similar to ipv4, to support IPv6 lookup and rewrite node routes and rewrite data needs to be added. Patch adds routes for ipv6 to validate ip6_lookup node and rewrite data to validate ip6_rewrite node. Signed-off-by: Sunil Kumar Kori Signed-off-by: Amit Prakash Shukla

Re: [PATCH v2] gro : ipv6 changes to support GRO for TCP/ipv6

2023-05-16 Thread kumaraparameshwaran rathinavel
On Fri, May 12, 2023 at 8:17 AM Hu, Jiayu wrote: > Hi Kumar, > > For TCP/IPv4 and TCP/IPv6, the TCP layer is the same and the difference is > the IP layer. So the code used for TCP layer needs to be shared among > gro_tcp6.c > and gro_tcp4.c. But there are too much code duplication in gro_tcp4.c

Re: [PATCH v2] net/tap: resolve stringop-overflow with gcc 12 on ppc64le

2023-05-16 Thread Ferruh Yigit
On 5/16/2023 2:28 AM, Stephen Hemminger wrote: > On Tue, 16 May 2023 00:35:56 +0100 > Ferruh Yigit wrote: > >> Yes only some scripts and possible applications that hotplug tap >> interface with hardcoded parameters may impacted, don't know how big is >> this amount but this ends up breaking somet

[Bug 1232] [regex/cn9k] Dependence to rxp-compiler.h is not checked

2023-05-16 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1232 Bug ID: 1232 Summary: [regex/cn9k] Dependence to rxp-compiler.h is not checked Product: DPDK Version: 23.03 Hardware: All OS: Linux Status: UNCONFIRMED

RE: [PATCH] test/crypto: remove redundant code

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH] test/crypto: remove redundant code > > Code for registering raw API tests for various PMDs are repeated. > Add common routine to avoid duplication of code. > > Signed-off-by: Anoob Joseph > --- Acked-by: Akhil Goyal

RE: [PATCH 1/2] test/crypto: free memory in error and skip paths

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH 1/2] test/crypto: free memory in error and skip paths > > In multi session tests, multiple sessions get created. So the handling > in ut_teardown won't guard against any memory that is not freed by the > test case. Test case should free sessions as well as local memory that > was

Re: [PATCH v2 3/3] vhost: add device op to offload the interrupt kick

2023-05-16 Thread David Marchand
On Tue, May 16, 2023 at 10:53 AM Eelco Chaudron wrote: > On 10 May 2023, at 13:44, David Marchand wrote: [snip] > >> @@ -846,6 +848,14 @@ vhost_user_socket_mem_free(struct vhost_user_socket > >> *vsocket) > >> vsocket->path = NULL; > >> } > >> > >> + if (vsocket &&

RE: [PATCH 2/2] test/crypto: handle return code

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH 2/2] test/crypto: handle return code > > The sub test case, test_snow3g_decryption, may fail for non-critical > reasons such as lack of support. Handle the return value gracefully to > allow TEST_SKIPPED return value to be propagated correctly. > > Signed-off-by: Anoob Joseph A

[PATCH v2] dts: update dependencies and mypy execution

2023-05-16 Thread Juraj Linkeš
Poetry changed the syntax of dev dependencies section in version 1.2.0. Remove the scripts section that did nothing. Update Pylama linters: * pep8 is the same as pycodestyle * pylint is missing dependencies and thus not executed. It reports a number of warnings and may be introduced in a future p

RE: [PATCH] test/crypto: fix IPsec AES CCM test vector

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH] test/crypto: fix IPsec AES CCM test vector > > Fixing IPsec AES-CCM test vector IV length. Please add appropriate description. > > Fixes: d314299950de ("test/crypto: add AES-CCM vectors") > Cc: sta...@dpdk.org > > Signed-off-by: Tejasree Kondoj > --- > app/test/test_crypto

RE: [PATCH 1/2] test/crypto: use separate keys for auth and cipher

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH 1/2] test/crypto: use separate keys for auth and cipher > > The mixed test cases can have keys with different key lengths. The > routine which prepares the session parameters uses same key length for > both cipher & auth keys. Instead allow the caller to use same keys as > requir

RE: [PATCH 2/2] test/crypto: specify correct parameters with null algos

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH 2/2] test/crypto: specify correct parameters with null algos > > Keys are not required for NULL algorithms. Same way IV, digest lengths > should also be set to 0. The values are invalid and any PMD which > validates such parameters would return "-ENOTSUP" for such cases which > w

[PATCH v3] doc: comment VF does not support multi-process

2023-05-16 Thread Mingjin Ye
Announcing that multi-process is not supported Signed-off-by: Mingjin Ye --- v2: Modify issue description reason. --- V3: Modify description. --- doc/guides/nics/ixgbe.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/nics/ixgbe.rst b/doc/guides/nics/ixgbe.rst index b1d77a

RE: [EXT] [PATCH] examples/ipsec-secgw: Update fixed MAC address used by tap driver

2023-05-16 Thread Akhil Goyal
> Modify LOCAL_MAC value to match new locally administered MAC > address used by TAP driver. > Shouldn't this be other way round? PMD should be able to use the MAC given by application. > Bugzilla ID: 1198 > > Signed-off-by: David Christensen > --- > examples/ipsec-secgw/test/common_defs.sh |

[PATCH] net/ice: DCF adds default RSS

2023-05-16 Thread Mingjin Ye
When dcf and iavf ports are used together, the default configuration of ipv4[6] rss for dcf ports is lost. This patch adds RSS configuration to the dcf port. Any kernel PF-enabled default RSS will be disabled at initialization. In addition, the default RSS will be configured based on rte_eth_rss_

Re: [PATCH v2] dts: update dependencies and mypy execution

2023-05-16 Thread Juraj Linkeš
On Tue, May 16, 2023 at 12:16 PM Juraj Linkeš wrote: > > Poetry changed the syntax of dev dependencies section in version > 1.2.0. Remove the scripts section that did nothing. > Update Pylama linters: > * pep8 is the same as pycodestyle > * pylint is missing dependencies and thus not executed. It

RE: [PATCH] cryptodev: clarify error codes returned

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH] cryptodev: clarify error codes returned > > When symmetric sessions are created, it may fail due to non-critical > errors. When PMD doesn't support the specific combination that > application requested, it can return -ENOTSUP which can be handled so in > application. The API is

RE: [PATCH 2/2] test/crypto: handle return code

2023-05-16 Thread Power, Ciara
Hi Anoob, > -Original Message- > From: Akhil Goyal > Sent: Tuesday 16 May 2023 11:13 > To: Anoob Joseph ; Fan Zhang > ; Power, Ciara > Cc: Hemant Agrawal ; Jerin Jacob Kollanukkaran > ; Tejasree Kondoj ; Ji, Kai > ; dev@dpdk.org > Subject: RE: [PATCH 2/2] test/crypto: handle return code

Re: [PATCH v7] mem: telemetry support for memseg and element information

2023-05-16 Thread Burakov, Anatoly
On 10/25/2022 2:02 PM, Amit Prakash Shukla wrote: Changes adds telemetry support to display memory occupancy in memseg and the information of the elements allocated from a memseg based on arguments provided by user. This patch adds following endpoints: 1. /eal/memseg_lists The command displays t

[PATCH] lib/kni : fix memory-leak on rte_kni_rx_burst

2023-05-16 Thread Yasin CANER
Coverity issue: Bugzilla ID: 1227 Fixes: Cc: sta...@dpdk.org Cc: step...@networkplumber.org Adding new condition to check buffer is removed or not. it prevent allocation each time when rte_kni_rx_burst function called that cause memory-leak. Signed-off-by: Yasin CANER --- lib/kni/rte_kni.c | 25

RE: [PATCH 2/2] test/crypto: handle return code

2023-05-16 Thread Anoob Joseph
Hi Ciara, > This looks like a duplicate of a patch recently merged: Indeed. Missed it. @Akhil, we can abandon this patch. Thanks, Anoob > -Original Message- > From: Power, Ciara > Sent: Tuesday, May 16, 2023 4:16 PM > To: Akhil Goyal ; Anoob Joseph > ; Fan Zhang > Cc: Hemant Agrawal ;

[PATCH v2] lib/kni : coding style is fixed

2023-05-16 Thread Yasin CANER
Coverity issue: Bugzilla ID: 1227 Fixes: Cc: sta...@dpdk.org Cc: step...@networkplumber.org Coding style is fixed --- lib/kni/rte_kni.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/kni/rte_kni.c b/lib/kni/rte_kni.c index 2244892aae..70c2da 100644 --- a

RE: [PATCH v1 1/1] cryptodev: support EDDSA

2023-05-16 Thread Akhil Goyal
Hi Sachin, > Subject: [PATCH v1 1/1] cryptodev: support EDDSA > > Asymmetric crypto library is extended to add EDDSA. Edwards curve > operation params are introduced. EDDSA -> EdDSA in patch title and description > > Signed-off-by: Sachin Yaligar > Change-Id: I939d7646f95723113fa9f3bdbc01c0ae

Re: [PATCH 0/2] net/hns3: add some features for hns3 pmd

2023-05-16 Thread Dongdong Liu
Kindly ping. Thanks, Dongdong On 2023/4/21 17:53, Dongdong Liu wrote: This patchset is to add some features for hns3 pmd. Chengwen Feng (1): net/hns3: support dump media type Dongdong Liu (1): net/hns3: simplify for hardware csum offloading drivers/net/hns3/hns3_cmd.c| 3 ++ driver

[PATCH v2 0/3] Windows performance enhancements

2023-05-16 Thread Tal Shnaiderman
The following series enables support of 3 hardware offloads on Windows which improve PMD throughput. RX throughput improvements: **Multi-packet RQ. **CQE compression. TX throughput improvement: **Multi packet send. --- v2: * Add tags --- Tal Shnaiderman (3): net/mlx5: support multi-packet R

[PATCH v2 2/3] net/mlx5: support CQE compression on Windows

2023-05-16 Thread Tal Shnaiderman
CQE Compression reduces PCI overhead by coalescing and compressing multiple CQEs into a single merged CQE. Add supported for the CQE compression feature on Windows. feature is enabled by default unless not supported by the HW or if the rxq_cqe_comp_en PMD argument is explicitly disabled. Signed-o

[PATCH v2 3/3] net/mlx5: support enhanced multi-packet write on Windows

2023-05-16 Thread Tal Shnaiderman
Add support for enhanced multi-packet write on Windows. Enhanced multi-packet write allows the Tx burst function to pack up multiple packets in a single descriptor session to save PCI bandwidth and improve performance. The feature can be controlled by the txq_mpw_en PMD argument: txq_mpw_en=1 -

[PATCH v2 1/3] net/mlx5: support multi-packet RQ on Windows

2023-05-16 Thread Tal Shnaiderman
Multi-Packet RQ can further save PCIe bandwidth by posting a single large buffer for multiple packets. Instead of posting a buffer per a packet, one large buffer is posted to receive multiple packets on the buffer. Add support for multi-packet RQ on Windows. The feature is disabled by default and

Re: [PATCH V5 0/5] app/testpmd: support multiple process attach and detach port

2023-05-16 Thread lihuisong (C)
Hi Ferruh and Thomas, Can you continue to take a look at this series? This work has been working on since August last year. /Huisong 在 2023/1/31 11:33, Huisong Li 写道: This patchset fix some bugs and support attaching and detaching port in primary and secondary. --- -v5: move 'ALLOCATED' st

Re: [PATCH v2 3/3] vhost: add device op to offload the interrupt kick

2023-05-16 Thread Eelco Chaudron
On 16 May 2023, at 12:12, David Marchand wrote: > On Tue, May 16, 2023 at 10:53 AM Eelco Chaudron wrote: >> On 10 May 2023, at 13:44, David Marchand wrote: > > [snip] > @@ -846,6 +848,14 @@ vhost_user_socket_mem_free(struct vhost_user_socket *vsocket) vsocket->p

Re: [PATCH v2 3/3] vhost: add device op to offload the interrupt kick

2023-05-16 Thread Maxime Coquelin
On 5/16/23 13:36, Eelco Chaudron wrote: On 16 May 2023, at 12:12, David Marchand wrote: On Tue, May 16, 2023 at 10:53 AM Eelco Chaudron wrote: On 10 May 2023, at 13:44, David Marchand wrote: [snip] @@ -846,6 +848,14 @@ vhost_user_socket_mem_free(struct vhost_user_socket *vsocket)

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-05-16 Thread lihuisong (C)
Hi Ferruh, There is no result on techboard. How to deal with this problem next? /Huisong 在 2023/2/2 20:36, Huisong Li 写道: The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC address by .mac_addr_set(). However, if the new default one has be

RE: [v1, 1/3] cryptodev: add SM2 asymmetric crypto algorithm

2023-05-16 Thread Akhil Goyal
> Subject: [v1, 1/3] cryptodev: add SM2 asymmetric crypto algorithm > > ShangMi 2 (SM2) is a encryption and digital signatture algorithm > used in the Chinese National Standard. ShangMi 2 (SM2) is an encryption and digital signature algorithm used in the Chinese National Standard. Added support f

[PATCH] app/testpmd: fix segment fault with invalid queue id

2023-05-16 Thread Dengdui Huang
When input queue id is invalid, it will lead to Segmentation fault, like: dpdk-testpmd -a :01:00.0 -- -i testpmd> show port 0 txq/rxq 99 desc 0 status Segmentation fault dpdk-testpmd -a :01:00.0 -- -i testpmd> show port 0 rxq 99 desc used count Segmentation fault This patch fixes it. In

Re: [PATCH v2 3/3] vhost: add device op to offload the interrupt kick

2023-05-16 Thread Eelco Chaudron
On 16 May 2023, at 13:45, Maxime Coquelin wrote: > On 5/16/23 13:36, Eelco Chaudron wrote: >> >> >> On 16 May 2023, at 12:12, David Marchand wrote: >> >>> On Tue, May 16, 2023 at 10:53 AM Eelco Chaudron wrote: On 10 May 2023, at 13:44, David Marchand wrote: >>> >>> [snip] >>> >> @@ -8

RE: [v1, 2/3] test/test_cryptodev_asym: add SM2 tests

2023-05-16 Thread Akhil Goyal
Hi Gowri, > Subject: [v1, 2/3] test/test_cryptodev_asym: add SM2 tests > Title should be test/crypto: add asymmetric SM2 cases > Add SM2 tests. Added test cases and test vectors for asymmetric SM2 crypto verification. Cases are added for sign/verify/encrypt/decrypt. If you have the reference

RE: [v1, 3/3] crypto/openssl: add SM2 asymmetric crypto support

2023-05-16 Thread Akhil Goyal
Hi Kai, Can you review this? > Subject: [v1, 3/3] crypto/openssl: add SM2 asymmetric crypto support > > Add SM2 asymmetric algorithm support in openssl PMD. > > Signed-off-by: Gowrishankar Muthukrishnan

[PATCH] eal: fix eal init may failed when too much continuous memsegs under legacy mode

2023-05-16 Thread Fengnan Chang
Under legacy mode, if the number of continuous memsegs greater than RTE_MAX_MEMSEG_PER_LIST, eal init will failed even though another memseg list is empty, because only one memseg list used to check in remap_needed_hugepages. For example: hugepage configure: 20480 13370 7110 startup log: EAL: Det

RE: [EXT] [PATCH 0/8] add AESNI_MB optimisations

2023-05-16 Thread Akhil Goyal
Hi Kai, Can you review? Does it need updates to documentation for intel-ipsec-mb versions? > This patchset adds some optimisations for AESNI_MB PMD, many based on > features that are available in intel-ipsec-mb v1.3 and future release v1.4. > > Marcel Cornu (1): > crypto/ipsec_mb: use burst A

RE: [EXT] [PATCH 0/8] add AESNI_MB optimisations

2023-05-16 Thread Power, Ciara
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Tuesday 16 May 2023 13:26 > To: Power, Ciara ; dev@dpdk.org > Cc: Ji, Kai > Subject: RE: [EXT] [PATCH 0/8] add AESNI_MB optimisations > > Hi Kai, > > Can you review? FYI I will be sending a v2 patchset later today, to address C

Re: [PATCH v3] eventdev: avoid non-burst shortcut for variable-size bursts

2023-05-16 Thread Jerin Jacob
On Tue, May 16, 2023 at 2:22 AM Mattias Rönnblom wrote: > > On 2023-05-15 14:38, Jerin Jacob wrote: > > On Fri, May 12, 2023 at 6:45 PM Mattias Rönnblom > > wrote: > >> > >> On 2023-05-12 13:59, Jerin Jacob wrote: > >>> On Thu, May 11, 2023 at 2:00 PM Mattias Rönnblom > >>> wrote: > >

Re: [PATCH] Memory Allocation: Adding a new UT for fb_array

2023-05-16 Thread Burakov, Anatoly
Hi Vipin! Thanks for all of the work on this bug, it is highly appreciated. Below are suggestions for improvements for this patch. On 1/13/2023 1:12 PM, Vipin P R wrote: add test case coverage to cover the ms_idx jump This message could be expanded to be more informative. Suggested rewordin

[PATCH] lib/mempool : rte_mempool_avail_count, fixing return bigger than mempool size

2023-05-16 Thread Yasin CANER
From: Yasin CANER after a while working rte_mempool_avail_count function returns bigger than mempool size that cause miscalculation rte_mempool_in_use_count. it helps to avoid miscalculation rte_mempool_in_use_count. Bugzilla ID: 1229 Signed-off-by: Yasin CANER --- lib/mempool/rte_mempool.c

Re: [PATCH 1/2] Memory Allocation: Fixes ms_idx jump (lookahead) during find_next_n() in fb_array library

2023-05-16 Thread Burakov, Anatoly
Hi Vipin, Fix looks good, took a while to understand what's going on, but it's a great find! Reviewed-by: Anatoly Burakov Couple of comments below: On 1/13/2023 1:08 PM, Vipin P R wrote: In the legacy mem mode, when the fb_array is being populated, if there are holes in between, the ms_id

RE: [PATCH v2 01/22] net: add PDCP header

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH v2 01/22] net: add PDCP header > > From: Volodymyr Fialko > > Add PDCP protocol header to be used for supporting PDCP protocol > processing. > > Signed-off-by: Anoob Joseph > Signed-off-by: Kiran Kumar K > Signed-off-by: Volodymyr Fialko > --- Acked-by: Akhil Goyal

Re: [PATCH V8] ethdev: fix one address occupies two entries in MAC addrs

2023-05-16 Thread Ferruh Yigit
On 5/16/2023 12:47 PM, lihuisong (C) wrote: > Hi Ferruh, > > There is no result on techboard. > How to deal with this problem next? +techboard for comment. Btw, what was your positioning to Bruce's suggestion, when a MAC address is in the list, fail to set it as default and enforce user do the

Re: [PATCH 2/2] Memory Allocation: Fixes ms_idx jump (lookbehind) during find_prev_n() in fb_array library

2023-05-16 Thread Burakov, Anatoly
Hi Vipin, This commit should include a more detailed commit message, akin to one I suggested for the first patch. For the patch itself: Reviewed-by: Anatoly Burakov On 1/13/2023 1:08 PM, Vipin P R wrote: Cc: sta...@dpdk.org Signed-off-by: Vipin P R Acked-by: Kumara Parameshwaran ---

Re: [PATCH] Memory Allocation: Adding a new UT for fb_array

2023-05-16 Thread Burakov, Anatoly
On 5/16/2023 2:39 PM, Burakov, Anatoly wrote: Hi Vipin! Thanks for all of the work on this bug, it is highly appreciated. Below are suggestions for improvements for this patch. On 1/13/2023 1:12 PM, Vipin P R wrote: add test case coverage to cover the ms_idx jump This message could be expa

Re: [PATCH v4] net/ark: support for single function with multiple port

2023-05-16 Thread Ferruh Yigit
On 2/23/2023 2:25 PM, Ferruh Yigit wrote: > On 2/21/2023 4:30 PM, Ed Czeck wrote: >> Support the creation of multiple ports from one ark device via >> the use of ark pmd extension, though the assignment of queues >> to port. >> >> Add unique dev_private data for each port. >> >> This patch repairs

[PATCH 1/3] event/cnxk: align TX queue buffer adjustment

2023-05-16 Thread pbhagavatula
From: Pavan Nikhilesh Remove recalculating SQB thresholds in Tx queue buffer adjustment. The adjustment is already done during Tx queue setup. Signed-off-by: Pavan Nikhilesh --- Depends-on: series-27660 drivers/event/cnxk/cn10k_eventdev.c | 9 + drivers/event/cnxk/cn10k_tx_worker.h

[PATCH 2/3] event/cnxk: use local labels in asm intrinsic

2023-05-16 Thread pbhagavatula
From: Pavan Nikhilesh Using labels in asm generates them as regular function and shades callstack in tools like gdb or perf. Use local label instead for better visibility. Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cn10k_worker.h| 8 ++--- drivers/event/cnxk/cn9k_worker.h |

[PATCH 3/3] event/cnxk: use WFE in Tx fc wait

2023-05-16 Thread pbhagavatula
From: Pavan Nikhilesh Use WFE is Tx path when waiting for space in the Tx queue. Depending upon the Tx queue contention and size, WFE will reduce the cache pressure and power consumption. In multi-core scenarios we have observed up to 8W power reduction. Signed-off-by: Pavan Nikhilesh --- driv

[PATCH] event/cnxk: add get remaining ticks routine

2023-05-16 Thread pbhagavatula
From: Pavan Nikhilesh Add support to get the remaining ticks to expire for a given event timer. Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cn10k_worker.h| 6 + drivers/event/cnxk/cn9k_worker.h | 4 drivers/event/cnxk/cnxk_tim_evdev.c | 1 + drivers/event/cnxk/cn

Re: [PATCH] app/testpmd: fix segment fault with invalid queue id

2023-05-16 Thread Stephen Hemminger
On Tue, 16 May 2023 19:00:21 +0800 Dengdui Huang wrote: > When input queue id is invalid, it will lead to > Segmentation fault, like: > > dpdk-testpmd -a :01:00.0 -- -i > testpmd> show port 0 txq/rxq 99 desc 0 status > Segmentation fault > > dpdk-testpmd -a :01:00.0 -- -i > testpmd> s

Re: [PATCH v2] lib/kni : coding style is fixed

2023-05-16 Thread Stephen Hemminger
On Tue, 16 May 2023 11:03:59 + Yasin CANER wrote: > + /* First, getting allocation count from alloc_q. alloc_q is allocated > in this function*/ > + /* and/or kni_alloc function from mempool.*/ > + /* If alloc_q is completely removed, it shall be allocated again.*/ If you send

Re: [PATCH v3] doc: comment VF does not support multi-process

2023-05-16 Thread Stephen Hemminger
On Tue, 16 May 2023 10:22:05 + Mingjin Ye wrote: > Announcing that multi-process is not supported > > Signed-off-by: Mingjin Ye > --- > v2: Modify issue description reason. > --- > V3: Modify description. > --- > doc/guides/nics/ixgbe.rst | 6 ++ > 1 file changed, 6 insertions(+) > >

Re: [PATCH] lib/mempool : rte_mempool_avail_count, fixing return bigger than mempool size

2023-05-16 Thread Stephen Hemminger
On Tue, 16 May 2023 13:41:46 + Yasin CANER wrote: > From: Yasin CANER > > after a while working rte_mempool_avail_count function returns bigger > than mempool size that cause miscalculation rte_mempool_in_use_count. > > it helps to avoid miscalculation rte_mempool_in_use_count. > > Bugzil

[PATCH v2 0/8] add AESNI_MB optimisations

2023-05-16 Thread Ciara Power
This patchset adds some optimisations for AESNI_MB PMD, many based on features that are available in intel-ipsec-mb v1.3 and future release v1.4. v2: moved some functions inside ifdef as they are only used when IPSec_MB version is 1.2 or lower. Marcel Cornu (1): crypto/ipsec_mb: use burst A

[PATCH v2 1/8] crypto/ipsec_mb: use GMAC dedicated algorithms

2023-05-16 Thread Ciara Power
From: Pablo de Lara AES-GMAC can be done with auth-only enums IMB_AES_GMAC_128/192/256, which allows another cipher algorithm to be used, instead of being part of AES-GCM. Signed-off-by: Pablo de Lara Signed-off-by: Ciara Power --- drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 104 +++-

[PATCH v2 2/8] crypto/ipsec_mb: use burst API in aesni_mb

2023-05-16 Thread Ciara Power
From: Marcel Cornu Use new ipsec_mb burst API in dequeue burst function, when ipsec_mb version is v1.3 or newer. Signed-off-by: Marcel Cornu Signed-off-by: Pablo de Lara Signed-off-by: Ciara Power --- v2: moved some functions inside ifdef as they are only used when IPSec_MB version is 1.2

[PATCH v2 3/8] crypto/ipsec_mb: use new SGL API

2023-05-16 Thread Ciara Power
From: Pablo de Lara Use new SGL API available from IPSec Multi-buffer v1.3, where only one function call is required to submit all segments to be processed in an SGL scenario. Instead of having one call per segment, there is only one call per buffer. Signed-off-by: Pablo de Lara Signed-off-by:

[PATCH v2 4/8] crypto/ipsec_mb: remove unneeded fields in crypto session

2023-05-16 Thread Ciara Power
From: Pablo de Lara Cipher direction, cipher mode and hash algorithm are duplicated in crypto session. Signed-off-by: Pablo de Lara --- drivers/crypto/ipsec_mb/pmd_aesni_mb_priv.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/crypto/ipsec_mb/pmd_aesni_mb_priv.h b/drivers/crypt

[PATCH v2 5/8] crypto/ipsec_mb: store template job

2023-05-16 Thread Ciara Power
From: Pablo de Lara Store template IMB_JOB in session that will have filled all session-related fields. These fields include cipher direction, chain order, cipher mode, hash algorithm, key length, IV lengths, AAD length, digest length, and key pointers. Signed-off-by: Pablo de Lara Signed-off-b

[PATCH v2 6/8] crypto/ipsec_mb: optimize for GCM case

2023-05-16 Thread Ciara Power
From: Pablo de Lara Use a separate code path when dealing with AES-GCM. Signed-off-by: Pablo de Lara Signed-off-by: Ciara Power --- drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 88 +++--- 1 file changed, 79 insertions(+), 9 deletions(-) diff --git a/drivers/crypto/ipsec_mb/pm

[PATCH v2 7/8] crypto/ipsec_mb: do not free linear_sgl always

2023-05-16 Thread Ciara Power
From: Pablo de Lara linear_sgl buffer only needs to be freed if it was allocated previously. Signed-off-by: Pablo de Lara --- drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/crypto/ipsec_mb/pmd_aesni_mb.c b/drivers/crypto

[PATCH v2 8/8] crypto/ipsec_mb: set and use session ID

2023-05-16 Thread Ciara Power
From: Pablo de Lara When creating a session, get the session ID that defines the fixed session parameters and store it in the private data. When retrieving IMB_JOB's, if their internal session ID matches the one in the private session data, these fixed session parameters do not need to be filled

RE: [PATCH v2 02/22] lib: add pdcp protocol

2023-05-16 Thread Akhil Goyal
Hi Anoob, Fix check patch issues and please see some inline comments. > Subject: [PATCH v2 02/22] lib: add pdcp protocol > > Add Packet Data Convergence Protocol (PDCP) processing library. > > The library is similar to lib_ipsec which provides IPsec processing > capabilities in DPDK. > > PDCP

Re: [PATCH 1/3] net/ark: support secondary process

2023-05-16 Thread Burakov, Anatoly
On 2/17/2023 4:00 PM, Ed Czeck wrote: From: John Miller disable device configuration for secondary processes Signed-off-by: John Miller --- drivers/net/ark/ark_ethdev.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/ne

RE: [PATCH v2 03/22] pdcp: add pre and post-process

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH v2 03/22] pdcp: add pre and post-process > > PDCP process is split into 2 parts. One before crypto processing > (rte_pdcp_pkt_pre_process()) and one after crypto processing > (rte_pdcp_pkt_post_process()). Functionality of pre-process & > post-process varies based on the type of

RE: [PATCH v2 04/22] pdcp: add packet group

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH v2 04/22] pdcp: add packet group > > Crypto processing in PDCP is performed asynchronously by > rte_cryptodev_enqueue_burst() and rte_cryptodev_dequeue_burst(). Since > cryptodev dequeue can return crypto operations belonging to multiple > entities, rte_pdcp_pkt_crypto_group() is

RE: [PATCH] lib/mempool : rte_mempool_avail_count, fixing return bigger than mempool size

2023-05-16 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Tuesday, 16 May 2023 17.24 > > On Tue, 16 May 2023 13:41:46 + > Yasin CANER wrote: > > > From: Yasin CANER > > > > after a while working rte_mempool_avail_count function returns bigger > > than mempool size that cause mis

RE: [PATCH v2 05/22] pdcp: add crypto session create and destroy

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH v2 05/22] pdcp: add crypto session create and destroy > > Add routines to create & destroy sessions. PDCP lib would take > crypto transforms as input and creates the session on the corresponding > device after verifying capabilities. > > Signed-off-by: Anoob Joseph > Signed-off

Re: [PATCH v5] app/testpmd: txonly multiflow port change support

2023-05-16 Thread Joshua Washington
Hello, I believe my original solution was something closer to what you are suggesting for backward compatibility. I originally had a flag that enabled changing source port instead of source IP addresses, but I received feedback that adding an extra flag was complicating things too much from Stephe

[Bug 1233] GCC 13 build errors in drivers/bus/dpaa in DRTE_ENABLE_ASSERT mode

2023-05-16 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1233 Bug ID: 1233 Summary: GCC 13 build errors in drivers/bus/dpaa in DRTE_ENABLE_ASSERT mode Product: DPDK Version: 23.07 Hardware: All OS: All Status: UNC

Re: [PATCH] event/dsw: free rings on close

2023-05-16 Thread Jerin Jacob
On Thu, May 11, 2023 at 12:17 PM Mattias Rönnblom wrote: > > The per-port data and control rings were not freed when the event > device was closed. > > Fixes: 1c8e3caa3bfb ("event/dsw: add event scheduling and device start/stop") > Cc: sta...@dpdk.org > > Signed-off-by: Mattias Rönnblom Updated

RE: Photon OS + MLX not coming up

2023-05-16 Thread Asaf Penso
Hello Chetan, Can you please mention the OFED version you use? In case it’s inbox, please share the rdma-core version. Have you tried installing OFED? DPDK 21.02 is tested with MLNX_OFED 5.2-2.2.0.0 Regards, Asaf Penso From: chetan bhasin Sent: Friday, 12 May 2023 10:54 To: dev@dpdk.org Subjec

DPDK packaging and OpenWrt

2023-05-16 Thread Philip Prindeville
Hi, I'm a packaging maintainer for some of the OpenWrt ancillary packages, and I'm looking at upstreaming DPDK support into OpenWrt. Apologies in advance if this is a bit dense (a brain dump) or hops between too many topics. I was looking at what's been done to date, and it seems there are a f

Re: DPDK packaging and OpenWrt

2023-05-16 Thread Stephen Hemminger
On Tue, 16 May 2023 13:18:40 -0600 Philip Prindeville wrote: > Hi, > > I'm a packaging maintainer for some of the OpenWrt ancillary packages, and > I'm looking at upstreaming DPDK support into OpenWrt. Apologies in advance > if this is a bit dense (a brain dump) or hops between too many topic

Re: DPDK packaging and OpenWrt

2023-05-16 Thread Garrett D'Amore
On May 16, 2023 at 12:19 PM -0700, Philip Prindeville , wrote: > Hi, > > I'm a packaging maintainer for some of the OpenWrt ancillary packages, and > I'm looking at upstreaming DPDK support into OpenWrt. Apologies in advance if > this is a bit dense (a brain dump) or hops between too many topics

Re: DPDK packaging and OpenWrt

2023-05-16 Thread Philip Prindeville
Hey Stephen, it's been a while... > On May 16, 2023, at 2:43 PM, Stephen Hemminger > wrote: > > On Tue, 16 May 2023 13:18:40 -0600 > Philip Prindeville wrote: > >> Hi, >> >> I'm a packaging maintainer for some of the OpenWrt ancillary packages, and >> I'm looking at upstreaming DPDK suppor

Re: DPDK packaging and OpenWrt

2023-05-16 Thread Philip Prindeville
> On May 16, 2023, at 5:06 PM, Garrett D'Amore wrote: > > On May 16, 2023 at 12:19 PM -0700, Philip Prindeville > , wrote: > [snip] > > 3. Is "uio_pci_generic.ko" worth the potential insecurity/instability of a > misbehaving application? My understanding is that it's only needed on SR-IOV

Re: DPDK packaging and OpenWrt

2023-05-16 Thread Stephen Hemminger
On Tue, 16 May 2023 17:24:21 -0600 Philip Prindeville wrote: > >> * getting DPDK support into OpenWrt's main repo for the kmod's and into > >> the packages repo for the user-space support; > > > > DPDK kernel modules are deprecated, creating more usage of them is > > problematic. > > > W

Re: DPDK packaging and OpenWrt

2023-05-16 Thread Stephen Hemminger
On Tue, 16 May 2023 17:24:21 -0600 Philip Prindeville wrote: > >> 11. What is the user-space TCP/IP stack of choice (or reference) for use > >> with DPDK? > > > > No user-space TCP/IP stack is really robust and that great. > > VPP has one but it is likely to be specific to using VPP and not s

RE: [PATCH v4] net/iavf: add devargs to control watchdog

2023-05-16 Thread Zhang, Qi Z
> -Original Message- > From: Zeng, ZhichaoX > Sent: Monday, May 15, 2023 2:54 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zeng, ZhichaoX > ; Yang, Qiming ; Wu, > Wenjun1 ; Su, Simei ; Zhang, > Yuying ; Xing, Beilei ; Wu, > Jingjing > Subject: [PATCH v4] net/iavf: add devargs to control wa

RE: [PATCH v2] net/i40e: remove redundant judgment

2023-05-16 Thread Zhang, Qi Z
> -Original Message- > From: Feifei Wang > Sent: Tuesday, May 16, 2023 9:54 AM > To: Zhang, Qi Z ; Richardson, Bruce > ; Konstantin Ananyev > ; Zhang, Yuying > ; Xing, Beilei ; David > Christensen ; Ruifeng Wang > > Cc: dev@dpdk.org; nd ; Honnappa Nagarahalli > ; nd > Subject: RE: [PA

RE: [PATCH v3] doc: comment VF does not support multi-process

2023-05-16 Thread Ye, MingjinX
> -Original Message- > From: Stephen Hemminger > Sent: 2023年5月16日 23:18 > To: Ye, MingjinX > Cc: dev@dpdk.org; Yang, Qiming ; > sta...@dpdk.org; Zhou, YidingX ; Wu, Wenjun1 > > Subject: Re: [PATCH v3] doc: comment VF does not support multi-process > > On Tue, 16 May 2023 10:22:05 +00

RE: [PATCH] net/e1000: report VLAN extend capability for 82576

2023-05-16 Thread Zhang, Qi Z
> -Original Message- > From: Akihiko Odaki > Sent: Friday, April 14, 2023 7:47 PM > To: Su, Simei ; Wu, Wenjun1 > Cc: dev@dpdk.org; Akihiko Odaki > Subject: [PATCH] net/e1000: report VLAN extend capability for 82576 > > 82576 also has exended VLAN support. > > Signed-off-by: Akihiko

Reminder - DPDK Techboard Meeting - Tomorrow 5/17, 8am PDT/11am EDT/1500h UTC

2023-05-16 Thread Nathan Southern
Good evening, This is a reminder that tomorrow 5/17 at 8am PDT/11am EDT/1500h UTC DPDK has its bi-weekly tech board call. Here is a read-only copy of the agenda: https://annuel.framapad.org/p/r.0c3cc4d1e011214183872a98f6b5c7db And you may log in at: http://jit.si/dpdk Thanks and we look forwa

[PATCH] net/e1000/base: add new devices

2023-05-16 Thread Qiming Yang
Added new device ids for I219 NIC. Signed-off-by: Nir Efrati Signed-off-by: Qiming Yang --- drivers/net/e1000/base/e1000_api.c | 5 + drivers/net/e1000/base/e1000_hw.h | 4 2 files changed, 9 insertions(+) diff --git a/drivers/net/e1000/base/e1000_api.c b/drivers/net/e1000/base/e100

RE: [PATCH v1] eventdev/crypto: refactor circular buffer size

2023-05-16 Thread Gujjar, Abhinandan S
> -Original Message- > From: Kundapura, Ganapati > Sent: Tuesday, April 18, 2023 2:46 PM > To: jer...@marvell.com; Gujjar, Abhinandan S > ; dev@dpdk.org > Cc: Naga Harish K, S V ; Jayatheerthan, Jay > > Subject: [PATCH v1] eventdev/crypto: refactor circular buffer size > > In case of C

Re: [PATCH v2] eventdev/eth_tx: fix runtime parameter test

2023-05-16 Thread Jerin Jacob
On Tue, May 2, 2023 at 11:27 AM Naga Harish K S V wrote: > > TX adapter capability check logic is simplified. > The UT has been updated to skip the test, if the API > to set runtime parameters is not supported. > > Fixes: 1d176c7add08581 ("eventdev/eth_tx: support runtime set/get parameters") > >

RE: [PATCH v2] eventdev/eth_tx: fix runtime parameter test

2023-05-16 Thread Naga Harish K, S V
> -Original Message- > From: Jerin Jacob > Sent: Wednesday, May 17, 2023 10:49 AM > To: Naga Harish K, S V > Cc: jer...@marvell.com; dev@dpdk.org; Jayatheerthan, Jay > > Subject: Re: [PATCH v2] eventdev/eth_tx: fix runtime parameter test > > On Tue, May 2, 2023 at 11:27 AM Naga Harish

[PATCH v2] app/dma-perf: introduce dma-perf application

2023-05-16 Thread Cheng Jiang
There are many high-performance DMA devices supported in DPDK now, and these DMA devices can also be integrated into other modules of DPDK as accelerators, such as Vhost. Before integrating DMA into applications, developers need to know the performance of these DMA devices in various scenarios and