Skip to content

Instantly share code, notes, and snippets.

@jdamick
Last active June 29, 2017 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdamick/206408cd5941c50f90b2012783ac57f7 to your computer and use it in GitHub Desktop.
Save jdamick/206408cd5941c50f90b2012783ac57f7 to your computer and use it in GitHub Desktop.
sudo lshw -C network
modinfo ena
sysctl net.core.somaxconn=1024
sysctl net.core.netdev_max_backlog=2000
apt-get install -y linux-generic-hwe-16.04
@jdamick
Copy link
Author

jdamick commented Jun 29, 2017

modinfo ena
filename: /lib/modules/4.4.0-1020-aws/kernel/drivers/net/ethernet/amazon/ena/ena.ko
version: 1.1.2
license: GPL
description: Elastic Network Adapter (ENA)
author: Amazon.com, Inc. or its affiliates
srcversion: 53573A34DAA90B1BD1A0994
alias: pci:v00001D0Fd0000EC21svsdbcsci*
alias: pci:v00001D0Fd0000EC20svsdbcsci*
alias: pci:v00001D0Fd00001EC2svsdbcsci*
alias: pci:v00001D0Fd00000EC2svsdbcsci*
depends:
intree: Y
vermagic: 4.4.0-1020-aws SMP mod_unload modversions
parm: debug:Debug level (0=none,...,16=all) (int)

@jdamick
Copy link
Author

jdamick commented Jun 29, 2017

filename: /lib/modules/4.8.0-58-generic/kernel/drivers/net/ethernet/amazon/ena/ena.ko
version: 1.1.2
license: GPL
description: Elastic Network Adapter (ENA)
author: Amazon.com, Inc. or its affiliates
srcversion: 53573A34DAA90B1BD1A0994
alias: pci:v00001D0Fd0000EC21svsdbcsci*
alias: pci:v00001D0Fd0000EC20svsdbcsci*
alias: pci:v00001D0Fd00001EC2svsdbcsci*
alias: pci:v00001D0Fd00000EC2svsdbcsci*
depends:
intree: Y
vermagic: 4.8.0-58-generic SMP mod_unload modversions
parm: debug:Debug level (0=none,...,16=all) (int)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment