Add NIC Switchdev feature

Switchdev enables offloading rules from the datapath directly to
the NIC.
Libvirt support quering the NIC for Switchdev capability:
https://www.redhat.com/archives/libvir-list/2017-September/msg00482.html
More information regarding Switchdev can be found here:
https://review.openstack.org/#/c/435954/11

Change-Id: I4220e795d744fbf76ce9f2deeceaa6ad3b9494ce
This commit is contained in:
Edan David 2017-10-02 03:32:48 -04:00
parent 7d771c5b91
commit 827f267b1e
1 changed files with 1 additions and 0 deletions

View File

@ -36,4 +36,5 @@ TRAITS = [
'RX', # RX checksumming
'TX', # RX checksumming
'SG', # scatter-gather
'SWITCHDEV', # Offload datapath rules
]