Re: [dpdk-dev] [RFC 8/9] net/avf: enable ops to check queue info and status

2017-11-22 Thread Wu, Jingjing
> -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, November 22, 2017 8:09 AM > To: Wu, Jingjing ; dev@dpdk.org > Cc: Lu, Wenzhuo ; Olivier MATZ > > Subject: Re: [dpdk-dev] [RFC 8/9] net/avf: enable ops to check queue info and > status > > On 1

Re: [dpdk-dev] [RFC 8/9] net/avf: enable ops to check queue info and status

2017-11-21 Thread Ferruh Yigit
On 10/20/2017 1:26 AM, Jingjing Wu wrote: > - rxq_info_get > - txq_info_get > - rx_queue_count > - rx_descriptor_done > - rx_descriptor_status > - tx_descriptor_status + some documentation. <...> > @@ -28,8 +28,8 @@ > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE U

[dpdk-dev] [RFC 8/9] net/avf: enable ops to check queue info and status

2017-10-20 Thread Jingjing Wu
- rxq_info_get - txq_info_get - rx_queue_count - rx_descriptor_done - rx_descriptor_status - tx_descriptor_status Signed-off-by: Jingjing Wu --- doc/guides/nics/intel_vf.rst | 16 - drivers/net/avf/avf_ethdev.c | 8 +++ drivers/net/avf/avf_rxtx.c | 145