Merge "[FUP] Update sriov_pf.yaml samle with ethtool_opt" into stable/queens

This commit is contained in:
Zuul 2019-06-14 18:59:14 +00:00 committed by Gerrit Code Review
commit 1e3432166b
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"name": "p2p1",
"numvfs": 10,
"use_dhcp": false,
"promisc": true
"promisc": true,
"ethtool_opts": "speed 1000 duplex full"
},
{
"type": "sriov_pf",

View File

@ -14,6 +14,8 @@ network_config:
# Allow all the traffic received. It might be needed when one of its VF
# is attached to a ovs bridge. Default: true
promisc: true
# Set ethtool options (optional)
ethtool_opts: "speed 1000 duplex full"
-
type: sriov_pf