From: Intel Date: Fri, 8 Nov 2013 02:00:00 +0000 (+0100) Subject: ethdev: add MAC control forward X-Git-Tag: spdx-start~11079 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ff4a42ca644b15cabad30cb517dd01176e0ac754;p=dpdk.git ethdev: add MAC control forward Signed-off-by: Intel --- diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index 0bcfa79fab..56d382600c 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h @@ -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 */ }; /**