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

2019-11-23 Thread Shahaf Shuler
Thursday, November 21, 2019 4:32 PM, Olivier Matz: > Subject: Re: [PATCH v2] mbuf: extend pktmbuf pool private structure > > On Thu, Nov 21, 2019 at 12:28:18PM +, Shahaf Shuler wrote: [...[ > > > > Sorry I missed the last version in my previous mail. > > I think in examples/ntb/ntb_fwd.c:n

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

2019-11-21 Thread Olivier Matz
On Thu, Nov 21, 2019 at 12:28:18PM +, 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 v2] mbuf: extend pktmbuf pool private structure

2019-11-21 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