mbox series

[0/9] support speed capability and autoneg report

Message ID 1618321639-57642-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series support speed capability and autoneg report |

Message

humin (Q) April 13, 2021, 1:47 p.m. UTC
  The patchset has the following functions:
1.report speed capability supported by the current hardware.
2.support link speed autoneg and force link speed for PF.
3.support flow control autoneg for copper port.

Huisong Li (9):
  net/hns3: fix supported speed of copper ports
  net/hns3: add 1000M speed bit for copper PHYs
  net/hns3: fix flow control mode
  net/hns3: fix firmware compatibility configuration
  net/hns3: obtain the supported speed for fiber port
  net/hns3: report the speed capability for PF
  net/hns3: support link speed autoneg for PF
  net/hns3: support flow control autoneg for copper port
  net/hns3: add the configuration of fixed speed

 drivers/net/hns3/hns3_cmd.c    | 116 +++++++
 drivers/net/hns3/hns3_cmd.h    |  45 ++-
 drivers/net/hns3/hns3_dcb.c    |  23 +-
 drivers/net/hns3/hns3_ethdev.c | 755 +++++++++++++++++++++++++++++++++++------
 drivers/net/hns3/hns3_ethdev.h |  37 +-
 5 files changed, 832 insertions(+), 144 deletions(-)
  

Comments

Ferruh Yigit April 15, 2021, 12:55 a.m. UTC | #1
On 4/13/2021 2:47 PM, Min Hu (Connor) wrote:
> The patchset has the following functions:
> 1.report speed capability supported by the current hardware.
> 2.support link speed autoneg and force link speed for PF.
> 3.support flow control autoneg for copper port.
> 
> Huisong Li (9):
>    net/hns3: fix supported speed of copper ports
>    net/hns3: add 1000M speed bit for copper PHYs
>    net/hns3: fix flow control mode
>    net/hns3: fix firmware compatibility configuration
>    net/hns3: obtain the supported speed for fiber port
>    net/hns3: report the speed capability for PF
>    net/hns3: support link speed autoneg for PF
>    net/hns3: support flow control autoneg for copper port
>    net/hns3: add the configuration of fixed speed
> 

Series applied to dpdk-next-net/main, thanks.