netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Small series of enhancements
@ 2023-03-29 14:45 Louis Peens
  2023-03-29 14:45 ` [PATCH net-next 1/2] nfp: initialize netdev's dev_port with correct id Louis Peens
  2023-03-29 14:45 ` [PATCH net-next 2/2] nfp: separate the port's upper state with lower phy state Louis Peens
  0 siblings, 2 replies; 23+ messages in thread
From: Louis Peens @ 2023-03-29 14:45 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski, Paolo Abeni
  Cc: Simon Horman, netdev, oss-drivers, Yinjun Zhang

This small series adds two changes

- The first is a simple update to make sure the dev_port id is getting
  populated properly.
- The second changes the lower link state of the phy ports to be
  disconnected from the admin state. This is mostly for SRIOV cases, as
  explained in the patch. Functionality to make this behaviour
  configurable is added through an ethtool private flag.

Yinjun Zhang (2):
  nfp: initialize netdev's dev_port with correct id
  nfp: separate the port's upper state with lower phy state

 .../ethernet/netronome/nfp/nfp_net_ethtool.c  | 103 ++++++++++++++++++
 drivers/net/ethernet/netronome/nfp/nfp_port.c |   1 +
 drivers/net/ethernet/netronome/nfp/nic/main.c |  20 ++++
 3 files changed, 124 insertions(+)

-- 
2.34.1


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

end of thread, other threads:[~2023-03-30 17:30 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-29 14:45 [PATCH net-next 0/2] Small series of enhancements Louis Peens
2023-03-29 14:45 ` [PATCH net-next 1/2] nfp: initialize netdev's dev_port with correct id Louis Peens
2023-03-29 18:49   ` Leon Romanovsky
2023-03-30  1:32     ` Yinjun Zhang
2023-03-29 19:22   ` Jakub Kicinski
2023-03-30  1:40     ` Yinjun Zhang
2023-03-30  2:38       ` Jakub Kicinski
2023-03-30  2:52         ` Yinjun Zhang
2023-03-30  3:10           ` Jakub Kicinski
2023-03-30  3:27             ` Yinjun Zhang
2023-03-30  3:58               ` Jakub Kicinski
2023-03-29 14:45 ` [PATCH net-next 2/2] nfp: separate the port's upper state with lower phy state Louis Peens
2023-03-29 18:52   ` Leon Romanovsky
2023-03-30  1:48     ` Yinjun Zhang
2023-03-29 19:24   ` Jakub Kicinski
2023-03-30  1:56     ` Yinjun Zhang
2023-03-30  2:41       ` Jakub Kicinski
2023-03-30  2:57         ` Yinjun Zhang
2023-03-30  3:12           ` Jakub Kicinski
2023-03-30  3:33             ` Yinjun Zhang
2023-03-30  4:00               ` Jakub Kicinski
2023-03-30  5:55                 ` Yinjun Zhang
2023-03-30 17:30                   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).