RE: [PATCH v1] bus/ifpga: fix issue of accessing null address

2023-03-19 Thread Xu, Rosen
Hi, > -Original Message- > From: Huang, Wei > Sent: Friday, March 17, 2023 4:44 AM > To: dev@dpdk.org; tho...@monjalon.net; david.march...@redhat.com > Cc: sta...@dpdk.org; Xu, Rosen ; Zhang, Tianfei > ; Zhang, Qi Z ; Huang, Wei > > Subject: [PATCH v1] bus/ifpga: fix issue of accessing n

RE: [PATCH v1] net/ipn3ke: fix thread exit issue

2023-03-19 Thread Xu, Rosen
Hi, > -Original Message- > From: Huang, Wei > Sent: Friday, March 17, 2023 4:45 AM > To: dev@dpdk.org; tho...@monjalon.net; david.march...@redhat.com > Cc: sta...@dpdk.org; Xu, Rosen ; Zhang, Tianfei > ; Zhang, Qi Z ; Huang, Wei > > Subject: [PATCH v1] net/ipn3ke: fix thread exit issue >

RE: [PATCH v1] net/ipn3ke: fix representor name

2023-03-19 Thread Xu, Rosen
Hi, > -Original Message- > From: Huang, Wei > Sent: Friday, March 17, 2023 4:45 AM > To: dev@dpdk.org; tho...@monjalon.net; david.march...@redhat.com > Cc: sta...@dpdk.org; Xu, Rosen ; Zhang, Tianfei > ; Zhang, Qi Z ; Huang, Wei > > Subject: [PATCH v1] net/ipn3ke: fix representor name >

RE: [PATCH v1] raw/ifpga: remove virtual device unplug operation

2023-03-19 Thread Xu, Rosen
Hi, > -Original Message- > From: Huang, Wei > Sent: Friday, March 17, 2023 4:45 AM > To: dev@dpdk.org; tho...@monjalon.net; david.march...@redhat.com > Cc: sta...@dpdk.org; Xu, Rosen ; Zhang, Tianfei > ; Zhang, Qi Z ; Huang, Wei > > Subject: [PATCH v1] raw/ifpga: remove virtual device un

RE: [PATCH v1] bus/ifpga: add fpga bus cleanup

2023-03-19 Thread Xu, Rosen
Hi, > -Original Message- > From: Huang, Wei > Sent: Friday, March 17, 2023 4:45 AM > To: dev@dpdk.org; tho...@monjalon.net; david.march...@redhat.com > Cc: sta...@dpdk.org; Xu, Rosen ; Zhang, Tianfei > ; Zhang, Qi Z ; Huang, Wei > > Subject: [PATCH v1] bus/ifpga: add fpga bus cleanup >

RE: [PATCH v1] bus/ifpga: fix issue of accessing null address

2023-03-19 Thread Zhang, Tianfei
> -Original Message- > From: Huang, Wei > Sent: Friday, March 17, 2023 4:44 AM > To: dev@dpdk.org; tho...@monjalon.net; david.march...@redhat.com > Cc: sta...@dpdk.org; Xu, Rosen ; Zhang, Tianfei > ; Zhang, Qi Z ; Huang, Wei > > Subject: [PATCH v1] bus/ifpga: fix issue of accessing nul

af_packet can't send packet more than framecnt

2023-03-19 Thread hfli
Hi, I used af_packet interface, but found only can send packets successfully less than framecnt argument. E.g. if I pass "--vdev=eth_af_packet0,iface=tap0,blocksz=4096,framesz=2048,framecnt=512,qpa irs=1,qdisc_bypass=0" to DPDK, the rte_eth_tx_burst only return 1 for 512 times, after that it alw

[PATCH] config/arm: enable rcpc feature on neoverse n1

2023-03-19 Thread Joyce Kong
Enable rcpc meson configuration for Neoverse N1 platform. Signed-off-by: Joyce Kong Reviewed-by: Ruifeng Wang --- config/arm/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/arm/meson.build b/config/arm/meson.build index 5ff66248de..5213434ca4 100644 --- a/

[PATCH v12] app/procinfo: display eventdev xstats

2023-03-19 Thread Abdullah Sevincer
This commit extends proc-info application to display xstats for the eventdev devices. New command line arguments are introduced to display xstats for eventdev devices. The command example is like: For displaying a specific port stats (e.g. port 1): ./dpdk-proc-info -- --show-edev-port-xstats=1:0

