On 3/29/2019 2:05 AM, Ye Xiaolong wrote:
>> <...>
>>
>>> +static void
>>> +eth_dev_info(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)
>>> +{
>>> +   struct pmd_internals *internals = dev->data->dev_private;
>>> +
>>> +   dev_info->if_index = internals->if_index;
>>> +   dev_info->max_mac_addrs = 1;
>>> +   dev_info->max_rx_pktlen = ETH_FRAME_LEN;
>>> +   dev_info->max_rx_queues = 1;
>>> +   dev_info->max_tx_queues = 1;
>> What do you think documenting the only single queue supported limitation?
> I've mentioned the single queue limitation in af_xdp.rst, or you mean we also
> need to comment it here?
> 

I missed it in af_xdp.rst, if documented there I think it is OK.

Reply via email to