Re: [ovs-dev] [PATCH] ovn: Add 128-bit support for ct_label

2016-07-19 Thread Russell Bryant
On Tue, Jul 19, 2016 at 1:24 AM, Numan Siddique wrote: > On Mon, Jul 18, 2016 at 11:40 PM, Ben Pfaff wrote: > > > On Fri, Jul 15, 2016 at 08:33:59PM +0530, Numan Siddique wrote: > > > To support 128-bits in ct_label, the value of the ct_label is expected > > > as a hex string in the 'ct_commit'

Re: [ovs-dev] [PATCH] ovn: Add 128-bit support for ct_label

2016-07-18 Thread Numan Siddique
On Mon, Jul 18, 2016 at 11:40 PM, Ben Pfaff wrote: > On Fri, Jul 15, 2016 at 08:33:59PM +0530, Numan Siddique wrote: > > To support 128-bits in ct_label, the value of the ct_label is expected > > as a hex string in the 'ct_commit' action. > > > > Added a new accessor in the 'mf_subvalue' struct t

Re: [ovs-dev] [PATCH] ovn: Add 128-bit support for ct_label

2016-07-18 Thread Ben Pfaff
On Fri, Jul 15, 2016 at 08:33:59PM +0530, Numan Siddique wrote: > To support 128-bits in ct_label, the value of the ct_label is expected > as a hex string in the 'ct_commit' action. > > Added a new accessor in the 'mf_subvalue' struct to access ovs_be128 > values. > > Signed-Off-by: Numan Siddiqu