[net,v4,0/5] octeontx2-af: miscellaneous fixes

Message ID 20231205080434.27604-1-gakula@marvell.com
Headers
Series octeontx2-af: miscellaneous fixes |

Message

Geetha sowjanya Dec. 5, 2023, 8:04 a.m. UTC
  The series of patches fixes various issues related to mcs
and NIX link registers.

v3-v4:
 Used FIELD_PREP macro and proper data types.

v2-v3:
 Fixed typo error in patch 4 commit message.

v1-v2:
 Fixed author name for patch 5.
 Added Reviewed-by.

Geetha sowjanya (3):
  octeontx2-af: Fix mcs sa cam entries size
  octeontx2-af: Fix mcs stats register address
  octeontx2-af: Add missing mcs flr handler call

Nithin Dabilpuram (1):
  octeontx2-af: Adjust Tx credits when MCS external bypass is disabled

Rahul Bhansali (1):
  octeontx2-af: Update Tx link register range

 .../net/ethernet/marvell/octeontx2/af/mbox.h  |  2 +-
 .../net/ethernet/marvell/octeontx2/af/mcs.c   | 16 ++++++++--
 .../net/ethernet/marvell/octeontx2/af/mcs.h   |  2 ++
 .../ethernet/marvell/octeontx2/af/mcs_reg.h   | 31 ++++++++++++++++---
 .../net/ethernet/marvell/octeontx2/af/rvu.c   |  3 ++
 .../net/ethernet/marvell/octeontx2/af/rvu.h   |  1 +
 .../ethernet/marvell/octeontx2/af/rvu_nix.c   |  8 +++++
 .../ethernet/marvell/octeontx2/af/rvu_reg.c   |  4 +--
 8 files changed, 58 insertions(+), 9 deletions(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 6, 2023, 2:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Tue, 5 Dec 2023 13:34:29 +0530 you wrote:
> The series of patches fixes various issues related to mcs
> and NIX link registers.
> 
> v3-v4:
>  Used FIELD_PREP macro and proper data types.
> 
> v2-v3:
>  Fixed typo error in patch 4 commit message.
> 
> [...]

Here is the summary with links:
  - [net,v4,1/5] octeontx2-af: Adjust Tx credits when MCS external bypass is disabled
    https://git.kernel.org/netdev/net/c/dca6fa8644b8
  - [net,v4,2/5] octeontx2-af: Fix mcs sa cam entries size
    https://git.kernel.org/netdev/net/c/9723b2cca1f0
  - [net,v4,3/5] octeontx2-af: Fix mcs stats register address
    https://git.kernel.org/netdev/net/c/3ba98a8c6f8c
  - [net,v4,4/5] octeontx2-af: Add missing mcs flr handler call
    https://git.kernel.org/netdev/net/c/d431abd0a9aa
  - [net,v4,5/5] octeontx2-af: Update Tx link register range
    https://git.kernel.org/netdev/net/c/7336fc196748

You are awesome, thank you!