Hi Chenbo, Thanks for your efforts.
> -----Original Message----- > From: Xia, Chenbo <[email protected]> > Sent: Monday, October 17, 2022 2:26 PM > To: Pei, Andy <[email protected]>; [email protected] > Cc: Xu, Rosen <[email protected]>; Huang, Wei <[email protected]>; > Cao, Gang <[email protected]>; [email protected] > Subject: RE: [PATCH v4 6/8] vdpa/ifc: support dynamic enable/disable queue > > > -----Original Message----- > > From: Pei, Andy <[email protected]> > > Sent: Thursday, October 13, 2022 4:45 PM > > To: [email protected] > > Cc: Xia, Chenbo <[email protected]>; Xu, Rosen > > <[email protected]>; Huang, Wei <[email protected]>; Cao, Gang > > <[email protected]>; [email protected] > > Subject: [PATCH v4 6/8] vdpa/ifc: support dynamic enable/disable queue > > > > From: Huang Wei <[email protected]> > > > > Support dynamic enable or disable queue. > > For front end, like QEMU, user can use ethtool to configure queue. > > For example, "ethtool -L eth0 combined 3" to enable 3 queues pairs. > > > > Signed-off-by: Huang Wei <[email protected]> > > Signed-off-by: Andy Pei <[email protected]> > > --- > > drivers/vdpa/ifc/base/ifcvf.c | 100 > > ++++++++++++++++++++++++++++++++++++++++++ > > drivers/vdpa/ifc/base/ifcvf.h | 6 +++ > > drivers/vdpa/ifc/ifcvf_vdpa.c | 93 > > ++++++++++++++++++++++++++++++++----- > > -- > > 3 files changed, 184 insertions(+), 15 deletions(-) > > > > Reviewed-by: Chenbo Xia <[email protected]>

