net/ixgbe: fix flow control mode setting
[dpdk.git] / drivers / net / ixgbe / ixgbe_ethdev.h
index 5089347..b8df756 100644 (file)
@@ -511,6 +511,7 @@ struct ixgbe_adapter {
         * mailbox status) link status.
         */
        uint8_t pflink_fullchk;
+       uint8_t mac_ctrl_frame_fwd;
        rte_atomic32_t link_thread_running;
        pthread_t link_thread_tid;
 };