aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/rdma/ib_user_verbs.h
diff options
context:
space:
mode:
authorMaor Gottlieb <maorg@mellanox.com>2016-08-30 16:58:33 +0300
committerDoug Ledford <dledford@redhat.com>2016-10-07 16:54:18 -0400
commit989a3a8f91ba02f71b84ecde3b948388d8bf2200 (patch)
tree70d32760b6a8054d060b039b6eb34a77a5ec92c1 /include/uapi/rdma/ib_user_verbs.h
parentIB/uverbs: Add support to extend flow steering specifications (diff)
downloadlinux-dev-989a3a8f91ba02f71b84ecde3b948388d8bf2200.tar.xz
linux-dev-989a3a8f91ba02f71b84ecde3b948388d8bf2200.zip
IB/uverbs: Add more fields to IPv4 flow specification
Add the following fields to IPv4 flow filter specification: 1. Type of Service 2. Time to Live 3. Flags 4. Protocol Signed-off-by: Maor Gottlieb <maorg@mellanox.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to '')
-rw-r--r--include/uapi/rdma/ib_user_verbs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/rdma/ib_user_verbs.h b/include/uapi/rdma/ib_user_verbs.h
index a9ebb477dc77..804f086835c6 100644
--- a/include/uapi/rdma/ib_user_verbs.h
+++ b/include/uapi/rdma/ib_user_verbs.h
@@ -848,6 +848,10 @@ struct ib_uverbs_flow_spec_eth {
struct ib_uverbs_flow_ipv4_filter {
__be32 src_ip;
__be32 dst_ip;
+ __u8 proto;
+ __u8 tos;
+ __u8 ttl;
+ __u8 flags;
};
struct ib_uverbs_flow_spec_ipv4 {