Re: [dpdk-dev] [RFC] ethdev: add administrative information in per-port info

2019-03-26 Thread Ferruh Yigit
On 3/26/2019 3:09 PM, Ferruh Yigit wrote: > On 12/12/2017 11:10 AM, olivier.matz at 6wind.com (Olivier MATZ) wrote: >> Hi Andrew, >> >> On Wed, Nov 15, 2017 at 12:09:24PM +0300, Andrew Rybchenko wrote: >>> On 09/08/2017 12:21 PM, Ivan Boule wrote: To help administrative tasks on DPDK ports, ad

Re: [dpdk-dev] [RFC] ethdev: add administrative information in per-port info

2019-03-26 Thread Ferruh Yigit
On 12/12/2017 11:10 AM, olivier.matz at 6wind.com (Olivier MATZ) wrote: > Hi Andrew, > > On Wed, Nov 15, 2017 at 12:09:24PM +0300, Andrew Rybchenko wrote: >> On 09/08/2017 12:21 PM, Ivan Boule wrote: >>> To help administrative tasks on DPDK ports, add in the data structure >>> rte_eth_dev_info the

Re: [dpdk-dev] [RFC] ethdev: add administrative information in per-port info

2017-12-12 Thread Olivier MATZ
Hi Andrew, On Wed, Nov 15, 2017 at 12:09:24PM +0300, Andrew Rybchenko wrote: > On 09/08/2017 12:21 PM, Ivan Boule wrote: > > To help administrative tasks on DPDK ports, add in the data structure > > rte_eth_dev_info the following per-port information to be supplied > > by the dev_infos_get() funct

Re: [dpdk-dev] [RFC] ethdev: add administrative information in per-port info

2017-11-15 Thread Andrew Rybchenko
On 09/08/2017 12:21 PM, Ivan Boule wrote: To help administrative tasks on DPDK ports, add in the data structure rte_eth_dev_info the following per-port information to be supplied by the dev_infos_get() function exported by a Poll Mode Driver: - the set of supported link modes, - the set of adver

[dpdk-dev] [RFC] ethdev: add administrative information in per-port info

2017-09-08 Thread Ivan Boule
To help administrative tasks on DPDK ports, add in the data structure rte_eth_dev_info the following per-port information to be supplied by the dev_infos_get() function exported by a Poll Mode Driver: - the set of supported link modes, - the set of advertised link modes, - the type of port connect