Please look into these changes and provide feedback. Regards Sunil Kumar Kori
> -----Original Message----- > From: sk...@marvell.com <sk...@marvell.com> > Sent: Thursday, September 29, 2022 3:25 PM > To: Nithin Kumar Dabilpuram <ndabilpu...@marvell.com>; Kiran Kumar > Kokkilagadda <kirankum...@marvell.com>; Sunil Kumar Kori > <sk...@marvell.com>; Satha Koteswara Rao Kottidi > <skotesh...@marvell.com> > Cc: dev@dpdk.org > Subject: [PATCH v2 3/3] net/cnxk: support congestion management ops > > From: Sunil Kumar Kori <sk...@marvell.com> > > Support congestion management. > > Depends-on: patch-24902 ("ethdev: support congestion management") > > Signed-off-by: Sunil Kumar Kori <sk...@marvell.com> > --- > 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