Re: [PATCH net 1/2] net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline

2020-06-15 Thread Marcelo Ricardo Leitner
On Sun, Jun 14, 2020 at 02:12:48PM +0300, Roi Dayan wrote: > From: Alaa Hleihel > > Currently, tcf_ct_flow_table_restore_skb is exported by act_ct > module, therefore modules using it will have hard-dependency > on act_ct and will require loading it all the time. > > This can lead to an unnecess

[PATCH net 1/2] net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline

2020-06-14 Thread Roi Dayan
From: Alaa Hleihel Currently, tcf_ct_flow_table_restore_skb is exported by act_ct module, therefore modules using it will have hard-dependency on act_ct and will require loading it all the time. This can lead to an unnecessary overhead on systems that do not use hardware connection tracking acti