mbox series

[0/3] octeontx2-af: Cleanup changes

Message ID 1582105868-29012-1-git-send-email-sunil.kovvuri@gmail.com
Headers show
Series octeontx2-af: Cleanup changes | expand

Message

Sunil Kovvuri Feb. 19, 2020, 9:51 a.m. UTC
From: Sunil Goutham <sgoutham@marvell.com>

These patches cleanup AF driver by removing unnecessary function
exports and cleanup repititive logic.

Sunil Goutham (3):
  octeontx2-af: Remove unnecessary export symbols in CGX driver
  octeontx2-af: Cleanup CGX config permission checks
  octeontx2-af: Cleanup nixlf and blkaddr retrieval logic

 drivers/net/ethernet/marvell/octeontx2/af/cgx.c    |  18 ---
 drivers/net/ethernet/marvell/octeontx2/af/rvu.h    |   2 +-
 .../net/ethernet/marvell/octeontx2/af/rvu_cgx.c    |  55 ++++-----
 .../net/ethernet/marvell/octeontx2/af/rvu_nix.c    | 131 ++++++++-------------
 4 files changed, 74 insertions(+), 132 deletions(-)

Comments

David Miller Feb. 19, 2020, 6:51 p.m. UTC | #1
From: sunil.kovvuri@gmail.com
Date: Wed, 19 Feb 2020 15:21:05 +0530

> From: Sunil Goutham <sgoutham@marvell.com>
> 
> These patches cleanup AF driver by removing unnecessary function
> exports and cleanup repititive logic.

Series applied, thanks.