[PATCH v11] app/procinfo: display eventdev xstats

2023-03-19 Thread Abdullah Sevincer
This commit extends proc-info application to display xstats for the eventdev devices. New command line arguments are introduced to display xstats for eventdev devices. The command example is like: For displaying a specific port stats (e.g. port 1): ./dpdk-proc-info -- --show-edev-port-xstats=1:0

[PATCH v10] app/procinfo: display eventdev xstats

2023-03-19 Thread Abdullah Sevincer
This commit extends proc-info application to display xstats for the eventdev devices. New command line arguments are introduced to display xstats for eventdev devices. The command example is like: For displaying a specific port stats (e.g. port 1): ./dpdk-proc-info -- --show-edev-port-xstats=1:0

[PATCH v9] app/procinfo: display eventdev xstats

2023-03-19 Thread Abdullah Sevincer
This commit extends proc-info application to display xstats for the eventdev devices. New command line arguments are introduced to display xstats for eventdev devices. The command example is like: For displaying a specific port stats (e.g. port 1): ./dpdk-proc-info -- --show-edev-port-xstats=1 I

Re: [PATCH v5] testpmd: go back to using cmdline_interact

2023-03-19 Thread Thomas Monjalon
17/03/2023 22:12, Olivier Matz: > On Fri, Mar 17, 2023 at 09:59:41AM -0700, Stephen Hemminger wrote: > > The cmdline_poll() function is broken and was > > not fully tested, don't use it. > > > > Instead, use sigaction() to cancel read character on Unix OS's > > and a new helper to cancel I/O on Wi

Re: [PATCH] gpudev: export header file for external drivers

2023-03-19 Thread Thomas Monjalon
19/03/2023 23:28, Thomas Monjalon: > 16/03/2023 10:23, David Marchand: > > On Thu, Mar 16, 2023 at 9:59 AM Thomas Monjalon wrote: > > > > > > In DPDK 21.05, the option driver_sdk_headers was introduced > > > to export required headers to allow building out-of-tree drivers. > > > > > > In DPDK 21.1

Re: [PATCH] gpudev: export header file for external drivers

2023-03-19 Thread Thomas Monjalon
16/03/2023 10:23, David Marchand: > On Thu, Mar 16, 2023 at 9:59 AM Thomas Monjalon wrote: > > > > In DPDK 21.05, the option driver_sdk_headers was introduced > > to export required headers to allow building out-of-tree drivers. > > > > In DPDK 21.11, the gpudev driver class was introduced, > > wi

Re: [PATCH v7 00/11] Implementation of mldev test application

2023-03-19 Thread Thomas Monjalon
16/03/2023 22:14, Srikanth Yalavarthi: > Srikanth Yalavarthi (11): > app/mldev: implement test framework for mldev > app/mldev: add common test functions > app/mldev: add test case to validate device ops > app/mldev: add test case to validate model ops > app/mldev: add ordered inference t

Re: [PATCH v3 0/8] Fixes to ml/cnxk driver

2023-03-19 Thread Thomas Monjalon
> Srikanth Yalavarthi (8): > ml/cnxk: fix evaluation order violation issues > ml/cnxk: fix potential division by zero > ml/cnxk: add pointer check after memory allocation > ml/cnxk: remove logically dead code > ml/cnxk: fix potential memory leak in xstats > ml/cnxk: check for null point

RE: [PATCH 0/2] net/mlx5: fix representor matching

2023-03-19 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dariusz Sosnowski > Sent: Saturday, February 25, 2023 10:18 PM > To: Matan Azrad ; Slava Ovsiienko > > Cc: dev@dpdk.org; sta...@dpdk.org; Ori Kam > Subject: [PATCH 0/2] net/mlx5: fix representor matching > > This patch series addresses a few issues with

RE: [PATCH] net/mlx5: reject flow template API reconfiguration

2023-03-19 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dariusz Sosnowski > Sent: Saturday, February 25, 2023 9:58 PM > To: Matan Azrad ; Slava Ovsiienko > > Cc: dev@dpdk.org > Subject: [PATCH] net/mlx5: reject flow template API reconfiguration > > Flow Template API allows rte_flow_configure() to be called mo

