[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1572463033-26368-1-git-send-email-lariel@mellanox.com>
Date: Wed, 30 Oct 2019 19:17:30 +0000
From: Ariel Levkovich <lariel@...lanox.com>
To: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
CC: Jiri Pirko <jiri@...lanox.com>,
Ariel Levkovich <lariel@...lanox.com>
Subject: [PATCH 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.
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(-)
--
1.8.3.1
Powered by blists - more mailing lists