On 1/5/2018 8:47 PM, Stephen Hemminger wrote:
> On Fri, 5 Jan 2018 18:38:55 +0100
> Thomas Monjalon wrote:
>
>> There are 3 kind of link data in ethdev:
>> - capabilities (rte_eth_dev_info)
>> - configuration (rte_eth_conf)
>> - status (rte_eth_link)
>>
>> A bit-field is used for
08/01/2018 13:31, Ferruh Yigit:
> On 1/5/2018 5:38 PM, Thomas Monjalon wrote:
> > There are 3 kind of link data in ethdev:
> > - capabilities (rte_eth_dev_info)
> > - configuration (rte_eth_conf)
> > - status (rte_eth_link)
> >
> > A bit-field is used for capabilities (rte_eth_dev_info
On 1/5/2018 5:38 PM, Thomas Monjalon wrote:
> There are 3 kind of link data in ethdev:
> - capabilities (rte_eth_dev_info)
> - configuration (rte_eth_conf)
> - status (rte_eth_link)
>
> A bit-field is used for capabilities (rte_eth_dev_info.speed_capa) and
> configuration (rte_et
On Fri, 5 Jan 2018 18:38:55 +0100
Thomas Monjalon wrote:
> There are 3 kind of link data in ethdev:
> - capabilities (rte_eth_dev_info)
> - configuration (rte_eth_conf)
> - status (rte_eth_link)
>
> A bit-field is used for capabilities (rte_eth_dev_info.speed_capa) and
> confi
There are 3 kind of link data in ethdev:
- capabilities (rte_eth_dev_info)
- configuration (rte_eth_conf)
- status (rte_eth_link)
A bit-field is used for capabilities (rte_eth_dev_info.speed_capa) and
configuration (rte_eth_conf.link_speeds).
Bits are defined in ETH_LINK_SP
5 matches
Mail list logo