commit | 2ce124109c0fe0ea03233ae3625583de1f25e89c | [log] [tgz] |
---|---|---|
author | Petr Machata <petrm@mellanox.com> | Thu Mar 19 15:47:21 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 19 21:09:19 2020 -0700 |
tree | ac920871bd350af54dbe2839e1603acfe4e79290 | |
parent | fe93f0b225ea45fe1fd72c991bd53f9e3d69276d [diff] |
net: tc_skbedit: Make the skbedit priority offloadable The skbedit action "priority" is used for adjusting SKB priority. Allow drivers to offload the action by introducing two new skbedit getters and a new flow action, and initializing appropriately in tc_setup_flow_action(). Signed-off-by: Petr Machata <petrm@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>