diff options
author | Don Skidmore <donald.c.skidmore@intel.com> | 2008-12-21 23:10:29 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-21 23:10:29 -0500 |
commit | f4314e815e87b4ab1c9b1115dd5853cd20ca999c (patch) | |
tree | 4a8784070f58420814528ca0abd5cf3e12753ce5 /include/linux | |
parent | 1486a61ebcd2711532f8163d30babc40e11e7b40 (diff) |
net: add DCNA attribute to the BCN interface for DCB
Adds the Backward Congestion Notification Address (BCNA) attribute to the
Backward Congestion Notification (BCN) interface for Data Center Bridging
(DCB), which was missing. Receive the BCNA attribute in the ixgbe driver.
The BCNA attribute is for a switch to inform the endstation about the physical
port identification in order to support BCN on aggregated links.
Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Eric W Multanen <eric.w.multanen@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/dcbnl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dcbnl.h b/include/linux/dcbnl.h index e73a61449ad6..b0ef274e0031 100644 --- a/include/linux/dcbnl.h +++ b/include/linux/dcbnl.h | |||
@@ -305,6 +305,8 @@ enum dcbnl_bcn_attrs{ | |||
305 | DCB_BCN_ATTR_RP_7, | 305 | DCB_BCN_ATTR_RP_7, |
306 | DCB_BCN_ATTR_RP_ALL, | 306 | DCB_BCN_ATTR_RP_ALL, |
307 | 307 | ||
308 | DCB_BCN_ATTR_BCNA_0, | ||
309 | DCB_BCN_ATTR_BCNA_1, | ||
308 | DCB_BCN_ATTR_ALPHA, | 310 | DCB_BCN_ATTR_ALPHA, |
309 | DCB_BCN_ATTR_BETA, | 311 | DCB_BCN_ATTR_BETA, |
310 | DCB_BCN_ATTR_GD, | 312 | DCB_BCN_ATTR_GD, |