Re: [dpdk-dev] [PATCH v4] mbuf: extend pktmbuf pool private structure

2019-11-25 Thread Thomas Monjalon
25/11/2019 11:27, Olivier Matz: > On Mon, Nov 25, 2019 at 10:21:32AM +, Shahaf Shuler wrote: > > With the API and ABI freeze ahead, it will be good to reserve > > some bits on the private structure for future use. > > > > Otherwise we will potentially need to maintain two different > > private

Re: [dpdk-dev] [PATCH v4] mbuf: extend pktmbuf pool private structure

2019-11-25 Thread Olivier Matz
On Mon, Nov 25, 2019 at 10:21:32AM +, Shahaf Shuler wrote: > With the API and ABI freeze ahead, it will be good to reserve > some bits on the private structure for future use. > > Otherwise we will potentially need to maintain two different > private structure during 2020 period. > > There is

[dpdk-dev] [PATCH v4] mbuf: extend pktmbuf pool private structure

2019-11-25 Thread Shahaf Shuler
With the API and ABI freeze ahead, it will be good to reserve some bits on the private structure for future use. Otherwise we will potentially need to maintain two different private structure during 2020 period. There is already one use case for those reserved bits[1] The reserved field should b