[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200614111249.6145-1-roid@mellanox.com>
Date: Sun, 14 Jun 2020 14:12:47 +0300
From: Roi Dayan <roid@...lanox.com>
To: netdev@...r.kernel.org
Cc: pablo@...filter.org, davem@...emloft.net,
Jiri Pirko <jiri@...lanox.com>,
Paul Blakey <paulb@...lanox.com>,
Oz Shlomo <ozsh@...lanox.com>,
Marcelo Ricardo Leitner <mleitner@...hat.com>,
Roi Dayan <roid@...lanox.com>, Alaa Hleihel <alaa@...lanox.com>
Subject: [PATCH net 0/2] remove dependency between mlx5, act_ct, nf_flow_table
Hi,
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.
Thanks,
Roi
Alaa Hleihel (2):
net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline
netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inline
include/net/netfilter/nf_flow_table.h | 49 ++++++++++++++++++++++++++++++++---
include/net/tc_act/tc_ct.h | 11 +++++++-
net/netfilter/nf_flow_table_core.c | 45 --------------------------------
net/sched/act_ct.c | 11 --------
4 files changed, 55 insertions(+), 61 deletions(-)
--
2.8.4
Powered by blists - more mailing lists