Re: [PATCH] windows: make getopt functions have const properties

2024-03-17 Thread Dmitry Kozlyuk
Is "lib/eal/windows/getopt.c.orig" committed by mistake or the license mandates storing the original code? Acked-by: Dmitry Kozlyuk

[PATCH v2] windows: make getopt functions have const properties

2024-03-17 Thread Stephen Hemminger
Having different prototypes on different platforms can lead to lots of unnecessary workarounds. Looks like the version of getopt used from windows was based on an older out of date version from FreeBSD. This patch changes getopt, getopt_long, etc to have the same const attributes as Linux and Fre

[DPDK/examples Bug 1390] examples/l3fwd: in event mode tries to RX for not ready port

2024-03-17 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1390 Thomas Monjalon (tho...@monjalon.net) changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resoluti

[DPDK/ethdev Bug 1146] bnx2x: rte_memcpy buffer overflows

2024-03-17 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1146 Thomas Monjalon (tho...@monjalon.net) changed: What|Removed |Added Resolution|--- |FIXED Status|

[DPDK/eventdev Bug 1368] inconsistency in eventdev dev_info and config structs makes some valid configs impossible

2024-03-17 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1368 Thomas Monjalon (tho...@monjalon.net) changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resoluti

Re: [PATCH v2 4/5] argparse: fix argument flags operate as uint32 type

2024-03-17 Thread Thomas Monjalon
07/03/2024 14:07, Chengwen Feng: > --- a/app/test/test_argparse.c > +++ b/app/test/test_argparse.c > +#define TEST_ARGPARSE_FLAG_HAS_ARG_BITMASK RTE_SHIFT_VAL64(3, 0) > +#define TEST_ARGPARSE_FLAG_VAL_TYPE_BITMASK RTE_SHIFT_VAL64(255, 2) These masks should be defined in the API probably.

Re: [PATCH v3] app/dma-perf: add average latency per worker

2024-03-17 Thread Thomas Monjalon
12/03/2024 02:53, fengchengwen: > On 2024/3/9 3:06, Vipin Varghese wrote: > > Modify the user information with total average latency per worker > > in both CSV and console logs. > > > > Signed-off-by: Vipin Varghese > > > > V3 Changes: > > - update CSV_TOTAL_LINE_FMT to change Avg Cycles / op p

[PATCH v2 1/1] eal: add C++ include guard in generic/rte_vect.h

2024-03-17 Thread Ashish Sadanandan
The header was missing the extern "C" directive which causes name mangling of functions by C++ compilers, leading to linker errors complaining of undefined references to these functions. Also updated the coding style contribution guideline with a new "Language Linkage" section stating `extern "C"`

[PATCH v3 1/1] eal: add C++ include guard in generic/rte_vect.h

2024-03-17 Thread Ashish Sadanandan
The header was missing the extern "C" directive which causes name mangling of functions by C++ compilers, leading to linker errors complaining of undefined references to these functions. Also updated the coding style contribution guideline with a new "Language Linkage" section stating `extern "C"`

Re: [PATCH v2] doc: update size parameter details

2024-03-17 Thread Thomas Monjalon
12/03/2024 07:17, fengchengwen: > Sorry for same reply, > > @Vipin, > the title should reflect which submodule, so pls add prefix: test/dma-perf: No it should be app/dma-perf. If not sure about a prefix, you may check the git history for the directory. > Suggest: test/dma-perf: refine size param

Re: [PATCH v2] dumpcap: correctly disable promiscuous mode at exit

2024-03-17 Thread Thomas Monjalon
08/03/2024 08:09, Isaac Boukris: > On Fri, Mar 8, 2024 at 12:39 AM Stephen Hemminger > wrote: > > > > From: Isaac Boukris > > > > If request to set promiscious mode failed at startup, > > then it is not necessary to disable it when shutting down. > > > > This should only be issue if with a buggy

Re: [PATCH] examples/ipsec-secgw: fix Rx queue ID in Rx callback

2024-03-17 Thread Thomas Monjalon
11/03/2024 03:32, Chaoyong He: > From: Shihong Wang > > The Rx queue ID on the core and on the port are not necessarily > equal, for example, there are two RX queues on core0, queue0 and > queue1, queue0 is the rx_queueid0 on port0 and queue1 is the > rx_queueid0 on port1. > > The 'rte_eth_add_r

Re: [PATCH] maintainers: assign some programming guides

2024-03-17 Thread Thomas Monjalon
08/03/2024 11:41, David Marchand: > Maintaining the documentation is part of the job of maintaining a library. > > Signed-off-by: David Marchand Applied, thanks.

release candidate 24.03-rc3

2024-03-17 Thread Thomas Monjalon
A new DPDK release candidate is ready for testing: https://git.dpdk.org/dpdk/tag/?id=v24.03-rc3 There are 153 new patches in this snapshot. Release notes: https://doc.dpdk.org/guides/rel_notes/release_24_03.html As usual, you can report any issue on https://bugs.dpdk.org Only do

Re: [PATCH] net/igc: fix disabling timesync

2024-03-17 Thread Liao, TingtingX
Tested-by: Tingting Liao > -Original Message- > From: Ma, WenwuX > Sent: Friday, March 15, 2024 09:06 > To: dev@dpdk.org ; Guo, Junfeng ; Su, > Simei > Cc: Liao, TingtingX ; Ma, WenwuX > ; sta...@dpdk.org > Subject: [PATCH] net/igc: fix disabling times