mbox

[v3,0/2] LPM changes

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

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,