[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <DM8PR12MB5400C9467A4EA3895CAB1AD9AB0F9@DM8PR12MB5400.namprd12.prod.outlook.com>
Date: Mon, 14 Mar 2022 15:35:46 +0000
From: Eli Cohen <elic@...dia.com>
To: David Ahern <dsahern@...nel.org>,
"stephen@...workplumber.org" <stephen@...workplumber.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"virtualization@...ts.linux-foundation.org"
<virtualization@...ts.linux-foundation.org>,
"jasowang@...hat.com" <jasowang@...hat.com>,
"si-wei.liu@...cle.com" <si-wei.liu@...cle.com>
CC: "mst@...hat.com" <mst@...hat.com>,
"lulu@...hat.com" <lulu@...hat.com>,
Parav Pandit <parav@...dia.com>
Subject: RE: [PATCH v7 3/4] vdpa: Support for configuring max VQ pairs for a
device
>
> On 3/13/22 11:12 AM, Eli Cohen wrote:
> > @@ -290,6 +295,14 @@ static int vdpa_argv_parse(struct vdpa *vdpa, int argc, char **argv,
> >
> > NEXT_ARG_FWD();
> > o_found |= VDPA_OPT_VDEV_MTU;
> > + } else if ((matches(*argv, "max_vqp") == 0) && (o_optional & VDPA_OPT_MAX_VQP)) {
> > + NEXT_ARG_FWD();
> > + err = vdpa_argv_u16(vdpa, argc, argv, &opts->max_vqp);
> > + if (err)
> > + return err;
> > +
> > + NEXT_ARG_FWD();
> > + o_found |= VDPA_OPT_MAX_VQP;
> > } else {
> > fprintf(stderr, "Unknown option \"%s\"\n", *argv);
> > return -EINVAL;
>
> new options require an update to the man page. That should have been
> included in this set. Please make sure that happens on future sets.
OK, since you already asked to send a new version, I will include.
Powered by blists - more mailing lists