Re: [dpdk-dev] [PATCH v1 08/12] net/ice: add queue config in DCF

2020-06-07 Thread Ye Xiaolong
On 06/05, Ting Xu wrote: >From: Qi Zhang > >Add queues and Rx queue irqs configuration during device start >in DCF. The setup is sent to PF via virtchnl. > >Signed-off-by: Qi Zhang >--- > drivers/net/ice/ice_dcf.c| 109 +++ > drivers/net/ice/ice_dcf.h| 6 +

[dpdk-dev] [PATCH v1 08/12] net/ice: add queue config in DCF

2020-06-05 Thread Ting Xu
From: Qi Zhang Add queues and Rx queue irqs configuration during device start in DCF. The setup is sent to PF via virtchnl. Signed-off-by: Qi Zhang --- drivers/net/ice/ice_dcf.c| 109 +++ drivers/net/ice/ice_dcf.h| 6 ++ drivers/net/ice/ice_dcf_ethdev.