mbox series

[net-next,0/3] bnxt_en: Updates

Message ID 1667780192-3700-1-git-send-email-michael.chan@broadcom.com (mailing list archive)
Headers show
Series bnxt_en: Updates | expand

Message

Michael Chan Nov. 7, 2022, 12:16 a.m. UTC
This small patchset adds an improvement to the configuration of ethtool
RSS tuple hash and a PTP improvement when running in a multi-host
environment.

Edwin Peer (2):
  bnxt_en: refactor VNIC RSS update functions
  bnxt_en: update RSS config using difference algorithm

Pavan Chebbi (1):
  bnxt_en: Add a non-real time mode to access NIC clock

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 72 ++++++++++++++-----
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |  2 +
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c |  2 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h | 47 ++++++++++++
 drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c | 45 ++++++++----
 drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.h |  7 +-
 6 files changed, 142 insertions(+), 33 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 8, 2022, 11:50 a.m. UTC | #1
Hello:

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

On Sun,  6 Nov 2022 19:16:29 -0500 you wrote:
> This small patchset adds an improvement to the configuration of ethtool
> RSS tuple hash and a PTP improvement when running in a multi-host
> environment.
> 
> Edwin Peer (2):
>   bnxt_en: refactor VNIC RSS update functions
>   bnxt_en: update RSS config using difference algorithm
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] bnxt_en: refactor VNIC RSS update functions
    https://git.kernel.org/netdev/net-next/c/41d2dd42bfa1
  - [net-next,2/3] bnxt_en: update RSS config using difference algorithm
    https://git.kernel.org/netdev/net-next/c/98a4322b70e8
  - [net-next,3/3] bnxt_en: Add a non-real time mode to access NIC clock
    https://git.kernel.org/netdev/net-next/c/85036aee1938

You are awesome, thank you!