diff options
author | 2016-08-02 13:45:19 +0300 | |
---|---|---|
committer | 2016-08-03 16:35:11 +0300 | |
commit | 66c49a9d8ee5353dfa60eb90fc93eb4f4abf095e (patch) | |
tree | cb714b8a628afaca0c8558ee9b60394ef8f9c785 /src/dpdk/lib | |
parent | c0b0c84099b91be79bdd7b53f74b2d504b9edd31 (diff) |
IPv6 XL710 stateless support and stateful --rx-check
Diffstat (limited to 'src/dpdk/lib')
-rw-r--r-- | src/dpdk/lib/librte_ether/rte_eth_ctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dpdk/lib/librte_ether/rte_eth_ctrl.h b/src/dpdk/lib/librte_ether/rte_eth_ctrl.h index 96145e86..563e80f8 100644 --- a/src/dpdk/lib/librte_ether/rte_eth_ctrl.h +++ b/src/dpdk/lib/librte_ether/rte_eth_ctrl.h @@ -464,6 +464,8 @@ struct rte_eth_ipv6_flow { uint8_t tc; /**< Traffic class to match. */ uint8_t proto; /**< Protocol, next header to match. */ uint8_t hop_limits; /**< Hop limits to match. */ + // TREX_PATCH (flow_label) + uint32_t flow_label; /**<flow label to match. */ }; /** |