[PATCH v4 15/15] net/cnxk: add MACsec stats

Jerin Jacob jerinjacobk at gmail.com
Tue Jun 13 17:26:48 CEST 2023


On Tue, Jun 13, 2023 at 3:52 PM Akhil Goyal <gakhil at marvell.com> wrote:
>
> Added support for MACsec SC/flow/session stats.
>
> Signed-off-by: Akhil Goyal <gakhil at marvell.com>
> ---
>  doc/guides/rel_notes/release_23_07.rst |  5 ++
>  drivers/net/cnxk/cn10k_ethdev_sec.c    | 11 +++--
>  drivers/net/cnxk/cnxk_ethdev_mcs.c     | 64 ++++++++++++++++++++++++++
>  drivers/net/cnxk/cnxk_ethdev_mcs.h     |  9 ++++
>  4 files changed, 86 insertions(+), 3 deletions(-)
>
> diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst
> index 915c37529a..f126be1435 100644
> --- a/doc/guides/rel_notes/release_23_07.rst
> +++ b/doc/guides/rel_notes/release_23_07.rst
> @@ -139,6 +139,11 @@ New Features
>    for new capability registers, large passthrough BAR and some
>    performance enhancements for UPT.
>
> +* **Updated Marvell cnxk ethdev driver.**

1) Please rebase with dpdk-next-mrvl where this line already exists
2) Change the copyright year to 2023 for new files
3) Fix the following warnings

### [PATCH] common/cnxk: add MACsec interrupt APIs

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#240: FILE: drivers/common/cnxk/roc_mcs.c:157:
+       TAILQ_FOREACH (cb, cb_list, next) {

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#293: FILE: drivers/common/cnxk/roc_mcs.c:210:
+       TAILQ_FOREACH (cb, cb_list, next) {

total: 0 errors, 2 warnings, 482 lines checked

Good to merge the next version.


More information about the dev mailing list