ethdev: queue start and stop
authorOuyang Changchun <changchun.ouyang@intel.com>
Wed, 28 May 2014 08:06:36 +0000 (16:06 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 28 May 2014 14:00:55 +0000 (16:00 +0200)
commit0748be2cf9a216fb8cd529b17fa9128839d6c025
tree04d24f341883e15d02f9fa57690243baa7357bfb
parentf79959ea1504c9467dbd84605300e14ebbded936
ethdev: queue start and stop

This patch adds API to support queue start and stop functionality for RX/TX.
It allows RX and TX queue is started or stopped one by one, instead of starting
and stopping all of them at the same time.

Signed-off-by: Ouyang Changchun <changchun.ouyang@intel.com>
Tested-by: Waterman Cao <waterman.cao@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/linuxapp/eal/eal_memory.c
lib/librte_ether/rte_ethdev.c
lib/librte_ether/rte_ethdev.h