> -----Original Message----- > From: dev <[email protected]> On Behalf Of Guo, Jia > Sent: Friday, March 12, 2021 5:29 PM > To: Zhang, RobinX <[email protected]>; [email protected] > Cc: Xing, Beilei <[email protected]> > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix Virtchnl Offload Caps missing > > Acked-by: Jeff Guo <[email protected]> > > > -----Original Message----- > > From: Zhang, RobinX <[email protected]> > > Sent: Friday, March 12, 2021 4:52 PM > > To: [email protected] > > Cc: Xing, Beilei <[email protected]>; Guo, Jia > > <[email protected]>; Zhang, RobinX <[email protected]> > > Subject: [PATCH] net/i40e: fix Virtchnl Offload Caps missing > > > > A new feature requesting additional queues from PF is added in iavf, > > before sending VIRTCHNL_OP_REQUEST_QUEUES op code, the offload > > capability flag VIRTCHNL_VF_OFFLOAD_REQ_QUEUES will be checked. And > > due to DPDK PF is still used by some cases, so add this offload > > capability flag in i40e pf. > > > > Fixes: cbdbd360f77f ("net/i40e: support AVF basic interface") > > > > Signed-off-by: Robin Zhang <[email protected]> > > --- Applied to dpdk-next-net-intel. Thanks Qi

