Small patchset with fixes after inspecting the librte_net. I copied sta...@dpdk.org in the 2nd patch for information only.
Changelog since v1: - added missing update on release notes, -- David Marchand David Marchand (4): doc: add note on prefixing ESP tail structure net: add missing rte prefix on PPPoE defines net: add rte prefix to MPLS structure net: hide internal CRC defines doc/guides/rel_notes/release_19_11.rst | 6 ++++++ lib/librte_net/rte_ether.h | 4 ++-- lib/librte_net/rte_mpls.h | 2 +- lib/librte_net/rte_net.c | 4 ++-- lib/librte_net/rte_net_crc.c | 6 ++++++ lib/librte_net/rte_net_crc.h | 6 ------ lib/librte_pipeline/rte_table_action.c | 4 ++-- 7 files changed, 19 insertions(+), 13 deletions(-) -- 1.8.3.1