[PATCH v2] app/test:subprocess synchronization of parameters

2023-07-16 Thread Kaisen You
In meson_test, because the child process does not synchronize the NIC startup parameters of the parent process at startup, it uses all NICs bound by vfio as startup parameters by default, and an exception occurs in the subsequent hugefile check, causing the test to fail. Synchronize the NIC startup

[RFC] MAINTAINERS: add status information

2023-07-16 Thread Stephen Hemminger
Add a new field S: which indicates the status of support for individual sub-trees. Almost everything is marked as supported but components without any maintainer are listed as Orphan. Signed-off-by: Stephen Hemminger --- MAINTAINERS | 267 +++- 1 f

[Bug 1264] Tap bpf program no longer compiles

2023-07-16 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1264 Bug ID: 1264 Summary: Tap bpf program no longer compiles Product: DPDK Version: 23.07 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priorit

Re: [PATCH] bus/pci: 'RTE_PMD_REGISTER_PCI' support expand 'nm'

2023-07-16 Thread Stephen Hemminger
On Tue, 2 Aug 2022 16:48:39 +0800 Lichao Liu wrote: > Before, 'RTE_PMD_REGISTER_PCI' can not expand nm. So, it can not > work in this situation: > #define TEST(a, b) a##_##b > RTE_PMD_REGISTER_PCI(TEST(a, b), test_pmd_driver) > > Signed-off-by: Lichao Liu It is not clear what the prob

DPDK Release Status Meeting 2023-07-13

2023-07-16 Thread Mcnamara, John
Release status meeting minutes 2023-07-13 = Agenda: * Release Dates * Subtrees * Roadmaps * LTS * Defects * Opens Participants: * AMD * ARM * Intel * Marvell * Nvidia * Red Hat Release Dates - The following are the current target or completed

[PATCH] doc: fix description of runtime directories

2023-07-16 Thread Stephen Hemminger
The documentation was never updated when the DPDK EAL was modified to follow standard runtime conventions. Fixes: 1835a22f342f ("support systemd service convention for runtime directory") Signed-off-by: Stephen Hemminger --- doc/guides/prog_guide/multi_proc_support.rst | 13 - 1 fil

Re: [PATCH v2] app/proc-info: add rte_eal_cleanup() to avoid memory leak

2023-07-16 Thread Stephen Hemminger
On Sun, 4 Sep 2022 17:28:45 +0500 Fidaullah Noonari wrote: > when app is launched with -m proc-info exit without > rte_eal_cleanup() causing memory leakage. This commit resolves the > memory leakage issue and closes app properly. > > Bugzilla id: 898 The new eventdev stats could have the same

Re: [PATCH] doc: add deprecation notice for inconsistent socket_id types

2023-07-16 Thread Stephen Hemminger
On Fri, 14 Oct 2022 10:09:44 +0200 Markus Theil wrote: > DPDK uses many different types for socket_id's in its whole code > base. This leads to many warnings and casts in DPDK-based applications > compiled with -Wconversion. > > Announce a treewide consolidation to the return type of rte_socket_

Re: [dpdk-dev] [PATCH v4] meson: remove unnecessary explicit link to libpcap

2023-07-16 Thread Stephen Hemminger
On Fri, 9 Apr 2021 10:39:27 +0200 Gabriel Ganne wrote: > libpcap is already found and registered as a dependency by meson, and > the dependency is already correctly used in librte_port. This line is > just unnecessary. > > The pcap PMD and the librte_port both declare their dependency to > libp

Re: [dpdk-dev] [PATCH v5] build: remove redundant libpcap link

2023-07-16 Thread Stephen Hemminger
On Wed, 14 Apr 2021 23:10:46 +0200 Thomas Monjalon wrote: > 14/04/2021 23:02, Dmitry Kozlyuk: > > 2021-04-14 11:41 (UTC+0200), Thomas Monjalon: > > > 09/04/2021 14:25, Thomas Monjalon: > > > > From: Gabriel Ganne > > > > > > > > The pcap PMD and the librte_port both declare their dependency