[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1572551722-9520-1-git-send-email-lariel@mellanox.com>
Date: Thu, 31 Oct 2019 19:55:31 +0000
From: Ariel Levkovich <lariel@...lanox.com>
To: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
CC: Jiri Pirko <jiri@...lanox.com>,
"stephen@...workplumber.org" <stephen@...workplumber.org>,
Ariel Levkovich <lariel@...lanox.com>
Subject: [PATCH iproute2-next v2 0/3] VGT+ support
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(-)
--
1.8.3.1
Powered by blists - more mailing lists