[dpdk-dev] [PATCH] Missing use of macro rte_eth_dev_is_valid_port()

2015-03-05 Thread Thomas Monjalon
> > Signed-off-by: Keith Wiles > > Acked-by: John McNamara Some checks with rte_eth_dev_is_valid_port() were missed when merging hotplug and callbacks features. Fixes: c282abd2a6cd ("ethdev: remove assumption that port will not be detached") Applied, thanks

[dpdk-dev] [PATCH] Missing use of macro rte_eth_dev_is_valid_port()

2015-03-05 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Keith Wiles > Sent: Thursday, February 26, 2015 2:01 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] Missing use of macro rte_eth_dev_is_valid_port() > > Signed-off-by: Keith W

[dpdk-dev] [PATCH] Missing use of macro rte_eth_dev_is_valid_port()

2015-02-26 Thread Keith Wiles
Signed-off-by: Keith Wiles --- lib/librte_ether/rte_ethdev.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c index bb94ccb..6fd89d7 100644 --- a/lib/librte_ether/rte_ethdev.c +++ b/lib/librte_ether/rte_ethde