mbox series

[net-next,PATCHv2,0/5] NPC KPU updates

Message ID 20210527032444.3204054-1-george.cherian@marvell.com (mailing list archive)
Headers show
Series NPC KPU updates | expand

Message

George Cherian May 27, 2021, 3:24 a.m. UTC
Add support for
 - Loading Custom KPU profile entries
 - Add NPC profile Load from System Firmware DB
 - Add Support fo Coalescing KPU profiles
 - General Updates/Fixes to default KPU profile

George Cherian (1):
  octeontx2-af: Update the default KPU profile and fixes

Harman Kalra (3):
  octeontx2-af: load NPC profile via firmware database
  octeontx2-af: adding new lt def registers support
  octeontx2-af: support for coalescing KPU profiles

Stanislaw Kardach (1):
  octeontx2-af: add support for custom KPU entries

 .../net/ethernet/marvell/octeontx2/af/npc.h   |  104 +-
 .../marvell/octeontx2/af/npc_profile.h        | 8673 ++++++++++-------
 .../net/ethernet/marvell/octeontx2/af/rvu.c   |    6 +
 .../net/ethernet/marvell/octeontx2/af/rvu.h   |    5 +
 .../ethernet/marvell/octeontx2/af/rvu_nix.c   |   34 +
 .../ethernet/marvell/octeontx2/af/rvu_npc.c   |  294 +-
 .../ethernet/marvell/octeontx2/af/rvu_reg.h   |    4 +-
 7 files changed, 5840 insertions(+), 3280 deletions(-)