summaryrefslogtreecommitdiffstats
path: root/src/dpdk/lib/librte_ether/rte_ethdev.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2017-02-05 16:16:22 +0200
committerIdo Barnea <ibarnea@cisco.com>2017-02-13 12:32:25 +0200
commit3c0de05a5d1951fab4067040be8192f0ee27d9b7 (patch)
tree3526f80435bac330f70537999f9eafb715a00917 /src/dpdk/lib/librte_ether/rte_ethdev.h
parent9ca4a157305e4e23a892ba9bafc9eee0f66954ce (diff)
Our patches to dpdk1702 - not including mlx changes
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'src/dpdk/lib/librte_ether/rte_ethdev.h')
-rw-r--r--src/dpdk/lib/librte_ether/rte_ethdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dpdk/lib/librte_ether/rte_ethdev.h b/src/dpdk/lib/librte_ether/rte_ethdev.h
index c17bbda8..ce8d805c 100644
--- a/src/dpdk/lib/librte_ether/rte_ethdev.h
+++ b/src/dpdk/lib/librte_ether/rte_ethdev.h
@@ -797,6 +797,8 @@ struct rte_fdir_conf {
struct rte_eth_fdir_masks mask;
struct rte_eth_fdir_flex_conf flex_conf;
/**< Flex payload configuration. */
+ // TREX_PATCH
+ uint8_t flexbytes_offset;
};
/**