X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fixgbe%2Fbase%2Fixgbe_dcb.c;h=41469c10db5cb7620e600daac0c8120b318b733e;hb=8716f9942a408a79a114ac0496e4e7d55bc9944c;hp=53def2146e95c519bac7603841e9f6669048880b;hpb=e071d4af8f2918df9542592acc877d75d40c783a;p=dpdk.git diff --git a/drivers/net/ixgbe/base/ixgbe_dcb.c b/drivers/net/ixgbe/base/ixgbe_dcb.c index 53def2146e..41469c10db 100644 --- a/drivers/net/ixgbe/base/ixgbe_dcb.c +++ b/drivers/net/ixgbe/base/ixgbe_dcb.c @@ -270,11 +270,11 @@ void ixgbe_dcb_unpack_map_cee(struct ixgbe_dcb_config *cfg, int direction, * The following rules are checked: * 1. The sum of bandwidth percentages of all Bandwidth Groups must total 100%. * 2. The sum of bandwidth percentages of all Traffic Classes within a Bandwidth - * Group must total 100. + * Group must total 100. * 3. A Traffic Class should not be set to both Link Strict Priority - * and Group Strict Priority. + * and Group Strict Priority. * 4. Link strict Bandwidth Groups can only have link strict traffic classes - * with zero bandwidth. + * with zero bandwidth. */ s32 ixgbe_dcb_check_config_cee(struct ixgbe_dcb_config *dcb_config) {