> 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
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
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
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
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
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
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
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
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
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
> 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
> 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
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 &&
> 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
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
> 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
> 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
> 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
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
> 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 |
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_
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
> 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
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
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
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
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 ;
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
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
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
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
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
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 -
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
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
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
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)
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
> 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
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
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
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
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
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
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
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
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:
>
>
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
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
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
> 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
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
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
---
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
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
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
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 |
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
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
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
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
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(+)
>
>
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
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
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 +++-
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
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:
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
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
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
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
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
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
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
> 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
> 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
> 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
> 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
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
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
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
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
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
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
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
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
> 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
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
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
> -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
> -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
> -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
> -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
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
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
> -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
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")
>
>
> -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
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
99 matches
Mail list logo