diff options
author | Ido Barnea <ibarnea@cisco.com> | 2015-12-07 06:48:43 +0200 |
---|---|---|
committer | Ido Barnea <ibarnea@cisco.com> | 2015-12-07 06:48:43 +0200 |
commit | 6506ccf2406d21d95ac446c833c5b54e13e1bab8 (patch) | |
tree | 8a77fd45b00e75ebbdb2eba8458579f5bd10258d /src/dpdk_lib18/librte_ether | |
parent | 8db819d562378367d3338974dbd5c92956c3f05c (diff) |
Make ICMP filter for 40G work
Diffstat (limited to 'src/dpdk_lib18/librte_ether')
-rwxr-xr-x | src/dpdk_lib18/librte_ether/rte_eth_ctrl.h | 1 |
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 */ }; /** |