The following changes since commit a95bbb72623c310df4d0c8ad45c2ee06f538e01b:
version: 21.08-rc1 (2021-07-10 12:01:52 +0200) are available in the Git repository at: http://dpdk.org/git/next/dpdk-next-net-mrvl for you to fetch changes up to 97f8b1e173423ed3b68cbdfe49c18bd83410f610: net/cnxk: support raw pattern (2021-07-13 15:49:22 +0530) ---------------------------------------------------------------- Anoob Joseph (1): net/octeontx2: support non-ethernet L2 hdr Dana Vardi (2): net/mvpp2: fix port max speed overflow net/mvpp2: fix configured state dependency Meir Levi (1): net/mvpp2: fix VLAN ops return code Satha Rao (3): net/octeontx2: handle link status when device stopped net/octeontx2: fix tm node stats get net/cnxk: update link status when device stopped Satheesh Paul (3): net/cnxk: fix default MCAM allocation size common/cnxk: support parsing custom L2 and L3 protocols net/cnxk: support raw pattern doc/guides/nics/cnxk.rst | 37 +++++++++- doc/guides/nics/features/cnxk.ini | 1 + doc/guides/nics/features/cnxk_vec.ini | 1 + doc/guides/nics/features/cnxk_vf.ini | 1 + drivers/common/cnxk/roc_mbox.h | 24 +++++-- drivers/common/cnxk/roc_nix_ops.c | 14 ++++ drivers/common/cnxk/roc_npc.h | 11 +++ drivers/common/cnxk/roc_npc_parse.c | 86 +++++++++++++++++++++-- drivers/common/cnxk/roc_npc_priv.h | 9 +-- drivers/common/cnxk/roc_npc_utils.c | 6 +- drivers/common/cnxk/roc_utils.c | 2 +- drivers/crypto/octeontx2/otx2_ipsec_anti_replay.h | 9 ++- drivers/crypto/octeontx2/otx2_ipsec_fp.h | 13 ++-- drivers/net/cnxk/cnxk_ethdev.c | 5 ++ drivers/net/cnxk/cnxk_ethdev_devargs.c | 9 ++- drivers/net/cnxk/cnxk_link.c | 2 +- drivers/net/cnxk/cnxk_rte_flow.c | 12 ++-- drivers/net/mvpp2/mrvl_ethdev.c | 18 +++-- drivers/net/mvpp2/mrvl_ethdev.h | 2 + drivers/net/mvpp2/mrvl_tm.c | 67 +++++++++++++++++- drivers/net/octeontx2/otx2_ethdev.c | 5 ++ drivers/net/octeontx2/otx2_link.c | 2 +- drivers/net/octeontx2/otx2_rx.h | 45 ++++++++---- drivers/net/octeontx2/otx2_tm.c | 6 ++ 24 files changed, 331 insertions(+), 56 deletions(-)