Re: [ovs-dev] [PATCH 2/4] odp-util: Format tunnel attributes directly from netlink.

2015-05-27 Thread Andy Zhou
On Wed, May 27, 2015 at 10:48 AM, Jesse Gross wrote: > When we format most netlink attributes we do so from the netlink > itself, iterating through each one and printing the contents out. > However, for tunnels we don't do this - we first convert to the > OVS userspace representation and then form

[ovs-dev] [PATCH 2/4] odp-util: Format tunnel attributes directly from netlink.

2015-05-27 Thread Jesse Gross
When we format most netlink attributes we do so from the netlink itself, iterating through each one and printing the contents out. However, for tunnels we don't do this - we first convert to the OVS userspace representation and then format that. While convienient, this isn't really ideal as the pri