aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2022-08-24 13:19:39 +0100
committerDavid S. Miller <davem@davemloft.net>2022-08-24 13:19:39 +0100
commit1cd5ea448fe2b3284767aa5ab8e01e8836798e63 (patch)
tree381ec99b29602a90a1e2ad93d5ec2a359e0ebf3a /drivers/net/ethernet/realtek
parentmicrel: ksz8851: fixes struct pointer issue (diff)
parentnet/mlx5: TC, Add support for SF tunnel offload (diff)
downloadlinux-dev-1cd5ea448fe2b3284767aa5ab8e01e8836798e63.tar.xz
linux-dev-1cd5ea448fe2b3284767aa5ab8e01e8836798e63.zip
Merge tag 'mlx5-updates-2022-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
mlx5-updates-2022-08-22 Roi Dayan Says: =============== Add support for SF tunnel offload Mlx5 driver only supports VF tunnel offload. To add support for SF tunnel offload the driver needs to: 1. Add send-to-vport metadata matching rules like done for VFs. 2. Set an indirect table for SF vport, same as VF vport. info smaller sub functions for better maintainability. rules from esw init phase to representor load phase. SFs could be created after esw initialized and thus the send-to-vport meta rules would not be created for those SFs. By moving the creation of the rules to representor load phase we ensure creating the rules also for SFs created later. =============== Lama Kayal Says: ================ Make flow steering API loosely coupled from mlx5e_priv, in a manner to introduce more readable and maintainable modules. Make TC's private, let mlx5e_flow_steering struct be dynamically allocated, and introduce its API to maintain the code via setters and getters instead of publicly exposing it. Introduce flow steering debug macros to provide an elegant finish to the decoupled flow steering API, where errors related to flow steering shall be reported via them. All flow steering related files will drop any coupling to mlx5e_priv, instead they will get the relevant members as input. Among these, fs_tt_redirect, fs_tc, and arfs. ================
Diffstat (limited to 'drivers/net/ethernet/realtek')
0 files changed, 0 insertions, 0 deletions