[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230815105246.0a623664@hermes.local>
Date: Tue, 15 Aug 2023 10:52:46 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Jamal Hadi Salim <jhs@...atatu.com>
Cc: jiri@...nulli.us, xiyou.wangcong@...il.com, netdev@...r.kernel.org,
vladbu@...dia.com, mleitner@...hat.com, Victor Nogueira
<victor@...atatu.com>, Pedro Tammela <pctammela@...atatu.com>
Subject: Re: [PATCH RFC net-next 2/3] Expose tc block ports to the datapath
On Tue, 15 Aug 2023 12:25:29 -0400
Jamal Hadi Salim <jhs@...atatu.com> wrote:
> +struct tcf_block *tcf_block_lookup(struct net *net, u32 block_index)
> {
> struct tcf_net *tn = net_generic(net, tcf_net_id);
>
> return idr_find(&tn->idr, block_index);
> }
> +EXPORT_SYMBOL(tcf_block_lookup)
Use EXPORT_SYMBOL_GPL?
Powered by blists - more mailing lists