[dpdk-dev] [PATCH] ethdev: fix macro VALID_PORTID_OR_ERR_RTE
2015-07-15 13:22, Liang-Min Larry Wang: > fix return value, using the macro input instead of -EINVAL. > > Signed-off-by: Liang-Min Larry Wang Applied, thanks
[dpdk-dev] [PATCH] ethdev: fix macro VALID_PORTID_OR_ERR_RTE
fix return value, using the macro input instead of -EINVAL. Signed-off-by: Liang-Min Larry Wang --- lib/librte_ether/rte_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c index ddf3658..a957d9a 100644 --- a/