commit | 622190669403fb7a7557a8b618e57c0a3f703056 | [log] [tgz] |
---|---|---|
author | Ajit Khaparde <ajit.khaparde@broadcom.com> | Wed Feb 10 22:45:53 2016 +0530 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 11 03:46:59 2016 -0500 |
tree | efabe5c966f4c3d0af139f89170fd6f6384aa38a | |
parent | aaa5672052cb0f18a5ab0ab19e9ef71c50e018a8 [diff] |
be2net: Request RSS capability of Rx interface depending on number of Rx rings Currently we request RSS capability even if a single Rx ring is created. As a result in few cases we unnecessarily consume an RSS capable interface which is a limited resource in the chip. This patch enables RSS on an interface only if more than one Rx ring is created. Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>