Re: [dpdk-dev] [PATCH v1 09/12] net/ice: add queue start and stop for DCF

2020-06-09 Thread Yang, Qiming
> -Original Message- > From: Xu, Ting > Sent: Tuesday, June 9, 2020 15:35 > To: Yang, Qiming ; dev@dpdk.org > Cc: Zhang, Qi Z ; Mcnamara, John > ; Kovacevic, Marko > ; Ye, Xiaolong > Subject: RE: [PATCH v1 09/12] net/ice: add queue start and stop for DCF > > Hi, Qiming, > > > -Or

Re: [dpdk-dev] [PATCH v1 09/12] net/ice: add queue start and stop for DCF

2020-06-09 Thread Xu, Ting
Hi, Qiming, > -Original Message- > From: Yang, Qiming > Sent: Monday, June 8, 2020 3:36 PM > To: Xu, Ting ; dev@dpdk.org > Cc: Zhang, Qi Z ; Mcnamara, John > ; Kovacevic, Marko > Subject: RE: [PATCH v1 09/12] net/ice: add queue start and stop for DCF > > > > > -Original Message---

Re: [dpdk-dev] [PATCH v1 09/12] net/ice: add queue start and stop for DCF

2020-06-08 Thread Yang, Qiming
> -Original Message- > From: Xu, Ting > Sent: Saturday, June 6, 2020 04:18 > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Mcnamara, John ; > Kovacevic, Marko > Subject: [PATCH v1 09/12] net/ice: add queue start and stop for DCF > > From: Qi Zhang > > Add queue start and sto

Re: [dpdk-dev] [PATCH v1 09/12] net/ice: add queue start and stop for DCF

2020-06-07 Thread Ye Xiaolong
On 06/05, Ting Xu wrote: >From: Qi Zhang > >Add queue start and stop in DCF. Support queue enable and disable >through virtual channel. Add support for Rx queue mbufs allocation >and queue reset. There is one i40e patch [1] from qiming to correct the queue behavior as "when one queue fails to sta

[dpdk-dev] [PATCH v1 09/12] net/ice: add queue start and stop for DCF

2020-06-05 Thread Ting Xu
From: Qi Zhang Add queue start and stop in DCF. Support queue enable and disable through virtual channel. Add support for Rx queue mbufs allocation and queue reset. Signed-off-by: Qi Zhang --- drivers/net/ice/ice_dcf.c| 57 ++ drivers/net/ice/ice_dcf.h| 3 +- drivers/net