mbox series

[iproute2-next,0/4] Implement new netlink attribute for devlink-port function in iproute2

Message ID 20221211115849.510284-1-shayd@nvidia.com (mailing list archive)
Headers show
Series Implement new netlink attribute for devlink-port function in iproute2 | expand

Message

Shay Drori Dec. 11, 2022, 11:58 a.m. UTC
Patch implementing new netlink attribute for devlink-port function got
merged to net-next.
https://lore.kernel.org/netdev/20221206185119.380138-1-shayd@nvidia.com/

Now there is a need to support these new attribute in the userspace
tool. Implement roce and migratable port function attributes in devlink
userspace tool. Update documentation.

Shay Drory (4):
  devlink: Add uapi changes for roce and migratable port function attrs
  devlink: Support setting port function roce cap
  devlink: Support setting port function migratable cap
  devlink: Add documentation for roce and migratable port function
    attributes

 devlink/devlink.c            | 51 ++++++++++++++++++++++++++++++++++--
 include/uapi/linux/devlink.h | 13 +++++++++
 man/man8/devlink-port.8      | 24 +++++++++++++++++
 3 files changed, 86 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 14, 2022, 4:10 p.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Sun, 11 Dec 2022 13:58:45 +0200 you wrote:
> Patch implementing new netlink attribute for devlink-port function got
> merged to net-next.
> https://lore.kernel.org/netdev/20221206185119.380138-1-shayd@nvidia.com/
> 
> Now there is a need to support these new attribute in the userspace
> tool. Implement roce and migratable port function attributes in devlink
> userspace tool. Update documentation.
> 
> [...]

Here is the summary with links:
  - [iproute2-next,1/4] devlink: Add uapi changes for roce and migratable port function attrs
    (no matching commit)
  - [iproute2-next,2/4] devlink: Support setting port function roce cap
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=bb2eea918be7
  - [iproute2-next,3/4] devlink: Support setting port function migratable cap
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=32168d8a8894
  - [iproute2-next,4/4] devlink: Add documentation for roce and migratable port function attributes
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=fe036c3666a5

You are awesome, thank you!