Re: [PATCH v2 1/1] ml/cnxk: fix reporting of incorrect error info

2023-03-19 Thread Thomas Monjalon
16/03/2023 18:22, Srikanth Yalavarthi: > In the rte_ml_op_error_get driver function, the errcode > field of rte_ml_op_error structure is not being updated. > This is causing an incorrect or junk value being reported > as errcode to caller. > > For error subtype not supported by driver, the error >

Re: [PATCH 1/1] usertools/devbind: add ml device class

2023-03-19 Thread Thomas Monjalon
14/03/2023 07:31, Jerin Jacob: > On Mon, Mar 13, 2023 at 10:53 PM Srikanth Yalavarthi > wrote: > > > > Added new ML device class and support for cnxk ML device. > > > > Signed-off-by: Srikanth Yalavarthi > > Acked-by: Jerin Jacob Applied, thanks.

Re: 回复: [PATCH v3 2/3] net/i40e: enable direct rearm with separate API

2023-03-19 Thread Konstantin Ananyev
+int +i40e_tx_fill_sw_ring(void *tx_queue, + struct rte_eth_rxq_rearm_data *rxq_rearm_data) { + struct i40e_tx_queue *txq = tx_queue; + struct i40e_tx_entry *txep; + void **rxep; + struct rte_mbuf *m; + int i, n; + int nb_rearm = 0; + + if

RE: [PATCH] net/mlx5: reject flow template API reconfiguration

2023-03-19 Thread Matan Azrad
From: Dariusz Sosnowski > Flow Template API allows rte_flow_configure() to be called more than once, > to allow applications to dynamically reconfigure the amount of resources > available for flow table and flow rule creation. > PMDs can reject the change in configuration and keep the old configu

RE: release candidate 23.03-rc2

2023-03-19 Thread Wael Abualrub
Hi, > -Original Message- > From: Thomas Monjalon > Sent: Sunday, March 12, 2023 5:27 PM > To: annou...@dpdk.org > Subject: release candidate 23.03-rc2 > > A new DPDK release candidate is ready for testing: > https://git.dpdk.org/dpdk/tag/?id=v23.03-rc2 > > There are 319 new patche

RE: [PATCH 0/2] net/mlx5: fix representor matching

2023-03-19 Thread Matan Azrad
From: Dariusz Sosnowski > This patch series addresses a few issues with representor matching mode > available in mlx5 PMD: > > - First patch fixes an issue with internal flow group > index translation occurring when both extended metadata mode > and representor matching was enabled. > - Seco

Re: [PATCH v6 00/10] dts: add hello world test case

2023-03-19 Thread Thomas Monjalon
> Juraj Linkeš (10): > dts: add node and os abstractions > dts: add ssh command verification > dts: add dpdk build on sut > dts: add dpdk execution handling > dts: add node memory setup > dts: add test suite module > dts: add hello world testsuite > dts: add test suite config and ru

RE: [PATCH v3] net/mlx5: use just sufficient barrier for ARM platforms

2023-03-19 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Honnappa Nagarahalli > Sent: Thursday, March 9, 2023 4:33 AM > To: Matan Azrad ; Shahaf Shuler ; > Slava Ovsiienko > Cc: dev@dpdk.org; honnappa.nagaraha...@arm.com; ruifeng.w...@arm.com; > n...@arm.com; Matan Azrad ; sta...@dpdk.org > Subject: [PATCH v3]

RE: [PATCH] doc: fix naming of NVIDIA devices

2023-03-19 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Thomas Monjalon > Sent: Tuesday, March 7, 2023 5:28 PM > To: dev@dpdk.org > Cc: Matan Raz ; Gal Cohen (ProdM) ; > Asaf Penso ; Raslan Darawsheh ; > Matan Azrad ; Slava Ovsiienko > Subject: [PATCH] doc: fix naming of NVIDIA devices > > The networking NVID

RE: [PATCH] net/mlx5: fix the hairpin Tx queue reference count

2023-03-19 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Tuesday, March 7, 2023 12:31 PM > To: Raslan Darawsheh > Cc: dev@dpdk.org; sta...@dpdk.org; Matan Azrad ; Slava > Ovsiienko > Subject: [PATCH] net/mlx5: fix the hairpin Tx queue reference count > > When calling the haipin unbind interf