summaryrefslogtreecommitdiffstats
path: root/src/dpdk_lib18/librte_ether
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2015-12-07 06:48:43 +0200
committerIdo Barnea <ibarnea@cisco.com>2015-12-07 06:48:43 +0200
commit6506ccf2406d21d95ac446c833c5b54e13e1bab8 (patch)
tree8a77fd45b00e75ebbdb2eba8458579f5bd10258d /src/dpdk_lib18/librte_ether
parent8db819d562378367d3338974dbd5c92956c3f05c (diff)
Make ICMP filter for 40G work
Diffstat (limited to 'src/dpdk_lib18/librte_ether')
-rwxr-xr-xsrc/dpdk_lib18/librte_ether/rte_eth_ctrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dpdk_lib18/librte_ether/rte_eth_ctrl.h b/src/dpdk_lib18/librte_ether/rte_eth_ctrl.h
index 642adb76..d9cdb379 100755
--- a/src/dpdk_lib18/librte_ether/rte_eth_ctrl.h
+++ b/src/dpdk_lib18/librte_ether/rte_eth_ctrl.h
@@ -202,6 +202,7 @@ enum rte_eth_flow_type {
struct rte_eth_ipv4_flow {
uint32_t src_ip; /**< IPv4 source address to match. */
uint32_t dst_ip; /**< IPv4 destination address to match. */
+ uint8_t l4_proto; /* IPv4 protocol to match */
};
/**