Comment 12 for bug 1274676

Revision history for this message
Robert C Jennings (rcj) wrote :

Solution: For SR-IOV in an EC2 environment with a 12.04 image, the most recent hardware enablement kernel should be used. As of today, that kernel is linux-image-generic-lts-saucy, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack for updates.

Once the kernel is installed (sudo apt-get install linux-image-generic-lts-saucy) the EC2 instance must be stopped, modified to enable SR-IOV ('ec2-modify-instance-attributes <instance> --sriov simple') and restarted.

Closed as "Won't fix" given this solution.