mbox series

[0/3] VGT+ support

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

Message

Ariel Levkovich Oct. 30, 2019, 7:17 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.

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                 | 89 +++++++++++++++++++++++++++++++++++++++++-
 ip/iplink.c                    | 52 +++++++++++++++++++++++-
 man/man8/ip-link.8.in          | 30 +++++++++++++-
 6 files changed, 201 insertions(+), 7 deletions(-)