On Tue, Dec 10, 2013 at 10:49:00AM -0700, Eric Blake wrote:
> On 12/09/2013 06:11 AM, Stefan Hajnoczi wrote:
> > +++ b/qapi-schema.json
> > @@ -3009,6 +3009,27 @@
> >      'hubid':     'int32' } }
> >  
> >  ##
> > +# @NetdevNetmapOptions
> > +#
> > +# Connect a client to a netmap-enabled NIC or to a VALE switch port
> > +#
> > +# @ifname: Either the name of an existing network interface supported by
> > +#          netmap, or the name of a VALE port (created on the fly).
> > +#          A VALE port name is in the form 'valeXXX:YYY', where XXX and
> > +#          YYY are non-negative integers. XXX identifies a switch and
> > +#          YYY identifies a port of the switch. VALE ports having the
> > +#          same XXX are therefore connected to the same switch.
> > +#
> > +# @devname: #optional path of the netmap device (default: '/dev/netmap').
> > +#
> > +# Since 1.8
> 
> s/1.8/2.0/

Thank you for spotting this.  Sending a separate patch to fix this since
the pull request has been merged.

Stefan

Reply via email to