mbox series

[0/2] net: ethtool: add support for ETH_RESET_AP

Message ID 1512070560-16739-1-git-send-email-scott.branden@broadcom.com
Headers show
Series net: ethtool: add support for ETH_RESET_AP | expand

Message

Scott Branden Nov. 30, 2017, 7:35 p.m. UTC
Add support to reset appplication processors inside SmartNICs by
defining new ETH_RESET_AP bit.

And use new ETH_RESET_AP bit in bnxt ethernet driver.

Scott Branden (2):
  net: ethtool: add support for reset of AP inside NIC interface.
  bnxt_en: Add ETH_RESET_AP support

 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 11 +++++++++++
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.h |  1 +
 include/uapi/linux/ethtool.h                      |  1 +
 3 files changed, 13 insertions(+)

Comments

David Miller Dec. 1, 2017, 8:30 p.m. UTC | #1
From: Scott Branden <scott.branden@broadcom.com>
Date: Thu, 30 Nov 2017 11:35:58 -0800

> Add support to reset appplication processors inside SmartNICs by
> defining new ETH_RESET_AP bit.
> 
> And use new ETH_RESET_AP bit in bnxt ethernet driver.

Looks good, series applied, thanks!