[dpdk-dev] [PATCH v3 1/5] ethdev: add vmdq rx mode

2014-11-08 Thread Ouyang, Changchun
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, November 6, 2014 9:56 PM > To: Ouyang, Changchun > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 1/5] ethdev: add vmdq rx mode > > 2014-10-31

[dpdk-dev] [PATCH v3 1/5] ethdev: add vmdq rx mode

2014-11-06 Thread Thomas Monjalon
2014-10-31 13:19, Ouyang Changchun: > --- a/lib/librte_ether/rte_ethdev.h > +++ b/lib/librte_ether/rte_ethdev.h > @@ -577,6 +577,7 @@ struct rte_eth_vmdq_rx_conf { > uint8_t default_pool; /**< The default pool, if applicable */ > uint8_t enable_loop_back; /**< Enable VT loop back */ >

[dpdk-dev] [PATCH v3 1/5] ethdev: add vmdq rx mode

2014-10-31 Thread Ouyang Changchun
Add vmdq rx mode field into rx config struct. Signed-off-by: Changchun Ouyang --- lib/librte_ether/rte_ethdev.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index 8bf274d..c1413d2 100644 --- a/lib/librte_ether/rte_ethdev.h +++