Is "lib/eal/windows/getopt.c.orig" committed by mistake
or the license mandates storing the original code?
Acked-by: Dmitry Kozlyuk
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
https://bugs.dpdk.org/show_bug.cgi?id=1390
Thomas Monjalon (tho...@monjalon.net) changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resoluti
https://bugs.dpdk.org/show_bug.cgi?id=1146
Thomas Monjalon (tho...@monjalon.net) changed:
What|Removed |Added
Resolution|--- |FIXED
Status|
https://bugs.dpdk.org/show_bug.cgi?id=1368
Thomas Monjalon (tho...@monjalon.net) changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resoluti
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.
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
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"`
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"`
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
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
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
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.
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
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
15 matches
Mail list logo