mbox series

[pull-request] dpdk-next-net-mrvl for for-next-net v21.08 - RC2

Message ID BY3PR18MB4785AD312C5CFC090B739268C8149@BY3PR18MB4785.namprd18.prod.outlook.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [pull-request] dpdk-next-net-mrvl for for-next-net v21.08 - RC2 |

Pull-request

http://dpdk.org/git/next/dpdk-next-net-mrvl

Checks

Context Check Description
ci/Intel-compilation warning apply issues
ci/github-robot success github build: passed

Message

Jerin Jacob Kollanukkaran July 13, 2021, 11:23 a.m. UTC
  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(-)
  

Comments

Thomas Monjalon July 16, 2021, 2:35 p.m. UTC | #1
13/07/2021 13:23, Jerin Jacob Kollanukkaran:
> 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

Pulled, thanks.