Re: [dpdk-dev] [PATCH] doc: announce ethdev port freeing on close operation

2020-08-05 Thread Thomas Monjalon
05/08/2020 12:33, Andrew Rybchenko: > On 8/4/20 8:34 PM, Ajit Khaparde wrote: > > On Tue, Aug 4, 2020 at 2:29 AM Hemant Agrawal > > wrote: > > > >>> On Tue, Aug 4, 2020 at 2:50 PM Thomas Monjalon > >>> wrote: > > Since DPDK 18.11, some drivers are migrating to a new behaviour, > r

Re: [dpdk-dev] [PATCH] doc: announce ethdev port freeing on close operation

2020-08-05 Thread Andrew Rybchenko
On 8/4/20 8:34 PM, Ajit Khaparde wrote: > On Tue, Aug 4, 2020 at 2:29 AM Hemant Agrawal > wrote: > >>> On Tue, Aug 4, 2020 at 2:50 PM Thomas Monjalon >>> wrote: Since DPDK 18.11, some drivers are migrating to a new behaviour, releasing port resources on close. The temporary f

Re: [dpdk-dev] [PATCH] doc: announce ethdev port freeing on close operation

2020-08-04 Thread Ajit Khaparde
On Tue, Aug 4, 2020 at 2:29 AM Hemant Agrawal wrote: > > On Tue, Aug 4, 2020 at 2:50 PM Thomas Monjalon > > wrote: > > > > > > Since DPDK 18.11, some drivers are migrating to a new behaviour, > > > releasing port resources on close. > > > The temporary flag RTE_ETH_DEV_CLOSE_REMOVE triggers this

Re: [dpdk-dev] [PATCH] doc: announce ethdev port freeing on close operation

2020-08-04 Thread Hemant Agrawal
> On Tue, Aug 4, 2020 at 2:50 PM Thomas Monjalon > wrote: > > > > Since DPDK 18.11, some drivers are migrating to a new behaviour, > > releasing port resources on close. > > The temporary flag RTE_ETH_DEV_CLOSE_REMOVE triggers this new mode > in > > the migrated drivers. > > After 2 years, the fla

Re: [dpdk-dev] [PATCH] doc: announce ethdev port freeing on close operation

2020-08-04 Thread Jerin Jacob
On Tue, Aug 4, 2020 at 2:50 PM Thomas Monjalon wrote: > > Since DPDK 18.11, some drivers are migrating to a new behaviour, > releasing port resources on close. > The temporary flag RTE_ETH_DEV_CLOSE_REMOVE triggers this new mode > in the migrated drivers. > After 2 years, the flag and the old beha

[dpdk-dev] [PATCH] doc: announce ethdev port freeing on close operation

2020-08-04 Thread Thomas Monjalon
Since DPDK 18.11, some drivers are migrating to a new behaviour, releasing port resources on close. The temporary flag RTE_ETH_DEV_CLOSE_REMOVE triggers this new mode in the migrated drivers. After 2 years, the flag and the old behaviour will be removed. Last drivers not migrated will have to compl