]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ether/rte_ethdev.h
ethdev: add MAC control forward
[dpdk.git] / lib / librte_ether / rte_ethdev.h
index 0bcfa79fab66f0fbba92f1819791b1b4a3afce0d..56d382600c551759b7bc19a611224e18d41abca7 100644 (file)
@@ -540,6 +540,7 @@ struct rte_eth_fc_conf {
        uint16_t pause_time;  /**< Pause quota in the Pause frame */
        uint16_t send_xon;    /**< Is XON frame need be sent */
        enum rte_eth_fc_mode mode;  /**< Link flow control mode */
+       uint8_t mac_ctrl_frame_fwd; /**< Forward MAC control frames */
 };
 
 /**