On 2024-03-24 03:33, Stephen Hemminger wrote:
Improvements and unification of logging library (for 24.07 release).
This version works on all platforms: Linux, Windows and FreeBSD.
This is update to rework patch set. It adds several new features
to the console log output.
* Putting a timestam
22/03/2024 17:04, Tyler Retzlaff:
> On Fri, Mar 22, 2024 at 02:52:55PM +0100, David Marchand wrote:
> > Add missing 'extern "C"' to file.
> > Using __rte_internal requires including rte_compat.h.
> >
> > Fixes: 1693345b6a33 ("dma/cnxk: support DMA event enqueue/dequeue")
> >
> > Signed-off-by: Da
21/03/2024 15:24, Yevgeny Kliteynik:
> The check to detect if a rule is in resize was done incorrectly,
> this can lead to an incorrect function call upon completion for
> rules which are not in resize (move).
> Since the resize_info is in a union we cannot rely only on the
> pointer value but also
22/03/2024 11:01, Gregory Etelson:
> From: Alex Vesker
>
> In case decapL3 action is created we would access header
> data even in case the SHARED flag is not set, this would
> lead to an invalid memory access.
>
> Fixes: 3a6c50215c07 ("net/mlx5/hws: support multi-pattern")
>
> Cc: sta...@dpdk.
19/03/2024 12:24, Gregory Etelson:
> PMD implements sync METER flow action as async.
> Queue selected for sync operations is `MLX5_HW_INV_QUEUE`.
> That dummy queue value is translated into `CTRL_QUEUE_ID(priv)`.
> Async job allocation converts INV queue into the real value, but
> job release does
22/03/2024 14:59, Junfeng Guo:
> Remove myself from maintainers.
>
> Signed-off-by: Junfeng Guo
Applied, thanks for your work.
17/01/2024 17:24, Kevin Traynor:
> The existing official policy was to maintain LTS releases for 2 years.
>
> 19.11 and 20.11 LTS releases were maintained for 3 years and there was
> not significant issues caused by code divergence from main etc.
>
> Update the policy to indicate 3 years maintena
20/03/2024 10:59, Power, Ciara:
> From: Ferruh Yigit
> > On 2/8/2024 10:51 AM, Sivaramakrishnan Venkat wrote:
> > > Maintainers remove the Cc author line when merging the patch.
> > > So, the guidelines is updated with a suggestion for the placement of
> > > Cc lines in a commit message for easy m
24/01/2024 19:10, Vipin Varghese:
> Add AMD EPYC SoC tuning guide as new section of linux getting
> started guide.
>
> Signed-off-by: Vipin Varghese
Applied, with a bit of reformatting, thanks.
22/03/2024 00:03, Flore:
> Caught by codespell
>
> Signed-off-by: Flore Norceide
added root cause
Fixes: fc1f2750a3ec ("doc: programmers guide")
Cc: sta...@dpdk.org
and added your name in .mailmap
Applied, thanks.
22/03/2024 00:02, EmiAoki:
> Caught by codespell.
>
> Signed-off-by: emi
Please what is your full name exactly?
We need it as a contribution policy known as "Developer’s Certificate of
Origin".
25/03/2024 02:12, Thomas Monjalon:
> 22/03/2024 00:02, EmiAoki:
> > Caught by codespell.
> >
> > Signed-off-by: emi
>
> Please what is your full name exactly?
> We need it as a contribution policy known as "Developer’s Certificate of
> Origin".
Found it above: "Emi Aoki" and confirmed with ext
21/03/2024 23:41, masoumeh.farhadi...@gmail.com:
> From: Masi
>
> Caught by codespell.
>
> Signed-off-by: Masi
added root cause
Fixes: 7622291b641d ("examples/ipsec-secgw: allow to specify neighbour MAC
address")
Cc: sta...@dpdk.org
and added your name in .mailmap
Applied, thanks.
21/03/2024 23:35, Fidel Castro:
> Caught by codespell.
>
> Signed-off-by: Fidel Castro
added root cause
Fixes: 2653bee888b4 ("test/power: check all environment types")
Cc: sta...@dpdk.org
and added your name in .mailmap
Applied, thanks.
22/03/2024 00:05, vinh.t.tra...@gmail.com:
> From: vtran0314
>
> Caught by codespell.
>
> Signed-off-by: Vinh Tran
[..]
> - TEST_ASSERT_NULL(cfgfile, "Expected failured did not occur");
> + TEST_ASSERT_NULL(cfgfile, "Expected failed did not occur");
Correct wording should be "Expected
22/03/2024 00:16, hollynichol...@gmail.com:
> From: Holly Nichols
>
> Caught by codespell.
>
> Signed-off-by: Holly Nichols
> ---
> - TEST_ASSERT_NULL(cfgfile, "Expected failured did not occur");
> + TEST_ASSERT_NULL(cfgfile, "Expected failure did not occur");
There are 3 more occurren
21/03/2024 17:20, Yu Jiang:
> Add tested Intel platforms with Intel NICs to v24.03 release note.
>
> Signed-off-by: Yu Jiang
Applied, thanks.
A new DPDK release candidate is ready for testing:
https://git.dpdk.org/dpdk/tag/?id=v24.03-rc4
There are 31 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
You may s
On 2024/3/22 21:58, Thomas Monjalon wrote:
> 22/03/2024 08:09, Dengdui Huang:
>> -#define RTE_ETH_LINK_SPEED_10G RTE_BIT32(8) /**< 10 Gbps */
>> -#define RTE_ETH_LINK_SPEED_20G RTE_BIT32(9) /**< 20 Gbps */
>> -#define RTE_ETH_LINK_SPEED_25G RTE_BIT32(10) /**< 25 Gbps */
>> -#define
19 matches
Mail list logo