RE: [PATCH v16 0/4] add support for self monitoring

2024-12-01 Thread Tomasz Duszynski
>-Original Message- >From: Tomasz Duszynski >Sent: Monday, November 18, 2024 8:37 AM >To: Tomasz Duszynski >Cc: ruifeng.w...@arm.com; bruce.richard...@intel.com; >david.march...@redhat.com; dev@dpdk.org; >Jerin Jacob ; konstantin.v.anan...@yandex.ru; >mattias.ronnb...@ericsson.com; >m..

[PATCH v3] doc: reword glossary

2024-12-01 Thread Nandini Persad
I added additional reference links and definitions to many of the terms in the glossary. Please feel free to provide feedback to ensure my definitions suit the proper context in the DPDK community. Signed-off-by: Nandini Persad --- doc/guides/prog_guide/glossary.rst | 120 ---

[PATCH] examples/ipsec-secgw: fix cryptodev and eventdev ID

2024-12-01 Thread Tejasree Kondoj
Fixing cryptodev and eventdev ID numbers. Fixes: 0dbe550a4af5 ("examples/ipsec-secgw: initialize event crypto adapter") Cc: sta...@dpdk.org Signed-off-by: Tejasree Kondoj --- examples/ipsec-secgw/event_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ipsec-s

[DPDK/core Bug 1590] rte_ipv6_phdr_cksum users wrong proto

2024-12-01 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1590 Bug ID: 1590 Summary: rte_ipv6_phdr_cksum users wrong proto Product: DPDK Version: 20.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Prio

Re: [PATCH dpdk] log: fix double free on cleanup

2024-12-01 Thread Robin Jarry
Stephen Hemminger, Nov 29, 2024 at 17:54: On Fri, 29 Nov 2024 17:10:14 +0100 Robin Jarry wrote: @@ -550,11 +555,8 @@ eal_log_init(const char *id) void rte_eal_log_cleanup(void) { - FILE *log_stream = rte_logs.file; - - /* don't close stderr on the application */ - if (log_