Re: [dpdk-dev] [RFC PATCH 1/4] ethdev: rename Rx and Tx configuration structs

2017-08-23 Thread Thomas Monjalon
07/08/2017 12:54, Shahaf Shuler: > Rename the structs rte_eth_txconf and rte_eth_rxconf to > rte_eth_txq_conf and rte_eth_rxq_conf respectively as those > structs represent per queue configuration. > > Signed-off-by: Shahaf Shuler Acked-by: Thomas Monjalon

[dpdk-dev] [RFC PATCH 1/4] ethdev: rename Rx and Tx configuration structs

2017-08-07 Thread Shahaf Shuler
Rename the structs rte_eth_txconf and rte_eth_rxconf to rte_eth_txq_conf and rte_eth_rxq_conf respectively as those structs represent per queue configuration. Signed-off-by: Shahaf Shuler --- lib/librte_ether/rte_ethdev.c | 4 ++-- lib/librte_ether/rte_ethdev.h | 24 +--- 2