summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/device.h
diff options
context:
space:
mode:
authorMaor Gottlieb2016-01-11 09:26:04 +0100
committerDavid S. Miller2016-01-11 23:48:53 +0100
commit4cbdd30ed5c8bc5cf40813b025b4fb57b376a592 (patch)
tree361753a5341684d8ce0480b8df210b58dce55e3b /include/linux/mlx5/device.h
parentnet/mlx5_core: Initialize namespaces only when supported by device (diff)
downloadkernel-qcow2-linux-4cbdd30ed5c8bc5cf40813b025b4fb57b376a592.tar.gz
kernel-qcow2-linux-4cbdd30ed5c8bc5cf40813b025b4fb57b376a592.tar.xz
kernel-qcow2-linux-4cbdd30ed5c8bc5cf40813b025b4fb57b376a592.zip
net/mlx5_core: Enable flow steering support for the IB driver
When the driver is loaded, we create flow steering namespace for kernel bypass with nine priorities and another namespace for leftovers(in order to catch packets that weren't matched). Verbs applications will use these priorities. we found nine as a number that balances the requirements from the user and retains performance. The bypass namespace is used by verbs applications that want to bypass the kernel networking stack. The leftovers namespace is used by verbs applications and the sniffer in order to catch packets that weren't handled by any preceding rules. Signed-off-by: Maor Gottlieb <maorg@mellanox.com> Signed-off-by: Moni Shoua <monis@mellanox.com> Signed-off-by: Matan Barak <matanb@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mlx5/device.h')
-rw-r--r--include/linux/mlx5/device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h
index df2f79ef3cac..7be845e30689 100644
--- a/include/linux/mlx5/device.h
+++ b/include/linux/mlx5/device.h
@@ -1258,4 +1258,6 @@ static inline u16 mlx5_to_sw_pkey_sz(int pkey_sz)
return MLX5_MIN_PKEY_TABLE_SIZE << pkey_sz;
}
+#define MLX5_BY_PASS_NUM_PRIOS 9
+
#endif /* MLX5_DEVICE_H */