Re: [dpdk-dev] [PATCH] doc: announce API change for ethdev port info

2018-02-13 Thread Olivier Matz
On Mon, Oct 16, 2017 at 04:27:47PM +0200, Ivan Boule wrote: > To help administrative tasks on ports, new per-port information need > to be added into the data structure rte_eth_dev_info supplied by the > dev_infos_get() function exported by a Poll Mode Driver. > > See http://dpdk.org/ml/archives/d

Re: [dpdk-dev] [PATCH] doc: announce API change for ethdev port info

2017-11-15 Thread Thomas Monjalon
15/11/2017 09:13, Olivier MATZ: > On Wed, Nov 15, 2017 at 12:50:55AM +0100, Thomas Monjalon wrote: > > 16/10/2017 16:27, Ivan Boule: > > > To help administrative tasks on ports, new per-port information need > > > to be added into the data structure rte_eth_dev_info supplied by the > > > dev_infos_

Re: [dpdk-dev] [PATCH] doc: announce API change for ethdev port info

2017-11-15 Thread Olivier MATZ
On Wed, Nov 15, 2017 at 12:50:55AM +0100, Thomas Monjalon wrote: > 16/10/2017 16:27, Ivan Boule: > > To help administrative tasks on ports, new per-port information need > > to be added into the data structure rte_eth_dev_info supplied by the > > dev_infos_get() function exported by a Poll Mode Dri

Re: [dpdk-dev] [PATCH] doc: announce API change for ethdev port info

2017-11-14 Thread Thomas Monjalon
16/10/2017 16:27, Ivan Boule: > To help administrative tasks on ports, new per-port information need > to be added into the data structure rte_eth_dev_info supplied by the > dev_infos_get() function exported by a Poll Mode Driver. > > See http://dpdk.org/ml/archives/dev/2017-September/074885.html

[dpdk-dev] [PATCH] doc: announce API change for ethdev port info

2017-10-16 Thread Ivan Boule
To help administrative tasks on ports, new per-port information need to be added into the data structure rte_eth_dev_info supplied by the dev_infos_get() function exported by a Poll Mode Driver. See http://dpdk.org/ml/archives/dev/2017-September/074885.html for details. Signed-off-by: Ivan Boule