Re: [ovs-dev] [PATCH 4/4] odp-util: Geneve netlink decoding.

2015-05-29 Thread Jesse Gross
On Fri, May 29, 2015 at 10:20 AM, Joe Stringer wrote: > On 28 May 2015 at 18:39, Jesse Gross wrote: >> On Wed, May 27, 2015 at 3:18 PM, Andy Zhou wrote: >>> On Wed, May 27, 2015 at 10:48 AM, Jesse Gross wrote: Even though userspace does not yet support Geneve options, the kernel does

Re: [ovs-dev] [PATCH 4/4] odp-util: Geneve netlink decoding.

2015-05-29 Thread Joe Stringer
On 28 May 2015 at 18:39, Jesse Gross wrote: > On Wed, May 27, 2015 at 3:18 PM, Andy Zhou wrote: >> On Wed, May 27, 2015 at 10:48 AM, Jesse Gross wrote: >>> Even though userspace does not yet support Geneve options, >>> the kernel does and there is some basic support for decoding >>> those attrib

Re: [ovs-dev] [PATCH 4/4] odp-util: Geneve netlink decoding.

2015-05-28 Thread Jesse Gross
On Wed, May 27, 2015 at 3:18 PM, Andy Zhou wrote: > On Wed, May 27, 2015 at 10:48 AM, Jesse Gross wrote: >> Even though userspace does not yet support Geneve options, >> the kernel does and there is some basic support for decoding >> those attributes. This adds the ability to print Geneve >> attr

Re: [ovs-dev] [PATCH 4/4] odp-util: Geneve netlink decoding.

2015-05-27 Thread Jesse Gross
On Wed, May 27, 2015 at 3:18 PM, Andy Zhou wrote: > On Wed, May 27, 2015 at 10:48 AM, Jesse Gross wrote: >> Even though userspace does not yet support Geneve options, >> the kernel does and there is some basic support for decoding >> those attributes. This adds the ability to print Geneve >> attr

Re: [ovs-dev] [PATCH 4/4] odp-util: Geneve netlink decoding.

2015-05-27 Thread Andy Zhou
On Wed, May 27, 2015 at 10:48 AM, Jesse Gross wrote: > Even though userspace does not yet support Geneve options, > the kernel does and there is some basic support for decoding > those attributes. This adds the ability to print Geneve > attributes that might potentially come from the kernel. > > S

[ovs-dev] [PATCH 4/4] odp-util: Geneve netlink decoding.

2015-05-27 Thread Jesse Gross
Even though userspace does not yet support Geneve options, the kernel does and there is some basic support for decoding those attributes. This adds the ability to print Geneve attributes that might potentially come from the kernel. Signed-off-by: Jesse Gross --- lib/odp-util.c | 206