[PATCH v2 3/3] net/cnxk: support congestion management ops
Jerin Jacob
jerinjacobk at gmail.com
Wed Oct 12 08:43:33 CEST 2022
On Tue, Oct 11, 2022 at 11:59 AM Sunil Kumar Kori <skori at marvell.com> wrote:
>
> Please look into these changes and provide feedback.
>
> Regards
> Sunil Kumar Kori
>
> > -----Original Message-----
> > From: skori at marvell.com <skori at marvell.com>
> > Sent: Thursday, September 29, 2022 3:25 PM
> > To: Nithin Kumar Dabilpuram <ndabilpuram at marvell.com>; Kiran Kumar
> > Kokkilagadda <kirankumark at marvell.com>; Sunil Kumar Kori
> > <skori at marvell.com>; Satha Koteswara Rao Kottidi
> > <skoteshwar at marvell.com>
> > Cc: dev at dpdk.org
> > Subject: [PATCH v2 3/3] net/cnxk: support congestion management ops
> >
> > From: Sunil Kumar Kori <skori at marvell.com>
> >
> > Support congestion management.
> >
> > Depends-on: patch-24902 ("ethdev: support congestion management")
> >
> > Signed-off-by: Sunil Kumar Kori <skori at marvell.com>
Merged https://patches.dpdk.org/project/dpdk/patch/20220929095455.2173071-2-skori@marvell.com/
and https://patches.dpdk.org/project/dpdk/patch/20220929095455.2173071-3-skori@marvell.com/
patches.
Fixed the doc update as
diff --git a/doc/guides/rel_notes/release_22_11.rst
b/doc/guides/rel_notes/release_22_11.rst
index 2da8bc9661..e9ac96ff4d 100644
--- a/doc/guides/rel_notes/release_22_11.rst
+++ b/doc/guides/rel_notes/release_22_11.rst
@@ -139,6 +139,7 @@ New Features
* **Updated Marvell cnxk driver.**
* Added support for flow action REPRESENTED_PORT.
+ * Added support for congestion management.
Series(2/3 and 3/3) applied to dpdk-next-net-mrvl/for-next-net. Thanks.
> > ---
> > v1..v2:
> > - Rebase on top of the dpdk-next-net-mrvl/for-next-net
> > - Aligned with congestion management v3 spec
> >
> > doc/guides/nics/features/cnxk.ini | 1 +
> > doc/guides/rel_notes/release_22_11.rst | 4 +
> > drivers/net/cnxk/cnxk_ethdev.c | 4 +
> > drivers/net/cnxk/cnxk_ethdev.h | 12 +++
> > drivers/net/cnxk/cnxk_ethdev_cman.c | 140 +++++++++++++++++++++++++
> > drivers/net/cnxk/meson.build | 1 +
> > 6 files changed, 162 insertions(+)
> > create mode 100644 drivers/net/cnxk/cnxk_ethdev_cman.c
> >
> >
>
> [snip]
>
> > --
> > 2.25.1
>
More information about the dev
mailing list