Re: [dpdk-dev] [PATCH 0/2] LPM changes

2020-10-19 Thread Kevin Traynor
On 15/09/2020 15:41, David Marchand wrote: > On Mon, Sep 7, 2020 at 10:15 AM Ruifeng Wang wrote: >> >> The rte_lpm structure is exported because lookup API is inlined. >> But most of the structure can be hidden. >> Discussion at: http://patches.dpdk.org/patch/72403/ >> This patch set aimed to hide

Re: [dpdk-dev] [PATCH 0/2] LPM changes

2020-09-15 Thread David Marchand
On Mon, Sep 7, 2020 at 10:15 AM Ruifeng Wang wrote: > > The rte_lpm structure is exported because lookup API is inlined. > But most of the structure can be hidden. > Discussion at: http://patches.dpdk.org/patch/72403/ > This patch set aimed to hide the rte_lpm structure as much as possible. > > A