diff options
author | Sathya Perla <sathya.perla@broadcom.com> | 2016-06-22 08:54:54 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-27 04:06:24 -0400 |
commit | e261768e9e395b3bd71946104afd5550f77d049b (patch) | |
tree | 665899898508d2e1b58506dec9c96db7eaf6b5c5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ce7faf0a071b6d05f55d8b7b36fd796cab527427 (diff) | |
download | linux-e261768e9e395b3bd71946104afd5550f77d049b.tar.gz linux-e261768e9e395b3bd71946104afd5550f77d049b.tar.bz2 linux-e261768e9e395b3bd71946104afd5550f77d049b.zip |
be2net: support asymmetric rx/tx queue counts
be2net so far supported creation of RX/TX queues only in pairs.
On configs where rx and tx queue counts are different, creation of only
the lesser number of queues has been supported.
This patch now allows a combination of RX/TX-only channels along with
combined channels. N TX-queues and M RX-queues can be created with the
following cmds:
ethtool -L ethX combined N rx M-N (when N < M)
ethtool -L ethX combined M tx N-M (when M < N)
Setting both RX-only and TX-only channels is still not supported.
It is mandatory to create atleast one combined channel.
Signed-off-by: Sathya Perla <sathya.perla@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions