Git Product home page Git Product logo

chef-ixgbevf's Introduction

ixgbevf-cookbook

This cookbook will use dkms to install an updated version of the ixgbevf kernel module. Most linux distributions are still distributing version 2.12 with their kernels. For AWS the minimum recommended version is 2.14.2. Having this version is necessary to ensure that "Enhanced Networking" can be activated on the instance types that support it (C3/4, D2, I2, M4, R3)

This driver may also be useful for other virtualized environments

For more info on the application to EC2 instance types, see: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking.html

Additionally this cookbook will be disable by default Predictable Network Interface Names.

Prior works this is based on: https://gist.github.com/CBarraford/8850424 https://gist.github.com/vdm/6af55e1a568de0b61882 https://github.com/jhohertz/buri/blob/develop/playbooks/roles/base_buri/tasks/update-ixgbevf.yml

Supported Platforms

Tested on:

  • Centos 6.7, 7.1
  • Ubuntu 14.04
  • Debian 8.1

Attributes

Key Type Description Default
['ixgbevf']['version'] String Version of exgbevf to install 2.16.1
['ixgbevf']['package'] String Package file name ixgbevf-2.16.1.tar.gz
['ixgbevf']['package_url'] String URL for package file download. (Yes, there is a space in the upstream URL) http://sourceforge.net/projects/e1000/files/ixgbevf stable/2.16.1/ixgbevf-2.16.1.tar.gz
['ixgbevf']['dir'] String Directory for the driver sources. (Changing this a bad idea, will confuse DKMS) /usr/src/ixgbevf-2.16.1
['ixgbevf']['module_flags'] String Parameters for the kernel module InterruptThrottleRate=1,1,1,1,1,1,1,1
['ixgbevf']['disable_ifnames'] String If true, will disable predictable network interface names on platforms it is enabled. true

Usage

This recipe is intented to be incorporated into a base cookbook or as a part of your build's run list.

It is recommended to invoke this cookbook PRIOR to running package updates, so that is is applied to a currently running kernel. Afterwards, run the upgrades, and DKMS should ensure the driver carries over to the new kernel.

ixgbevf::default

Include ixgbevf in your node's run_list:

{
  "run_list": [
    "recipe[ixgbevf::default]"
  ]
}

License and Authors

Author:: Joe Hohertz ([email protected])

chef-ixgbevf's People

Contributors

jhohertz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.