mbox series

[v1,0/2] ag71xx: add ethtool and flow control support

Message ID 20200911082528.27121-1-o.rempel@pengutronix.de
Headers show
Series ag71xx: add ethtool and flow control support | expand

Message

Oleksij Rempel Sept. 11, 2020, 8:25 a.m. UTC
The main target of this patches is to provide flow control support
for ag71xx driver. To be able to validate this functionality, I also
added ethtool support with HW counters. So, this patches was validated
with iperf3 and counters showing Pause frames send or received by this
NIC.

Oleksij Rempel (2):
  net: ag71xx: add ethtool support
  net: ag71xx: add flow control support

 drivers/net/ethernet/atheros/ag71xx.c | 160 +++++++++++++++++++++++++-
 1 file changed, 159 insertions(+), 1 deletion(-)

Comments

David Miller Sept. 11, 2020, 9:46 p.m. UTC | #1
From: Oleksij Rempel <o.rempel@pengutronix.de>
Date: Fri, 11 Sep 2020 10:25:26 +0200

> The main target of this patches is to provide flow control support
> for ag71xx driver. To be able to validate this functionality, I also
> added ethtool support with HW counters. So, this patches was validated
> with iperf3 and counters showing Pause frames send or received by this
> NIC.

Series applied, thank you.