All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/9] support speed capability and autoneg report
@ 2021-04-13 13:47 Min Hu (Connor)
  2021-04-13 13:47 ` [dpdk-dev] [PATCH 1/9] net/hns3: fix supported speed of copper ports Min Hu (Connor)
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Min Hu (Connor) @ 2021-04-13 13:47 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit

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(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-04-15  1:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-13 13:47 [dpdk-dev] [PATCH 0/9] support speed capability and autoneg report Min Hu (Connor)
2021-04-13 13:47 ` [dpdk-dev] [PATCH 1/9] net/hns3: fix supported speed of copper ports Min Hu (Connor)
2021-04-13 13:47 ` [dpdk-dev] [PATCH 2/9] net/hns3: add 1000M speed bit for copper PHYs Min Hu (Connor)
2021-04-13 13:47 ` [dpdk-dev] [PATCH 3/9] net/hns3: fix flow control mode Min Hu (Connor)
2021-04-13 13:47 ` [dpdk-dev] [PATCH 4/9] net/hns3: fix firmware compatibility configuration Min Hu (Connor)
2021-04-13 13:47 ` [dpdk-dev] [PATCH 5/9] net/hns3: obtain the supported speed for fiber port Min Hu (Connor)
2021-04-13 13:47 ` [dpdk-dev] [PATCH 6/9] net/hns3: report the speed capability for PF Min Hu (Connor)
2021-04-15  0:39   ` Ferruh Yigit
2021-04-15  0:57     ` Ferruh Yigit
2021-04-15  1:16       ` Min Hu (Connor)
2021-04-13 13:47 ` [dpdk-dev] [PATCH 7/9] net/hns3: support link speed autoneg " Min Hu (Connor)
2021-04-13 13:47 ` [dpdk-dev] [PATCH 8/9] net/hns3: support flow control autoneg for copper port Min Hu (Connor)
2021-04-13 13:47 ` [dpdk-dev] [PATCH 9/9] net/hns3: add the configuration of fixed speed Min Hu (Connor)
2021-04-15  0:55 ` [dpdk-dev] [PATCH 0/9] support speed capability and autoneg report Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.