Re: [dpdk-dev] [PATCH v2] ethdev: fix naming for device capability

2018-04-25 Thread Ferruh Yigit
On 4/25/2018 9:39 AM, Qi Zhang wrote: > Rename all device capabilities to start with RTE_ETH_DEV_CAPA. > > Fixes: 8719ad91e5772 ("ethdev: support runtime queue setup") > > Signed-off-by: Qi Zhang Squashed into relevant commit in next-net, thanks.

[dpdk-dev] [PATCH v2] ethdev: fix naming for device capability

2018-04-25 Thread Qi Zhang
Rename all device capabilities to start with RTE_ETH_DEV_CAPA. Fixes: 8719ad91e5772 ("ethdev: support runtime queue setup") Signed-off-by: Qi Zhang --- v2: - fix fix line doc/guides/nics/features.rst | 4 ++-- drivers/net/i40e/i40e_ethdev.c | 4 ++-- lib/librte_ether/rte_ethdev.c | 4 ++--