On 12/17/2018 11:10 AM, Zhirun Yan wrote: > Before this patch, VF gets a default number of queues from the PF. > This patch enables VF to request a different number. When VF configures > more queues, it will send VIRTCHNL_OP_REQUEST_QUEUES to PF to request > more queues, if success, PF will reset the VF. > > User can run "port stop all", "port config port_id rxq/txq queue_num" > and "port start all" to reconfigure queue number.
Is this replaces "ETH_I40E_QUEUE_NUM_PER_VF_ARG (queue-num-per-vf)" devarg? Should we remove this devarg? > > Signed-off-by: Zhirun Yan <zhirun....@intel.com> > Signed-off-by: Haiyue Wang <haiyue.w...@intel.com> <...>