mbox series

[v3,0/2] LPM changes

Message ID 20201023093818.6030-1-david.marchand@redhat.com (mailing list archive)
Headers
Series LPM changes |

Message

David Marchand Oct. 23, 2020, 9:38 a.m. UTC
  From Ruifeng Wang:

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 data free issue was identified and fixed.

Changelog since v2:
- hid now internal structures,
- changed code so that everything is done on internal representation of
  the lpm object and translation only happens at public API boundaries,
  

Comments

David Marchand Oct. 26, 2020, 8:26 a.m. UTC | #1
On Fri, Oct 23, 2020 at 11:39 AM David Marchand
<david.marchand@redhat.com> wrote:
>
> From Ruifeng Wang:
>
> 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 data free issue was identified and fixed.

Series applied.
Thanks Ruifeng.