diff options
author | José Pekkarinen <jose.pekkarinen@nokia.com> | 2015-11-24 09:24:14 +0200 |
---|---|---|
committer | José Pekkarinen <jose.pekkarinen@nokia.com> | 2015-12-02 10:03:19 +0200 |
commit | 0a077e22696f1cee241ef9991f337f04253884a3 (patch) | |
tree | cda696d960731af9e88375931a204e6fc04302c9 /kernel/arch | |
parent | cc62f651747d5844cc12d33fb3620a7d05bae7dc (diff) |
Add virtual functions support to ixgbe and i40e.
Change-Id: Iecc8205f443e2e47fc955c80bf6f0aa55db75447
Signed-off-by: José Pekkarinen <jose.pekkarinen@nokia.com>
Diffstat (limited to 'kernel/arch')
-rw-r--r-- | kernel/arch/x86/configs/opnfv.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/x86/configs/opnfv.config b/kernel/arch/x86/configs/opnfv.config index c73eaf29c..d6e595e1d 100644 --- a/kernel/arch/x86/configs/opnfv.config +++ b/kernel/arch/x86/configs/opnfv.config @@ -1457,7 +1457,7 @@ CONFIG_IXGBE_VXLAN=y CONFIG_IXGBEVF=y CONFIG_I40E=y CONFIG_I40E_VXLAN=y -# CONFIG_I40EVF is not set +CONFIG_I40EVF=y # CONFIG_FM10K is not set CONFIG_NET_VENDOR_I825XX=y # CONFIG_IP1000 is not set |