mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-26 04:03:11 +00:00
add Intel 10g VF for AWS, other useful network options
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
32ddaae7a5
commit
3c3a89b8c7
@ -1194,6 +1194,7 @@ CONFIG_DNS_RESOLVER=y
|
|||||||
# CONFIG_BATMAN_ADV is not set
|
# CONFIG_BATMAN_ADV is not set
|
||||||
CONFIG_OPENVSWITCH=y
|
CONFIG_OPENVSWITCH=y
|
||||||
CONFIG_OPENVSWITCH_VXLAN=y
|
CONFIG_OPENVSWITCH_VXLAN=y
|
||||||
|
CONFIG_OPENVSWITCH_GENEVE=y
|
||||||
CONFIG_VSOCKETS=y
|
CONFIG_VSOCKETS=y
|
||||||
CONFIG_VIRTIO_VSOCKETS=y
|
CONFIG_VIRTIO_VSOCKETS=y
|
||||||
CONFIG_VIRTIO_VSOCKETS_COMMON=y
|
CONFIG_VIRTIO_VSOCKETS_COMMON=y
|
||||||
@ -1496,7 +1497,7 @@ CONFIG_MACVLAN=y
|
|||||||
CONFIG_MACVTAP=y
|
CONFIG_MACVTAP=y
|
||||||
CONFIG_IPVLAN=y
|
CONFIG_IPVLAN=y
|
||||||
CONFIG_VXLAN=y
|
CONFIG_VXLAN=y
|
||||||
# CONFIG_GENEVE is not set
|
CONFIG_GENEVE=y
|
||||||
# CONFIG_NETCONSOLE is not set
|
# CONFIG_NETCONSOLE is not set
|
||||||
# CONFIG_NETPOLL is not set
|
# CONFIG_NETPOLL is not set
|
||||||
# CONFIG_NET_POLL_CONTROLLER is not set
|
# CONFIG_NET_POLL_CONTROLLER is not set
|
||||||
@ -1504,7 +1505,7 @@ CONFIG_TUN=y
|
|||||||
# CONFIG_TUN_VNET_CROSS_LE is not set
|
# CONFIG_TUN_VNET_CROSS_LE is not set
|
||||||
CONFIG_VETH=y
|
CONFIG_VETH=y
|
||||||
CONFIG_VIRTIO_NET=y
|
CONFIG_VIRTIO_NET=y
|
||||||
# CONFIG_NLMON is not set
|
CONFIG_NLMON=y
|
||||||
# CONFIG_ARCNET is not set
|
# CONFIG_ARCNET is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1540,7 +1541,19 @@ CONFIG_ETHERNET=y
|
|||||||
# CONFIG_NET_VENDOR_EZCHIP is not set
|
# CONFIG_NET_VENDOR_EZCHIP is not set
|
||||||
# CONFIG_NET_VENDOR_EXAR is not set
|
# CONFIG_NET_VENDOR_EXAR is not set
|
||||||
# CONFIG_NET_VENDOR_HP is not set
|
# CONFIG_NET_VENDOR_HP is not set
|
||||||
# CONFIG_NET_VENDOR_INTEL is not set
|
CONFIG_NET_VENDOR_INTEL=y
|
||||||
|
# CONFIG_E100 is not set
|
||||||
|
# CONFIG_E1000 is not set
|
||||||
|
# CONFIG_E1000E is not set
|
||||||
|
# CONFIG_IGB is not set
|
||||||
|
# CONFIG_IGBVF is not set
|
||||||
|
# CONFIG_IXGB is not set
|
||||||
|
# CONFIG_IXGBE is not set
|
||||||
|
CONFIG_IXGBEVF=y
|
||||||
|
# CONFIG_I40E is not set
|
||||||
|
# CONFIG_I40EVF is not set
|
||||||
|
# CONFIG_FM10K is not set
|
||||||
|
# CONFIG_NET_VENDOR_I825XX is not set
|
||||||
# CONFIG_JME is not set
|
# CONFIG_JME is not set
|
||||||
# CONFIG_NET_VENDOR_MARVELL is not set
|
# CONFIG_NET_VENDOR_MARVELL is not set
|
||||||
# CONFIG_NET_VENDOR_MELLANOX is not set
|
# CONFIG_NET_VENDOR_MELLANOX is not set
|
||||||
@ -1599,7 +1612,7 @@ CONFIG_SLHC=y
|
|||||||
#
|
#
|
||||||
# CONFIG_WAN is not set
|
# CONFIG_WAN is not set
|
||||||
CONFIG_XEN_NETDEV_FRONTEND=y
|
CONFIG_XEN_NETDEV_FRONTEND=y
|
||||||
# CONFIG_VMXNET3 is not set
|
CONFIG_VMXNET3=y
|
||||||
# CONFIG_FUJITSU_ES is not set
|
# CONFIG_FUJITSU_ES is not set
|
||||||
CONFIG_HYPERV_NET=y
|
CONFIG_HYPERV_NET=y
|
||||||
# CONFIG_ISDN is not set
|
# CONFIG_ISDN is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user