diff options
| author | David S. Miller <davem@davemloft.net> | 2017-04-24 12:20:05 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2017-04-24 12:20:05 -0400 |
| commit | 970cf1d2a6c89e9fe8d94b118a76d071de7e543a (patch) | |
| tree | 899010ff8cdf4aa65c0a1d3166878fa09fab6beb /include/linux | |
| parent | 9b5381637e2baecf14433452d349ca44db72e9e5 (diff) | |
| parent | 49632b5822ea2af0e9531f8d20dcd5fb786093a9 (diff) | |
Merge branch 'qed-dcb-enhancements'
Sudarsana Reddy Kalluru says:
====================
qed*: Dcbx/dcbnl enhancements.
The series has set of enhancements for dcbx/dcbnl implementation of
qed/qede drivers.
- Patches (1) & (3) capture the sematic and debug changes.
- Patch (2) adds the driver support for populating RoCEv2 dcb data.
- Patch (4) adds the required support for reading/configuring the
IEEE selection field (SF).
- Patch (5) adds the support for configuring the static dcbx mode.
Please consider applying this to 'net-next' branch.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/qed/qed_if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/qed/qed_if.h b/include/linux/qed/qed_if.h index d44933a058ee..9f966be89510 100644 --- a/include/linux/qed/qed_if.h +++ b/include/linux/qed/qed_if.h @@ -144,6 +144,7 @@ struct qed_dcbx_operational_params { bool enabled; bool ieee; bool cee; + bool local; u32 err; }; |
