Re: [dpdk-dev] [RFC 0/7] hide eth dev related structures

2021-09-28 Thread Ananyev, Konstantin
> On Wed, Sep 22, 2021 at 8:38 PM Ananyev, Konstantin > wrote: > > > > > > > > Hi Jerin, > > > > > > > > > > NOTE: This is just an RFC to start further discussion and collect > > > > > > the feedback. > > > > > > Due to significant amount of work, changes required are applied > > > > > > only t

Re: [dpdk-dev] [RFC 0/7] hide eth dev related structures

2021-09-27 Thread Jerin Jacob
On Wed, Sep 22, 2021 at 8:38 PM Ananyev, Konstantin wrote: > > > > > Hi Jerin, > > > > > > > > NOTE: This is just an RFC to start further discussion and collect the > > > > > feedback. > > > > > Due to significant amount of work, changes required are applied only > > > > > to two > > > > > PMDs

Re: [dpdk-dev] [RFC 0/7] hide eth dev related structures

2021-09-22 Thread Ananyev, Konstantin
> > Hi Jerin, > > > > > > NOTE: This is just an RFC to start further discussion and collect the > > > > feedback. > > > > Due to significant amount of work, changes required are applied only to > > > > two > > > > PMDs so far: net/i40e and net/ice. > > > > So to build it you'll need to add: > >

Re: [dpdk-dev] [RFC 0/7] hide eth dev related structures

2021-09-15 Thread Jerin Jacob
On Tue, Sep 14, 2021 at 7:03 PM Ananyev, Konstantin wrote: > > > Hi Jerin, > > > > NOTE: This is just an RFC to start further discussion and collect the > > > feedback. > > > Due to significant amount of work, changes required are applied only to > > > two > > > PMDs so far: net/i40e and net/ice

Re: [dpdk-dev] [RFC 0/7] hide eth dev related structures

2021-09-14 Thread Ananyev, Konstantin
Hi Jerin, > > NOTE: This is just an RFC to start further discussion and collect the > > feedback. > > Due to significant amount of work, changes required are applied only to two > > PMDs so far: net/i40e and net/ice. > > So to build it you'll need to add: > > -Denable_drivers='common/*,mempool/*

Re: [dpdk-dev] [RFC 0/7] hide eth dev related structures

2021-09-06 Thread Ferruh Yigit
On 8/26/2021 1:37 PM, Jerin Jacob wrote: > On Fri, Aug 20, 2021 at 9:59 PM Konstantin Ananyev > wrote: >> >> NOTE: This is just an RFC to start further discussion and collect the >> feedback. >> Due to significant amount of work, changes required are applied only to two >> PMDs so far: net/i40e a

Re: [dpdk-dev] [RFC 0/7] hide eth dev related structures

2021-08-26 Thread Jerin Jacob
On Fri, Aug 20, 2021 at 9:59 PM Konstantin Ananyev wrote: > > NOTE: This is just an RFC to start further discussion and collect the > feedback. > Due to significant amount of work, changes required are applied only to two > PMDs so far: net/i40e and net/ice. > So to build it you'll need to add: >