> -Original Message-
> From: Mattias Rönnblom
> Sent: Friday, June 30, 2023 3:44 AM
> To: Ruifeng Wang ; tho...@monjalon.net;
> david.march...@redhat.com
> Cc: dev@dpdk.org; roret...@linux.microsoft.com;
> konstantin.v.anan...@yandex.ru; Honnappa
> Nagarahalli ; nd
> Subject: Re: [PATCH
> Some drivers and devices(ex: igc + i225/i226) use RTE_INTR_HANDLE_UIO
> handler when captured under igb_uio so just let them use it.
>
> Signed-off-by: Vladimir Ratnikov
Reviewed-by: Harman Kalra
Thanks
Harman
> ---
> lib/eal/linux/eal_interrupts.c | 3 +++
> 1 file changed, 3 inserti
03/07/2023 05:58, fengchengwen:
>
> On 2023/2/20 21:05, Thomas Monjalon wrote:
> > 17/02/2023 10:44, fengchengwen:
> >> On 2023/2/16 20:54, Bruce Richardson wrote:
> >>> On Thu, Feb 16, 2023 at 08:42:34PM +0800, fengchengwen wrote:
> On 2023/2/16 20:06, Ferruh Yigit wrote:
> > On 2/16/202
> -Original Message-
> From: Xing, Beilei
> Sent: Monday, July 3, 2023 7:28 PM
> To: Wu, Jingjing
> Cc: dev@dpdk.org; Xing, Beilei
> Subject: [PATCH] net/cpfl: fix RSS lookup table configuration
>
> From: Beilei Xing
>
> Ethdev Rx queues includes normal data queues and hairpin queu
Fix graph model check in core binding with graph.
Update release notes for new mcore dispatch model.
Signed-off-by: Zhirun Yan
---
doc/guides/rel_notes/release_23_07.rst | 12
lib/graph/graph.c | 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --gi
On Thu, Jun 29, 2023 at 4:27 AM Miao Li wrote:
>
> When doing IO port map for legacy device in secondary process,
> vfio_cfg setup for legacy device like vfio_group_fd and vfio_dev_fd
> is missing. So, in secondary process, rte_pci_map_device is added
> for legacy device to setup vfio_cfg and fill
Recent versions of the command require vhca_id and all_vhca
to be set with the --indexes arg.
Signed-off-by: Ali Alnubani
---
doc/guides/nics/mlx5.rst | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index 7a137d5f
This fixes typos, punctuation and wording in the rte flow API guide.
Fixes: 2f82d143fb31 ("ethdev: add group jump action")
Cc: declan.dohe...@intel.com
Cc: sta...@dpdk.org
Signed-off-by: Ali Alnubani
---
doc/guides/prog_guide/rte_flow.rst | 16
1 file changed, 8 insertions(+),
Adds missing punctuation, and improves wording.
Additionally, one of the example commands for adding CUDA
headers to CFLAGS is removed as it's redundant.
Fixes: 24c77594e08f ("gpu/cuda: map GPU memory with GDRCopy")
Fixes: 1306a73b1958 ("gpu/cuda: introduce CUDA driver")
Cc: eagost...@nvidia.com
Acked-by: Chengwen Feng
On 2023/6/29 21:14, Cheng Jiang wrote:
> 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 ne
Adds braces around initializer to resolve the following
false-positive build error with gcc 4.8.5 on CentOS:
lib/vhost/vduse.c:441:9: error: missing braces around initializer
[-Werror=missing-braces]
Fixes: 653327e191f0 ("vhost: add multiqueue support to VDUSE")
Cc: maxime.coque...@redhat.com
S
Hi Ali,
On 7/3/23 10:21, Ali Alnubani wrote:
Adds braces around initializer to resolve the following
false-positive build error with gcc 4.8.5 on CentOS:
lib/vhost/vduse.c:441:9: error: missing braces around initializer
[-Werror=missing-braces]
Fixes: 653327e191f0 ("vhost: add multiqueue sup
Hi,
> -Original Message-
> From: Sean Zhang
> Sent: Thursday, June 29, 2023 1:01 PM
> To: NBU-Contact-Thomas Monjalon (EXTERNAL) ;
> Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; Suanming Mou
> ; Haifei Luo
> Cc: dev@dpdk.org; sta...@dpdk.org
> Subject: [PATCH] net/mlx5: fix flow dump for
Hi,
> -Original Message-
> From: David Marchand
> Sent: Monday, July 3, 2023 3:48 PM
> To: Li, Miao
> Cc: dev@dpdk.org; sta...@dpdk.org; Maxime Coquelin
> ; Xia, Chenbo
> Subject: Re: [PATCH v2 1/2] net/virtio: fix legacy device IO port map in
> secondary process
>
> On Thu, Jun 29, 20
On Mon, Jul 3, 2023 at 10:54 AM Li, Miao wrote:
> > > When doing IO port map for legacy device in secondary process,
> > > vfio_cfg setup for legacy device like vfio_group_fd and vfio_dev_fd is
> > > missing. So, in secondary process, rte_pci_map_device is added for
> > > legacy device to setup vf
From: Bing Zhao
> PMD uses pthread key to allocate and access per thread flow workspace
> memory buffers.
>
> PMD registered a key destructor function to clean up flow workspace buffers.
> However, the key destructor was not called by the pthread library.
>
> The patch keeps track of per-threa
Local or Host destined pkts can be redirected IPv4 local node
using IP4 Lookup node entries with prefix of 32 and be redirected
to this IP4 local node for further processing.
Signed-off-by: Rakesh Kudurumalla
---
Depends-on: series-28622 ("add inbuilt graph nodes data flow")
doc/guides/prog_gui
IPv4 UDP packets are given to application
with specified UDP destination port given
by user.
Signed-off-by: Rakesh Kudurumalla
---
doc/api/doxy-api-index.md | 3 +-
doc/guides/prog_guide/graph_lib.rst | 25 ++
.../img/graph_inbuilt_node_flow.svg | 165 +
On 7/3/2023 12:36 AM, Stephen Hemminger wrote:
> On Tue, 19 Jul 2022 22:52:20 +0530
> aman.ku...@vvdntech.in wrote:
>
>
> QDMA is a very generic name and many vendors have IP for it.
>
> My suggestions is the qualify the specific driver with vendor name i.e.
> amd_qdma or xilin
From: Gregory Etelson
Signed-off-by: Gregory Etelson
---
drivers/net/mlx5/mlx5_flow.c| 69 +-
drivers/net/mlx5/mlx5_flow.h| 67 -
drivers/net/mlx5/mlx5_flow_hw.c | 419 +++-
3 files changed, 476 insertions(+), 79 deletions(-)
diff --git a/drivers/n
From: Gregory Etelson
Syntax:
actions .. indirect_list handle H conf C ..
H references shared action resources related to that handle.
C references configuration array:
if H was created from a list of actions A1 / A2 / ... / END,
C[i] points to a flow configuration update of A[i].
Signed-off-by
From: Rongwei Liu
Support the raw_encap/decap combinations in the indirect action
list, and translates to 4 types of underlayer tunnel operations:
1. Layer 2 encapsulation like VxLAN.
2. Layer 2 decapsulation like VxLAN.
3. Layer 3 encapsulation like GRE.
4. Layer 3 decapsulation like GRE.
Each
From: Alex Vesker
Add the support for default miss on HWS FDB, this implementation
was missing until now. Default miss can be used for more efficient
miss flow instead of going to an empty matcher or some defecated
empty table.
Signed-off-by: Alex Vesker
---
drivers/net/mlx5/hws/mlx5dr_action.
From: Xueming Li
This patch supports symmetric hash function that creating same
hash result for bi-direction traffic which having reverse
source and destination IP and L4 port.
Since the hash algorithom is different than spec(XOR), leave a
warning in validation.
Signed-off-by: Xueming Li
---
Update BIOS settings and supported platform list for Intel NTB.
Fixes: f5057be340e4 ("raw/ntb: support Intel Ice Lake")
Cc: sta...@dpdk.org
Signed-off-by: Junfeng Guo
---
doc/guides/rawdevs/ntb.rst | 32
1 file changed, 20 insertions(+), 12 deletions(-)
diff --
Acked-by: Chengwen Feng
On 2023/6/28 20:19, Viacheslav Ovsiienko wrote:
> The sendmsg()/recvmsg() API is used to establish communication between
> the DPDK processes. The API supposes inter-process file descriptors
> sending and conversion, the recipient sees the resulting descriptors
> in the re
Currently, in the case when we search for a bit set after a particular
value, the bitmap has to be scanned from the beginning and
rte_bitmap_scan() has to be called multiple times until we hit the value.
Add a new rte_bitmap_scan_from_offset() function to initialize scan
state at the given offset
+Nipun
> -Original Message-
> From: David Marchand
> Sent: Monday, July 3, 2023 4:58 PM
> To: Li, Miao
> Cc: dev@dpdk.org; sta...@dpdk.org; Maxime Coquelin
> ; Xia, Chenbo
> Subject: Re: [PATCH v2 1/2] net/virtio: fix legacy device IO port map in
> secondary process
>
> On Mon, Jul 3,
> -Original Message-
> From: Guo, Junfeng
> Sent: Monday, July 3, 2023 5:25 PM
> To: Wu, Jingjing
> Cc: dev@dpdk.org; sta...@dpdk.org; Guo, Junfeng
> Subject: [PATCH] doc: update BIOS setting and supported HW list for NTB
>
> Update BIOS settings and supported platform list for Intel
From: Gregory Etelson
PMD uses pthread key to allocate and access per thread flow
workspace memory buffers.
PMD registered a key destructor function to clean up flow workspace
buffers. However, the key destructor was not called by the pthread
library.
The patch keeps track of per-thread flow wo
The rte_smp_xx() APIs are deprecated. But it is not mentioned
in the function header.
Added notes in function header for clarification.
Signed-off-by: Ruifeng Wang
---
v3: Added suggested memory ordering semantic for replacement.
Refined deprecation explanation.
v2: Made the notes more specif
Fix graph model check in core binding with graph. And rte_graph_clone()
need to use valid params rather than NULL pointer.
Update release notes for new mcore dispatch model.
Signed-off-by: Zhirun Yan
---
app/test/test_graph.c | 15 ---
doc/guides/rel_notes/release_23
Local or Host destined pkts can be redirected IPv4 local node
using IP4 Lookup node entries with prefix of 32 and be redirected
to this IP4 local node for further processing.
Signed-off-by: Rakesh Kudurumalla
---
Depends-on: series-28622 ("add inbuilt graph nodes data flow")
v2 :
- Resolve co
IPv4 UDP packets are given to application
with specified UDP destination port given
by user.
Signed-off-by: Rakesh Kudurumalla
---
doc/api/doxy-api-index.md | 3 +-
doc/guides/prog_guide/graph_lib.rst | 25 ++
.../img/graph_inbuilt_node_flow.svg | 165 +
On 6/28/2023 2:39 AM, Thomas Monjalon wrote:
28/06/2023 03:25, fengchengwen:
Hi Anatoly,
Thanks for your review, a lot of valuable advice.
PS: This library stays for a long time, want to hear TB's opinion: whether
to continue or stop.
If continue I will push a new version.
Woul
On 6/28/2023 1:19 PM, Viacheslav Ovsiienko wrote:
The sendmsg()/recvmsg() API is used to establish communication between
the DPDK processes. The API supposes inter-process file descriptors
sending and conversion, the recipient sees the resulting descriptors
in the received message - the operating
Hi,
> -Original Message-
> From: Bing Zhao
> Sent: Friday, June 30, 2023 12:13 PM
> To: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; Suanming Mou
> ; Raslan Darawsheh
> Cc: dev@dpdk.org; Dariusz Sosnowski ;
> sta...@dpdk.org
> Subject: [PATCH v2] net/mlx5: fix the error set in Tx represen
Hi,
> -Original Message-
> From: Bing Zhao
> Sent: Friday, June 30, 2023 12:22 PM
> To: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; Suanming Mou
> ; Raslan Darawsheh
> Cc: dev@dpdk.org; Dariusz Sosnowski ;
> sta...@dpdk.org
> Subject: [PATCH v2] net/mlx5: fix the return value of vport ac
Hi,
> -Original Message-
> From: Bing Zhao
> Sent: Friday, June 30, 2023 12:47 PM
> To: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; Suanming Mou
> ; Raslan Darawsheh
> Cc: dev@dpdk.org; Dariusz Sosnowski ;
> sta...@dpdk.org
> Subject: [PATCH v3] net/mlx5: fix the error set in control tab
> -Original Message-
> From: Volodymyr Fialko
> Sent: Monday, July 3, 2023 10:31 AM
> To: dev@dpdk.org; Dumitrescu, Cristian
> Cc: jer...@marvell.com; ano...@marvell.com; tho...@monjalon.net;
> Volodymyr Fialko
> Subject: [PATCH v4] bitmap: add scan from offset function
>
> Currently
Since it's header-only library, there is issue with using __rte_intenal
(appeared in v4).
Even if the function itself is not used directly, it get's included to the
other public files.
It explains why other functions in this library does not have the rte_internal
prefix, but the double underscor
> -Original Message-
> From: Stephen Hemminger
> Sent: Friday, June 30, 2023 7:09 PM
> To: Min Hu (Connor)
> Cc: dev@dpdk.org; ferruh.yi...@intel.com; Dumitrescu, Cristian
> ; jer...@marvell.com;
> jianjay.z...@huawei.com; jia@intel.com; g.si...@nxp.com;
> andrew.rybche...@oktetlab
Function update_queue_state updates queue state of all queues
of all ports, using the queue num nb_rxq|nb_txq stored locally
by testpmd. Error on invalid queue ID occurs if we start testpmd
with two ports and detach-attach one of them and start the other
port first. That's because the attached port
When looking at threads in a system, it can be confusing
to find some unknown threads without a clue it is started by DPDK.
Let's start all thread names with "dpdk-"
and the driver name if it comes from a driver.
One more constraint: the thread names are generally limited
to 16 characters, includ
Series verified with openssl pmd.
Acked-by: Gowrishankar Muthukrishnan
Thanks.
On Mon, Jul 3, 2023 at 1:24 PM Thomas Monjalon wrote:
>
> When looking at threads in a system, it can be confusing
> to find some unknown threads without a clue it is started by DPDK.
>
> Let's start all thread names with "dpdk-"
> and the driver name if it comes from a driver.
>
> One more constr
03/07/2023 13:38, David Marchand:
> On Mon, Jul 3, 2023 at 1:24 PM Thomas Monjalon wrote:
> >
> > When looking at threads in a system, it can be confusing
> > to find some unknown threads without a clue it is started by DPDK.
> >
> > Let's start all thread names with "dpdk-"
> > and the driver nam
03/07/2023 12:56, Volodymyr Fialko:
> Since it's header-only library, there is issue with using __rte_intenal
> (appeared in v4).
What is the issue?
> Even if the function itself is not used directly, it get's included to the
> other public files.
> It explains why other functions in this libra
> -Original Message-
> From: Thomas Monjalon
> Sent: Monday, July 3, 2023 1:51 PM
> To: Dumitrescu, Cristian ; Volodymyr Fialko
>
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Anoob Joseph
>
> Subject: [EXT] Re: [PATCH v3] bitmap: add scan from offset function
>
> External Email
>
When looking at threads in a system, it can be confusing
to find some unknown threads without a clue it is started by DPDK.
Let's start all thread names with "dpdk-"
plus the driver name if it comes from a driver.
One more constraint: the thread names are generally limited
to 16 characters, inclu
03/07/2023 14:02, Volodymyr Fialko:
>
> > -Original Message-
> > From: Thomas Monjalon
> > Sent: Monday, July 3, 2023 1:51 PM
> > To: Dumitrescu, Cristian ; Volodymyr Fialko
> >
> > Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Anoob
> > Joseph
> >
> > Subject: [EXT] Re: [PATCH v3] bi
> -Original Message-
> From: Jie Hai
> Sent: Monday, July 3, 2023 2:03 PM
> To: Aman Singh ; Yuying Zhang
> ; Ferruh Yigit ; Shiyang He
>
> Cc: dev@dpdk.org; liudongdo...@huawei.com; Ali Alnubani
>
> Subject: [PATCH] app/testpmd: fix invalid queue ID when start port
>
> Function update_
Currently, in the case when we search for a bit set after a particular
value, the bitmap has to be scanned from the beginning and
rte_bitmap_scan() has to be called multiple times until we hit the value.
Add a new rte_bitmap_scan_from_offset() function to initialize scan
state at the given offset
> -Original Message-
> From: Volodymyr Fialko
> Sent: Monday, July 3, 2023 1:39 PM
> To: dev@dpdk.org; Dumitrescu, Cristian
> Cc: jer...@marvell.com; ano...@marvell.com; tho...@monjalon.net;
> Volodymyr Fialko
> Subject: [PATCH v5] bitmap: add scan from offset function
>
> Currently,
Hi Stephen,
If I understand correctly, do you mean that the internal value and rte_flow API
value may have some conflict?
All the MLX5 internal enum values start from INT_MIN. When treating it as a int
value, it would not have the same value with rte_flow enums, unless all the
2^^32 are defined.
> -Original Message-
> From: Ferruh Yigit
> Sent: Tuesday, June 27, 2023 2:05 PM
> To: Jie Hai ; Ali Alnubani ; Aman
> Singh ; Yuying Zhang
> ; Anatoly Burakov ;
> Matan Azrad ; Dmitry Kozlyuk
>
> Cc: dev@dpdk.org; liudongdo...@huawei.com; shiyangx...@intel.com;
> Raslan Darawsheh ; NBU-C
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> Sent: Monday, 3 July 2023 09.20
>
> 03/07/2023 05:58, fengchengwen:
> >
> > On 2023/2/20 21:05, Thomas Monjalon wrote:
> > > 17/02/2023 10:44, fengchengwen:
> > >> On 2023/2/16 20:54, Bruce Richardson wrote:
> > >>> On Thu, Feb 16, 2023 at 08:
Hi,
> -Original Message-
> From: Bing Zhao
> Sent: Friday, June 30, 2023 1:27 PM
> To: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; Suanming Mou
> ; Raslan Darawsheh
> Cc: dev@dpdk.org; Michael Baum ;
> sta...@dpdk.org
> Subject: [PATCH v2] net/mlx5: fix the error set for age pool initial
Hi,
> -Original Message-
> From: Bing Zhao
> Sent: Friday, June 30, 2023 2:02 PM
> To: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; Suanming Mou
> ; Raslan Darawsheh
> Cc: dev@dpdk.org; Gregory Etelson ;
> sta...@dpdk.org
> Subject: [PATCH v3] net/mlx5: fix the error in VLAN actions creat
Hi,
> -Original Message-
> From: Bing Zhao
> Sent: Friday, June 30, 2023 3:42 PM
> To: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; Suanming Mou
> ; Raslan Darawsheh
> Cc: dev@dpdk.org; Rongwei Liu ; sta...@dpdk.org
> Subject: [PATCH] common/mlx5: fix obtaining IB device in LAG mode
>
>
Hi,
> -Original Message-
> From: Bing Zhao
> Sent: Friday, June 30, 2023 3:45 PM
> To: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; Suanming Mou
> ; Raslan Darawsheh
> Cc: dev@dpdk.org; Alexander Kozyrev ;
> sta...@dpdk.org
> Subject: [PATCH] net/mlx5: fix the profile check of meter mark
Hi,
> -Original Message-
> From: Bing Zhao
> Sent: Friday, June 30, 2023 3:58 PM
> To: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; Suanming Mou
> ; Raslan Darawsheh
> Cc: dev@dpdk.org; Jack Min ; sta...@dpdk.org
> Subject: [PATCH] net/mlx5: reduce the counter pool name length
>
> The na
Hi,
> -Original Message-
> From: Bing Zhao
> Sent: Monday, July 3, 2023 12:51 PM
> To: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; Suanming Mou
> ; Raslan Darawsheh
> Cc: dev@dpdk.org; Gregory Etelson ;
> sta...@dpdk.org; David Marchand
> Subject: [PATCH v3] net/mlx5: fix flow workspace
Hi,
> -Original Message-
> From: Ali Alnubani
> Sent: Monday, July 3, 2023 10:48 AM
> To: dev@dpdk.org
> Subject: [PATCH] doc: update mlxreg command arguments for recent versions
>
> Recent versions of the command require vhca_id and all_vhca to be set with
> the --indexes arg.
>
> Signe
> Subject: RE: [EXT] [PATCH v4 0/3] Replace obsolote test cases.
>
> Series verified with openssl pmd.
>
> Acked-by: Gowrishankar Muthukrishnan
>
Series applied to dpdk-next-crypto
There seems to be a false error reported by CI. Hence ignoring it.
Thanks.
> > Subject: [PATCH v1] crypto/qat: fix struct alignment
> >
> > The qat_sym_session struct variable alignment was causing a segfault.
> > AES expansion keys require 16-byte alignment. Added __rte_aligned to the
> > expansion keys.
> >
> > Fixes: ca0ba0e48129 ("crypto/qat: default to IPsec MB for c
> -Original Message-
> From: Kusztal, ArkadiuszX
> Sent: Monday, June 26, 2023 11:51 PM
> To: Power, Ciara ; dev@dpdk.org
> Cc: Power, Ciara ; Ji, Kai
> Subject: [EXT] RE: [PATCH v2] crypto/qat: fix NULL algorithm digest placement
>
> External Email
>
> --
> > Subject: [PATCH v3] common/qat: fix detach QAT crypto compress build
> >
> > qat_qp.c is a common file for QAT crypto and compress. Moved compress
> > function from common file to compress QAT file qat_comp.c
> >
> > Bugzilla ID: 1237
> > Fixes: 2ca75c65af4c ("common/qat: build drivers from com
> Subject: [PATCH] test/crypto: fix PDCP-SDAP test vectors
>
> Fix incorrect fields in PDCP Header.
> 1. Only Data PDUs should be ciphered and authenticated.
>Here the vectors are control PDUs which should not be crypto
>processed. Change the D/C bit to make the vector as Data PDU
> 2. Res
> Subject: [PATCH] doc: announce addition of new security IPsec SA option
>
> Announce addition of new security IPsec SA option to enable
> out of place processing in Ingress Inline inbound SA's.
>
> Signed-off-by: Nithin Dabilpuram
> ---
> doc/guides/rel_notes/deprecation.rst | 5 +
> 1 fi
21/06/2023 17:33, Jerin Jacob:
> On Wed, Jun 21, 2023 at 7:36 PM Thomas Monjalon wrote:
> >
> > Nobody knows how to build the feature.
> > When the dependency "rxp_compiler" is found,
> > the header file is not available:
> >
> > drivers/regex/cn9k/cn9k_regexdev_compiler.c:12:10: fatal error:
> >
Any comment?
20/06/2023 23:17, Dmitry Kozlyuk:
> Sketch creation seeded the global PRNG
> using the supplied seed for hashing.
> The use of this seed by SKETCH set summary was not documented.
> SKETCH set summary does not require two independent hash seeds,
> unlike other set summary types.
> Seed
30/06/2023 04:27, Alok Prasad:
> > 02/06/2023 09:52, Julien Aube:
> > > This is an offer to maintain the code for bnx2x-based
> > > cards. It may not be possible on the long run due to
> > > the old design of this chipset.
> > >
> > > Note that I'm not affiliated with LSI nor Broadcom and
> > > do
28/06/2023 05:03, Tu, Lijuan:
> From: Thomas Monjalon
> > 15/06/2023 16:38, Bruce Richardson:
> > Is the test ci/Intel-compilation fixed?
> > Could you send a new version for testing the CI?
> >
>
> Sorry, this is caused by intel testbeds lack of dep libnuma, Installed it and
> re-run the CI, r
30/06/2023 18:41, David Young:
> This patch updates the installation instructions for DPDK on FreeBSD.
> It specifies the explicit version of DPDK (20.11) to be installed.
> This change is important as the 'dpdk' package is an alias and doesn't
> always point to the latest version. By specifying th
29/06/2023 14:58, christian.ehrha...@canonical.com:
> From: Christian Ehrhardt
>
> By adding -j we build in parallel, to make building on multiprocessor
> machines more effective. While that works it does also break
> reproducible builds as the order of the sphinx generated searchindex.js
> is de
14/06/2023 18:46, Stephen Hemminger:
> On Wed, 14 Jun 2023 13:40:18 +
> Vladimir Ratnikov wrote:
>
> > Some drivers and devices(ex: igc + i225/i226) use
> > RTE_INTR_HANDLE_UIO handler when captured under igb_uio
> > so just let them use it.
> >
> > Signed-off-by: Vladimir Ratnikov
>
> Th
Fixed an issue that occurs when
adding a default route as the first route.
Bugzilla ID: 1160
Fixes: 7dc7868b200d ("fib: add DIR24-8 dataplane algorithm")
Cc: sta...@dpdk.org
Signed-off-by: Vladimir Medvedkin
---
v2:
- remove unnecessary parenthesis
---
lib/fib/dir24_8.c | 2 +-
1 file change
03/07/2023 08:53, Wu, Jingjing:
>
> > -Original Message-
> > From: Guo, Junfeng
> > Sent: Wednesday, June 28, 2023 5:12 PM
> > To: Wu, Jingjing
> > Cc: dev@dpdk.org; sta...@dpdk.org; He, Xingguang ;
> > Laatz, Kevin
> > ; Guo, Junfeng
> > Subject: [PATCH v2] raw/ntb: add check for disa
On Wed, 21 Jun 2023 00:17:20 +0300
Dmitry Kozlyuk wrote:
> Seeding the global PRNG at sketch creation
> does not make the sketch operation deterministic:
> it uses rte_rand() later, the PRNG may be seeded again by that point.
> On the other hand, seeding the global PRNG with a hash seed,
> is lik
On Sun, Jul 2, 2023 at 8:00 PM Junfeng Guo wrote:
>
> Add missing release note for GVE PMD enabling for DQO queue format.
>
> Fixes: a14d391c7d99 ("net/gve: add Tx queue setup for DQO")
>
> Signed-off-by: Junfeng Guo
> ---
> doc/guides/rel_notes/release_23_07.rst | 3 +++
> 1 file changed, 3 ins
Non-ip packets such as ARP or LACP are not delivered if you use RTE flow rule
with empty pattern and rss action with specific combination of RSS hash types:
"ipv4-tcp ipv4-udp ipv4-other ipv6-tcp ipv6-udp ipv6-other esp".
The stack which used for RSS expansion was overflowed and trashed rss
exp
The random number is already initialized to a better random
seed during starup process. The calls to rte_srand() are redundant
and actually make entropy worse.
Signed-off-by: Stephen Hemminger
---
app/test/test_fib6_perf.c| 2 --
app/test/test_fib_perf.c | 2 --
a
RTE_ALIGN_MUL_NEAR is a macro so the cycle arguement could
get evaluated twice causing some potential skew. Fix by
computing value once.
Suggested by patch to fix side effects.
Fixes: 5cbd14b3e5f9 ("eal: roundup TSC frequency when estimating")
Cc: pbhagavat...@marvell.com
Signed-off-by: Stephen
The queue restart is only supported by the non-vectorized
single-packet receive queue today. Restarting MPRQ will
result in corrupted packets because of CQE and WQE mismatch.
Prevent this by not allowing the MPRQ Rx queue stop.
Fixes: 161d103b23 ("net/mlx5: add queue start and stop")
Cc: sta...@dp
On Mon, 28 Jun 2021 11:23:12 +0800
"Min Hu (Connor)" wrote:
> Hi, all,
> any comments?
>
> 在 2021/4/29 18:53, Min Hu (Connor) 写道:
> > From: Huisong Li
> >
> > This patchset fixes MTU data type when set MTU, and supports the query
> > of MTU.
> >
> > Huisong Li (2):
> >examples/ethto
On Thu, 11 Aug 2022 17:58:40 +0500
Muhammad Jawad Hussain wrote:
> @@ -142,7 +183,6 @@ pcmd_quit_callback(__rte_unused void *ptr_params,
> cmdline_quit(ctx);
> }
>
> -
> static void
> pcmd_drvinfo_callback(__rte_unused void *ptr_params,
> __rte_unused struct cmdline *ctx,
Please
On Mon, 21 Mar 2022 19:25:47 +0500
"huzaifa.rahman" wrote:
> From: Huzaifa696
>
> help command is needed so user can see all the available commands directly
> from the command line along with the formats.
>
> Signed-off-by: Huzaifa696
Developer Certificate of Origin is intended to a legal as
On Thu, 18 Aug 2022 15:18:36 +0500
Usman Tanveer wrote:
> Hi,
>
> Can you please have a look and update the status?
Looks OK to me.
Acked-by: Stephen Hemminger
On Thu, 24 Mar 2022 10:31:24 +0500
"huzaifa.rahman" wrote:
> The corrected format strings are not consistent with the
> given arguments. So they are changed accordingly.
>
> Signed-off-by: huzaifa.rahman
> ---
> examples/ethtool/ethtool-app/main.c | 6 +++---
> 1 file changed, 3 insertions(+),
On Wed, 28 Apr 2021 16:42:59 +0800
"Min Hu (Connor)" wrote:
> From: Huisong Li
>
> Currently, the pause command in ethtool to enable Rx/Tx pause has the
> following problem. Namely, Assume that the device supports flow control
> auto-negotiation to set pause parameters, which will the device th
The random number is already initialized to a better random
seed during startup process. The calls to rte_srand() are redundant
and actually make entropy worse.
Signed-off-by: Stephen Hemminger
---
v2 - fix spelling error in commit message
app/test/test_fib6_perf.c| 2 --
app/te
RTE_ALIGN_MUL_NEAR is a macro so the cycle argument could
get evaluated twice causing some potential skew. Fix by
computing value once.
Suggested by patch to fix side effects.
Fixes: 5cbd14b3e5f9 ("eal: roundup TSC frequency when estimating")
Cc: pbhagavat...@marvell.com
Signed-off-by: Stephen H
On Wed, 17 Nov 2021 11:57:34 +0100
Thomas Monjalon wrote:
> 26/05/2021 09:47, Hemant Agrawal:
> > This patch update the dpdk sample app policy to support
> > vendor PMD specific test examples in the respective drivers
> > sub-directory in examples.
>
> Please could you add a link to the decisi
On Thu, 19 Aug 2021 12:34:46 -0700
Sowmini Varadhan wrote:
> On (08/19/21 16:21), Iremonger, Bernard wrote:
> >
> > Looking closer at this patchset, I am not sure that a second ACL table is
> > needed.
> > The existing ACL table handles UDP, TCP and SCP, however it is not
> > processing the TC
On Wed, 28 Jun 2023 19:12:35 +
Vladimir Medvedkin wrote:
> default TAP mac address was changed in commit id:
> c3006be2acab49c6b77ae9c9ef04b061e5dacbd6
> reflect changes in ipsec test scripts.
>
> Fixes: c3006be2acab ("net/tap: set locally administered bit for fixed MAC
> address")
> Cc: d.
On Thu, 2 Jun 2022 10:23:07 +0200
David Marchand wrote:
> Hello Anatoly,
>
> On Tue, Nov 2, 2021 at 4:54 PM Burakov, Anatoly
> wrote:
> >
> > On 28-Oct-21 3:09 PM, Anatoly Burakov wrote:
> > > Currently, there is no way to map memory for DMA in a way that allows
> > > unmapping it partially l
On Wed, 10 Apr 2019 12:02:28 +0200
Francois Ozog wrote:
> Hi all,
>
> I presented an approach in Fosdem
> (https://archive.fosdem.org/2018/schedule/event/netmdev/) and feel
> happy someone is picking up.
After reading through this old patch set, it looks like there are a number
of loose ends. I
On Thu, 17 Feb 2022 08:45:17 -0800
Stephen Hemminger wrote:
> The DPDK has not supported 3.9 kernel for a long time so the
> release note about UIO kernel bug in older versions is no
> longer relevant.
>
> Signed-off-by: Stephen Hemminger
> ---
> doc/guides/rel_notes/known_issues.rst | 21
On Thu, 06 Oct 2022 16:58:01 +0200
Thomas Monjalon wrote:
> 18/05/2022 10:18, Thomas Monjalon:
> > 23/04/2022 06:28, Srikanth Kaka:
> > > This patchset requires FreeBSD VMBus kernel changes and
> > > HV_UIO driver. Both are currently under review at
> > > https://reviews.freebsd.org/D32184
>
1 - 100 of 122 matches
Mail list logo