> -----Original Message----- > From: Andrew Rybchenko <[email protected]> > Sent: Monday, October 3, 2022 21:48 > To: Guo, Junfeng <[email protected]>; Zhang, Qi Z > <[email protected]>; Wu, Jingjing <[email protected]>; Xing, > Beilei <[email protected]> > Cc: [email protected]; Wang, Xiao W <[email protected]>; Li, Xiaoyun > <[email protected]> > 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!

