Re: [dpdk-dev] [PATCH v2 1/2] doc: announce rte_dev_probe() API change

2020-08-04 Thread Jerin Jacob
On Tue, Aug 4, 2020 at 1:42 PM David Marchand wrote: > > On Thu, Jun 25, 2020 at 10:04 AM Maxime Coquelin > wrote: > > > > In order to simplify the use of rte_dev_probe() and > > rte_dev_remove() by applications, rte_dev_probe() will > > return a reference on the rte_device stating DPDK v20.11. >

Re: [dpdk-dev] [PATCH v2 1/2] doc: announce rte_dev_probe() API change

2020-08-04 Thread David Marchand
On Thu, Jun 25, 2020 at 10:04 AM Maxime Coquelin wrote: > > In order to simplify the use of rte_dev_probe() and > rte_dev_remove() by applications, rte_dev_probe() will > return a reference on the rte_device stating DPDK v20.11. > > Signed-off-by: Maxime Coquelin Acked-by: David Marchand --

Re: [dpdk-dev] [PATCH v2 1/2] doc: announce rte_dev_probe() API change

2020-07-31 Thread Maxime Coquelin
On 7/31/20 11:44 AM, Gaëtan Rivet wrote: > On 31/07/20 10:26 +0100, Bruce Richardson wrote: >> On Thu, Jun 25, 2020 at 10:04:29AM +0200, Maxime Coquelin wrote: >>> In order to simplify the use of rte_dev_probe() and >>> rte_dev_remove() by applications, rte_dev_probe() will >>> return a referenc

Re: [dpdk-dev] [PATCH v2 1/2] doc: announce rte_dev_probe() API change

2020-07-31 Thread Gaëtan Rivet
On 31/07/20 10:26 +0100, Bruce Richardson wrote: > On Thu, Jun 25, 2020 at 10:04:29AM +0200, Maxime Coquelin wrote: > > In order to simplify the use of rte_dev_probe() and > > rte_dev_remove() by applications, rte_dev_probe() will > > return a reference on the rte_device stating DPDK v20.11. > > >

Re: [dpdk-dev] [PATCH v2 1/2] doc: announce rte_dev_probe() API change

2020-07-31 Thread Bruce Richardson
On Thu, Jun 25, 2020 at 10:04:29AM +0200, Maxime Coquelin wrote: > In order to simplify the use of rte_dev_probe() and > rte_dev_remove() by applications, rte_dev_probe() will > return a reference on the rte_device stating DPDK v20.11. > > Signed-off-by: Maxime Coquelin > --- Acked-by: Bruce Rich

Re: [dpdk-dev] [PATCH v2 1/2] doc: announce rte_dev_probe() API change

2020-07-31 Thread Maxime Coquelin
Hi Thomas, Davis, On 6/25/20 10:04 AM, Maxime Coquelin wrote: > In order to simplify the use of rte_dev_probe() and > rte_dev_remove() by applications, rte_dev_probe() will > return a reference on the rte_device stating DPDK v20.11. > > Signed-off-by: Maxime Coquelin > --- > doc/guides/rel_note

[dpdk-dev] [PATCH v2 1/2] doc: announce rte_dev_probe() API change

2020-06-25 Thread Maxime Coquelin
In order to simplify the use of rte_dev_probe() and rte_dev_remove() by applications, rte_dev_probe() will return a reference on the rte_device stating DPDK v20.11. Signed-off-by: Maxime Coquelin --- doc/guides/rel_notes/deprecation.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/do