OSDN Git Service

Merge branch 'qed-driver-updates'
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Jan 2017 02:02:21 +0000 (21:02 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Jan 2017 02:02:21 +0000 (21:02 -0500)
commit4b64e1a40c095f82ea6fbf4a0c11143532bb85a5
treecf6d7ce153ea58a5eb40b0ce17986ea0fae88b7c
parent6b6bbb5922a4b1d4b58125a572da91010295fba3
parentce742922acdc4219509bf5b57e0a073990abfa28
Merge branch 'qed-driver-updates'

Yuval Mintz says:

====================
qed*: Driver updates

The more interesting changes in this series include:
  - Restructuring of the qede files - qede_main.c has grown big and this
    series splits it into 3 parts [patches #2 and #3].
  - Some significant changes in the API through which RSS indirection
    table gets configured [#8].
  - Support for ndo_set_vf_trust() [#9] which would regulate which VFs
    are allowed to use promisc/multi-promisc mode.

It also contains various minor changes to qed/qede, as well as
non-functional changes [#1, #12] to complement other changes.
====================

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