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

2016-04-26 Thread Wu, Jingjing
On 4/23/2016 7:29 PM, Xing, Beilei wrote: > Add 3 vf ops: rx_queue_count, rxq_info_get and > txq_info_get. They can reuse corresponding pv APIs. a typo here? pv -> pf ? > > Signed-off-by: Beilei Xing > --- > drivers/net/i40e/i40e_ethdev_vf.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff

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

2016-04-26 Thread Wu, Jingjing
On 4/23/2016 7:29 PM, Xing, Beilei wrote: > Add 3 vf ops: rx_queue_count, rxq_info_get and > txq_info_get. They can reuse corresponding pv APIs. > > Signed-off-by: Beilei Xing > --- > drivers/net/i40e/i40e_ethdev_vf.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/net/i40

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

2016-04-23 Thread Beilei Xing
Add 3 vf ops: rx_queue_count, rxq_info_get and txq_info_get. They can reuse corresponding pv 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