RE: [EXT] Re: [PATCH v3 1/1] app/testpmd: control passing Rx metadata to PMD

2022-12-04 Thread Hanumanth Reddy Pothula
> -Original Message- > From: Thomas Monjalon > Sent: Saturday, December 3, 2022 1:11 AM > To: Andrew Rybchenko ; Hanumanth > Reddy Pothula > Cc: dev@dpdk.org; Aman Singh ; Yuying > Zhang ; dev@dpdk.org; Jerin Jacob > Kollanukkaran ; Nithin Kumar Dabilpuram > ; rasl...@nvidia.com; or...@

[Bug 978] [dpdk-19.11.12-rc1] drivers/net/qede make build failed on Fedora35 with Clang13.0.0

2022-12-04 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=978 jiang,yu (yux.ji...@intel.com) changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCO

RE: [PATCH v2] net/pcap: fix timeout of stopping device

2022-12-04 Thread Zhou, YidingX
> > On Tue, 6 Sep 2022 16:05:11 +0800 Yiding Zhou > > wrote: > > > >> The pcap file will be synchronized to the disk when stopping the > >> device. > >> It takes a long time if the file is large that would cause the > >> 'detach sync req

[PATCH] doc: update ice matching list

2022-12-04 Thread Qiming Yang
Add recommended matching list for ice PMD in DPDK 22.11. Signed-off-by: Qiming Yang --- doc/guides/nics/ice.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index ce075e067c..a44ebffdb7 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guid

[PATCH v5] mbuf perf test, please ignore

2022-12-04 Thread Morten Brørup
Playing around with the mbuf structure, trying to reduce the use of the second cache line in some common scenarios. v5: * Fix rte_pktmbuf_chain() for the case where the head is a single segment. v4: * Use tabs, not spaces. * Fix copy-paste bug in linearize. v3: * Make 'next' depend on 'nb_segs' >

[PATCH v4] mbuf perf test, please ignore

2022-12-04 Thread Morten Brørup
Playing around with the mbuf structure, trying to reduce the use of the second cache line in some common scenarios. v4: * Use tabs, not spaces. * Fix copy-paste bug in linearize. v3: * Make 'next' depend on 'nb_segs' > 1. * Implement new interpretation of 'nb_segs' in i40e PMD. v2: * Remove BUILD_

[PATCH v3] mbuf perf test, please ignore

2022-12-04 Thread Morten Brørup
Playing around with the mbuf structure, trying to reduce the use of the second cache line in some common scenarios. v3: * Make 'next' depend on 'nb_segs' > 1. * Implement new interpretation of 'nb_segs' in i40e PMD. v2: * Remove BUILD_BUG_ON in cnxk PMD. Signed-off-by: Morten Brørup --- drivers

[PATCH v2] mbuf perf test, please ignore

2022-12-04 Thread Morten Brørup
Playing around with the mbuf structure, trying to reduce the use of the second cache line in some common scenarios. v2: * Remove BUILD_BUG_ON in cnxk PMD. Signed-off-by: Morten Brørup --- drivers/net/cnxk/cn10k_ethdev.c | 2 ++ drivers/net/cnxk/cn9k_ethdev.c | 2 ++ lib/mbuf/rte_mbuf_core.h