Comment 2 for bug 1456723

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/235937
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=effc358becfef9ab02b601a168642aa4eb6fef68
Submitter: Jenkins
Branch: master

commit effc358becfef9ab02b601a168642aa4eb6fef68
Author: Michael Polenchuk <email address hidden>
Date: Fri Oct 16 17:09:04 2015 +0300

    Set rings rx/tx to maximum that supports hardware

    All recent versions of the chipset have 4096, but the driver doesn't
    autodetect this. Increasing the number of descriptors can improve
    performance dramatically on some hosts.

    This is also the case with Intel 10GE NICs - the driver defaults to 256
    descriptors each for Rx and Tx, even if the hardware supports 4096.

    Depends-On: Ib70ae937165ddb2968c9e4346434f18778b31714
    Change-Id: I1e5029e793399ff42002f3d203c6ae3bd2608be2
    Closes-Bug: #1456723