netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] VGT+ support
@ 2019-10-30 19:17 Ariel Levkovich
  2019-10-30 19:17 ` [PATCH 1/3] ip: Allow query link with extended vf properties Ariel Levkovich
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ariel Levkovich @ 2019-10-30 19:17 UTC (permalink / raw)
  To: netdev@vger.kernel.org; +Cc: Jiri Pirko, Ariel Levkovich

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-10-31 14:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-30 19:17 [PATCH 0/3] VGT+ support Ariel Levkovich
2019-10-30 19:17 ` [PATCH 1/3] ip: Allow query link with extended vf properties Ariel Levkovich
2019-10-30 19:17 ` [PATCH 3/3] ip: Add SR-IOV VF VGT+ support Ariel Levkovich
2019-10-30 19:17 ` [PATCH 2/3] ip: Present the VF VLAN tagging mode Ariel Levkovich
2019-10-30 23:29   ` Stephen Hemminger
2019-10-31 14:50     ` Ariel Levkovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).