From: David S. Miller Date: Tue, 16 Jun 2020 01:06:52 +0000 (-0700) Subject: Merge branch 'remove-dependency-between-mlx5-act_ct-nf_flow_table' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4cd016ca2e3e880157070b78380199cc0c0a6226;p=linux.git Merge branch 'remove-dependency-between-mlx5-act_ct-nf_flow_table' Roi Dayan says: ==================== remove dependency between mlx5, act_ct, nf_flow_table Some exported functions from act_ct and nf_flow_table being used in mlx5_core. This leads that mlx5 module always require act_ct and nf_flow_table modules. Those small exported functions can be moved to the header files to avoid this module dependency. ==================== Signed-off-by: David S. Miller --- 4cd016ca2e3e880157070b78380199cc0c0a6226