]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'be2net-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2014 23:38:23 +0000 (16:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2014 23:38:23 +0000 (16:38 -0700)
commit835f883c50db60602f608a01c7809e31520c356d
treeeaea281954703e6980729feeab4d7667070c4c86
parente1195f91e33c22d01d7151c7efd1822ca2f5a933
parentcd14cdee8be8e8b00ac299ce5c6e5cc2a904ab5d
Merge branch 'be2net-next'

Sathya Perla says:

====================
be2net: patch set

Patches 1 to 6 address issues with return values of some ndo/ethtool
driver methods. In error scenarios, either an inappropriate error or
a +ve return value (where the stack expects a -ve value) was being returned.

Patch 7 updates description strings for certain UE bits.

Patch 8 cleans up (reduces) argument passing for a few routines in be_cmds.c.

Patch 9 removes some unused code (unused definitions.)

Patch 10 updates NULL check in the driver to a consistent "if (!foo)" style.

Patchs 11 to 13 fix a few minor issues with the earlier patch be90c78
("create optimal number of queues on SR-IOV config"):
- patch 11 fixes BEx_get_resources() code to use be_max_vfs() macro
- patch 12 skips SR-IOV config code for BE2 that doesn't support SRIOV
- patch 13 uses adapter->flags to track SRIOV enabled state

Patch 14 updates the driver version.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>