Re: [dpdk-dev] [RFC 19.11 v2 0/3] Hide DPDK internal struct from public API

2019-09-06 Thread Bruce Richardson
On Fri, Sep 06, 2019 at 03:18:10PM +0200, Marcin Zapolski wrote: > Several DPDK internal structures are exposed to direct access by user > applications. This patch removes them from public API, and makes core DPDK > functions that use them non-inline. > > v2: > This patch set no longer makes inter

[dpdk-dev] [RFC 19.11 v2 0/3] Hide DPDK internal struct from public API

2019-09-06 Thread Marcin Zapolski
Several DPDK internal structures are exposed to direct access by user applications. This patch removes them from public API, and makes core DPDK functions that use them non-inline. v2: This patch set no longer makes internal DPDK functions non-inline. Instead it splits the rte_eth_dev structure to