[dpdk-dev] [PATCH V2] i40evf: add ops for rx queue and tx queue

2016-05-04 Thread Bruce Richardson
On Thu, Apr 28, 2016 at 04:57:51AM +, Wu, Jingjing wrote: > > > > -Original Message- > > From: Xing, Beilei > > Sent: Thursday, April 28, 2016 11:18 AM > > To: Wu, Jingjing > > Cc: dev at dpdk.org; Xing, Beilei > > Subject: [PATCH V2] i40evf: add ops for rx queue and tx queue > > > >

[dpdk-dev] [PATCH V2] i40evf: add ops for rx queue and tx queue

2016-04-28 Thread Beilei Xing
Add 3 vf ops: rx_queue_count, rxq_info_get and txq_info_get. They can reuse corresponding pf APIs. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev_vf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/i40e/i40e_ethdev_vf.c b/drivers/net/i40e/i40e_ethdev_vf.c index

[dpdk-dev] [PATCH V2] i40evf: add ops for rx queue and tx queue

2016-04-28 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Thursday, April 28, 2016 11:18 AM > To: Wu, Jingjing > Cc: dev at dpdk.org; Xing, Beilei > Subject: [PATCH V2] i40evf: add ops for rx queue and tx queue > > Add 3 vf ops: rx_queue_count, rxq_info_get and txq_info_get. They can > reuse cor