]> Git Repo - linux.git/commit
net/mlx5_core: Introduce flow steering autogrouped flow table
authorMaor Gottlieb <[email protected]>
Mon, 11 Jan 2016 08:25:57 +0000 (10:25 +0200)
committerDavid S. Miller <[email protected]>
Mon, 11 Jan 2016 22:48:52 +0000 (17:48 -0500)
commitf0d22d1874730530a2ac304fd0888cb8a6864527
treeeb6cbc01671d019638ac125a2bfb4953131b1877
parent23c09c2640c1cb9cba919cf4f181ae99a46d53bc
net/mlx5_core: Introduce flow steering autogrouped flow table

When user add rule to autogrouped flow table, we search
for flow group with the same match criteria, if we don't
find such group then we create new flow group with the
required match criteria and insert the rule to this group.

We divide the flow table into required_groups + 1,
in order to reserve a part of the flow table for rules
which don't match any existing group.

Signed-off-by: Maor Gottlieb <[email protected]>
Signed-off-by: Moni Shoua <[email protected]>
Signed-off-by: Matan Barak <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
drivers/net/ethernet/mellanox/mlx5/core/fs_core.h
include/linux/mlx5/fs.h
This page took 0.067742 seconds and 4 git commands to generate.