[ovs-dev] [RFC PATCH 01/14] Add VxLAN-GPE extension for the Openvswitch

Li, Johnson johnson.li at intel.com
Thu Jun 16 03:06:10 UTC 2016


>"dev" <dev-bounces at openvswitch.org> wrote on 06/16/2016 04:51:34 AM:

> > +			return -EMSGSIZE;
> > +
> > +		nla_nest_end(skb, exts);
> 
> Nit: since this is almost identical to the previous block, I think
> a refactoring where this block is abstracted into a helper or a
> macro might make for easier reading.
>
Thanks, I will try to do that. 

> >                      VLOG_WARN("%s: unknown extension '%s'", name, ext);
> >                  }
> > --
> > 1.8.4.2
> 
> I know this is an RFC patch, but shouldn't the patch include
> some additional test code for this extension?
> 
> Ryan
We had some test cases while developing. Test cases will be added in the
next version of patch set.



More information about the dev mailing list