[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200305.151116.1903646395885882747.davem@davemloft.net>
Date: Thu, 05 Mar 2020 15:11:16 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: paulb@...lanox.com
Cc: saeedm@...lanox.com, ozsh@...lanox.com,
jakub.kicinski@...ronome.com, vladbu@...lanox.com,
netdev@...r.kernel.org, jiri@...lanox.com, roid@...lanox.com
Subject: Re: [PATCH net-next ct-offload 02/13] net/sched: act_ct:
Instantiate flow table entry actions
From: Paul Blakey <paulb@...lanox.com>
Date: Thu, 5 Mar 2020 17:34:17 +0200
> diff --git a/net/sched/act_ct.c b/net/sched/act_ct.c
> index 23eba61..0773456 100644
> --- a/net/sched/act_ct.c
> +++ b/net/sched/act_ct.c
> @@ -55,7 +55,199 @@ struct tcf_ct_flow_table {
> .automatic_shrinking = true,
> };
>
> +static inline struct flow_action_entry *
> +tcf_ct_flow_table_flow_action_get_next(struct flow_action *flow_action)
Please don't use inline in foo.c files.
Thank you.
Powered by blists - more mailing lists