Add support for AWS ENA network driver

This is a new PV style high performance network driver, added to
4.9 kernel, supporting 20Gb, see
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking.html

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-04-03 11:11:45 +01:00
parent 695e86e181
commit 7cb524029c
2 changed files with 3 additions and 3 deletions

View File

@ -26,12 +26,12 @@ DEPS=Dockerfile.4.4 Makefile kernel_config kernel_config.debug kernel_config.4.4
else
ifeq ($(KERNEL),v4.10)
KERNEL_VERSION=4.10.8
IMAGE_VERSION=$(KERNEL_VERSION)-0
IMAGE_VERSION=$(KERNEL_VERSION)-1
IMAGE_MAJOR_VERSION=4.10.x
DEPS=Dockerfile.4.10 Makefile kernel_config kernel_config.debug patches-4.10
else
KERNEL_VERSION=4.9.20
IMAGE_VERSION=$(KERNEL_VERSION)-0
IMAGE_VERSION=$(KERNEL_VERSION)-1
IMAGE_MAJOR_VERSION=4.9.x
DEPS=Dockerfile Makefile kernel_config kernel_config.debug patches-4.9
endif

View File

@ -1741,7 +1741,7 @@ CONFIG_MDIO=y
# CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_ALTERA_TSE is not set
CONFIG_NET_VENDOR_AMAZON=y
# CONFIG_ENA_ETHERNET is not set
CONFIG_ENA_ETHERNET=y
# CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_VENDOR_ARC is not set
# CONFIG_NET_VENDOR_ATHEROS is not set