mbox series

[iproute2-next,v2,0/3] VGT+ support

Message ID 1572551722-9520-1-git-send-email-lariel@mellanox.com
Headers show
Series VGT+ support | expand

Message

Ariel Levkovich Oct. 31, 2019, 7:55 p.m. UTC
The following series introduces VGT+ support for SRIOV vf
devices.

VGT+ is an extention of the VGT (Virtual Guest Tagging)
where the guest is in charge of vlan tagging the packets
only with VGT+ the admin can limit the allowed vlan ids
the guest can use to a specific vlan trunk list.

The patches provide the API for admin users to set and
query these vlan trunk lists on the vfs using ip link
command.

changes from v1 to v2:
- Use a string array to translate vlan mode enum to string

Ariel Levkovich (3):
  ip: Allow query link with extended vf properties
  ip: Present the VF VLAN tagging mode
  ip: Add SR-IOV VF VGT+ support

 include/uapi/linux/if_link.h   | 34 +++++++++++++++++
 include/uapi/linux/rtnetlink.h |  1 +
 ip/ip_common.h                 |  2 +-
 ip/ipaddress.c                 | 86 +++++++++++++++++++++++++++++++++++++++++-
 ip/iplink.c                    | 52 ++++++++++++++++++++++++-
 man/man8/ip-link.8.in          | 30 ++++++++++++++-
 6 files changed, 198 insertions(+), 7 deletions(-)