commit | 4cd016ca2e3e880157070b78380199cc0c0a6226 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Jun 15 18:06:52 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 15 18:06:52 2020 -0700 |
tree | 83edf88c9562b88d04a4954215ad54b52e32609d | |
parent | c92cbaea3cc0a80807e386922f801eb6d3652c81 [diff] | |
parent | 505ee3a1cab96785fbc2c7cdb41ab677ec270c3c [diff] |
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 <davem@davemloft.net>