Re: [ovs-dev] [ovn-ipv6 07/26] ovn: Add xxreg[01] symbols.

2016-07-12 Thread Zong Kai Li
>On Wed, Jul 13, 2016 at 11:24 AM, Justin Pettit wrote: > >> On Jul 12, 2016, at 7:53 PM, Zong Kai Li wrote: >> >>> + >>> +The regX symbols are 32-bit integers. >>> +The xxregX symbols are 128-bit integers, >>> +which overlay four of the 32-bit registers: xxreg0 >>>

Re: [ovs-dev] [ovn-ipv6 07/26] ovn: Add xxreg[01] symbols.

2016-07-12 Thread Justin Pettit
> On Jul 12, 2016, at 7:53 PM, Zong Kai Li wrote: > >> + >> +The regX symbols are 32-bit integers. >> +The xxregX symbols are 128-bit integers, >> +which overlay four of the 32-bit registers: xxreg0 >> +overlays reg0 through reg3, with >> +reg0 suppl

Re: [ovs-dev] [ovn-ipv6 07/26] ovn: Add xxreg[01] symbols.

2016-07-12 Thread Zong Kai Li
> + > +The regX symbols are 32-bit integers. > +The xxregX symbols are 128-bit integers, > +which overlay four of the 32-bit registers: xxreg0 > +overlays reg0 through reg3, with > +reg0 supplying the most-significant bits of > +xxreg0 and reg3

Re: [ovs-dev] [ovn-ipv6 07/26] ovn: Add xxreg[01] symbols.

2016-07-12 Thread Ben Pfaff
On Mon, Jul 11, 2016 at 11:56:37PM -0700, Justin Pettit wrote: > Signed-off-by: Justin Pettit Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [ovn-ipv6 07/26] ovn: Add xxreg[01] symbols.

2016-07-12 Thread Justin Pettit
Signed-off-by: Justin Pettit --- ovn/controller/lflow.c | 3 +++ ovn/ovn-sb.xml | 12 tests/test-ovn.c | 3 +++ 3 files changed, 18 insertions(+) diff --git a/ovn/controller/lflow.c b/ovn/controller/lflow.c index 00d1d6e..b77b364 100644 --- a/ovn/controller/lflow.c +