> -----Original Message----- > From: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> > Sent: Monday, October 3, 2022 21:48 > To: Guo, Junfeng <junfeng....@intel.com>; Zhang, Qi Z > <qi.z.zh...@intel.com>; Wu, Jingjing <jingjing...@intel.com>; Xing, > Beilei <beilei.x...@intel.com> > Cc: dev@dpdk.org; Wang, Xiao W <xiao.w.w...@intel.com>; Li, Xiaoyun > <xiaoyun...@intel.com> > Subject: Re: [PATCH v2 04/14] net/idpf: add support for queue operations > > On 9/5/22 13:58, Junfeng Guo wrote: > > Add support for queue operations: > > - rx_queue_start > > - rx_queue_stop > > - tx_queue_start > > - tx_queue_stop > > - rx_queue_setup > > - rx_queue_release > > - tx_queue_setup > > - tx_queue_release > > The patch is huge. Please, factor out deferred queues > start/stop (may be even separate for Rx and Tx) into > separate patch.
Okay... Will try to do this. Thanks!