> -----Original Message----- > From: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> > Sent: Monday, October 3, 2022 22:03 > 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 08/14] net/idpf: add support for basic Rx/Tx > datapath > > On 9/5/22 13:58, Junfeng Guo wrote: > > Add basic RX & TX support in split queue mode and single queue mode. > > RX -> Rx, TX -> Tx > > > Split queue mode is selected by default. > > What is split queue mode? Where is it defined/described? > > The patch is very big again. Please, start from really basic Rx > and Tx functionality and then add offloads one by one. > Otherwise it is really hard to review everything at once.
Sure, will split the basic Rx/Tx and the offloads, and also add doc to describe the queue modes. Thanks!