mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-25 04:57:29 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user