]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'remove-dependency-between-mlx5-act_ct-nf_flow_table'
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Jun 2020 01:06:52 +0000 (18:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Jun 2020 01:06:52 +0000 (18:06 -0700)
commit8e8163b4b12b9637a58b2f35aafc0b0fdb77f96f
tree83edf88c9562b88d04a4954215ad54b52e32609d
parent02936a55c01e03264cc0b8f64bf1fee5e8075f50
parentd6b283b855285e550983053f8e8839bd1db5c12b
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>