ixgbe/base: fix flow control comment
[dpdk.git] / lib / librte_pmd_ixgbe / ixgbe / ixgbe_common.c
index 1f609b9..e017822 100644 (file)
@@ -213,10 +213,7 @@ STATIC s32 ixgbe_setup_fc(struct ixgbe_hw *hw)
 
        DEBUGFUNC("ixgbe_setup_fc");
 
-       /*
-        * Validate the requested mode.  Strict IEEE mode does not allow
-        * ixgbe_fc_rx_pause because it will cause us to fail at UNH.
-        */
+       /* Validate the requested mode */
        if (hw->fc.strict_ieee && hw->fc.requested_mode == ixgbe_fc_rx_pause) {
                ERROR_REPORT1(IXGBE_ERROR_UNSUPPORTED,
                           "ixgbe_fc_rx_pause not valid in strict IEEE mode\n");