Re: [dpdk-dev] [PATCH v8 1/2] ethdev: add an API to get device configuration info

2021-09-08 Thread Ferruh Yigit
On 8/27/2021 9:17 AM, Jie Wang wrote: > This patch adds a new API "rte_eth_dev_conf_info_get()" to help users get > device configuration info. > > Signed-off-by: Jie Wang > --- > lib/ethdev/rte_ethdev.c | 28 > lib/ethdev/rte_ethdev.h | 21 + > li

[dpdk-dev] [PATCH v8 1/2] ethdev: add an API to get device configuration info

2021-08-27 Thread Jie Wang
This patch adds a new API "rte_eth_dev_conf_info_get()" to help users get device configuration info. Signed-off-by: Jie Wang --- lib/ethdev/rte_ethdev.c | 28 lib/ethdev/rte_ethdev.h | 21 + lib/ethdev/version.map | 3 +++ 3 files changed, 52 in