[dpdk-dev] [PATCH 01/11] eth: move queue check for rx_queue_count

2015-08-03 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen Hemminger > Sent: Friday, July 24, 2015 10:06 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 01/11] eth: move queue check for rx_queue_count > > All implemenations of r

[dpdk-dev] [PATCH 01/11] eth: move queue check for rx_queue_count

2015-07-26 Thread Thomas Monjalon
2015-07-24 10:06, Stephen Hemminger: > --- a/lib/librte_ether/rte_ethdev.c > +++ b/lib/librte_ether/rte_ethdev.c > @@ -122,6 +122,7 @@ > } \ > } while (0) > > + checkpatch would warn about this whitespace change > static const char *

[dpdk-dev] [PATCH 01/11] eth: move queue check for rx_queue_count

2015-07-24 Thread Stephen Hemminger
All implemenations of rx_queue_count need to check for queue_id being valid, therefore move the test to common code. Also, add missing queue validation for rx_descriptor_done Signed-off-by: Stephen Hemminger --- drivers/net/e1000/em_rxtx.c| 5 - drivers/net/e1000/igb_rxtx.c | 5 -