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
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
>
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
>
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
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
>
> -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
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
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/
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
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
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
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
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
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
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
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
> 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
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
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
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
>
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.
+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
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
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
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
> 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
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]
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
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
29 matches
Mail list logo