All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2-next 0/4] devlink: Support get,set mac address of a port function
@ 2020-06-23 10:44 Parav Pandit
  2020-06-23 10:44 ` [PATCH iproute2-next 1/4] Update kernel headers Parav Pandit
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Parav Pandit @ 2020-06-23 10:44 UTC (permalink / raw)
  To: netdev; +Cc: stephen, jiri, dsahern, Parav Pandit

Currently ip link set dev <pfndev> vf <vf_num> <param> <value> has
few below limitations.

1. Command is limited to set VF parameters only.
It cannot set the default MAC address for the PCI PF.

2. It can be set only on system where PCI SR-IOV is supported.
In smartnic based system, eswitch of a NIC resides on a different
embedded cpu which has the VF and PF representors for the SR-IOV
support on a host system in which this smartnic is plugged-in.

3. It cannot setup the function attributes of sub-function described
in detail in comprehensive RFC [1] and [2].

This series covers the first small part to let user query and set MAC
address (hardware address) of a PCI PF/VF which is represented by
devlink port.

Patch summary:
Patch-1 Sync kernel header
Patch-2 Move devlink port code at start to reuse
Patch-3 Extends port dump command to query additional port function
attribute(s)
Patch-4 Enables user to set port function hardware address

[1] https://lore.kernel.org/netdev/20200519092258.GF4655@nanopsycho/
[2] https://marc.info/?l=linux-netdev&m=158555928517777&w=2

Parav Pandit (4):
  Update kernel headers
  devlink: Move devlink port code at start to reuse
  devlink: Support querying hardware address of port function
  devlink: Support setting port function hardware address

 devlink/devlink.c            | 378 ++++++++++++++++++++++++-----------
 include/uapi/linux/devlink.h |  12 ++
 2 files changed, 269 insertions(+), 121 deletions(-)

-- 
2.25.4


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

end of thread, other threads:[~2020-07-05 14:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-23 10:44 [PATCH iproute2-next 0/4] devlink: Support get,set mac address of a port function Parav Pandit
2020-06-23 10:44 ` [PATCH iproute2-next 1/4] Update kernel headers Parav Pandit
2020-06-23 10:44 ` [PATCH iproute2-next 2/4] devlink: Move devlink port code at start to reuse Parav Pandit
2020-06-23 10:44 ` [PATCH iproute2-next 3/4] devlink: Support querying hardware address of port function Parav Pandit
2020-06-23 10:44 ` [PATCH iproute2-next 4/4] devlink: Support setting port function hardware address Parav Pandit
2020-06-26  5:13 ` [PATCH iproute2-next 0/4] devlink: Support get,set mac address of a port function Parav Pandit
2020-07-05 14:56 ` David Ahern

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.