Re: [ovs-dev] [PATCH v3] Add ODP level handling of OVS_KEY_ATTR_IPV4_TUNNEL.

2012-12-21 Thread Jesse Gross
On Fri, Dec 21, 2012 at 3:04 AM, Jarno Rajahalme wrote: > On Dec 21, 2012, at 2:00 , ext Jesse Gross wrote: >> On Thu, Dec 20, 2012 at 8:08 AM, Jarno Rajahalme >> wrote: >>> >>> Signed-off-by: Jarno Rajahalme >>> --- >>> v3 removes setting OVS_KEY_ATTR_TUN_ID in a key by itself as kernel would >

Re: [ovs-dev] [PATCH v3] Add ODP level handling of OVS_KEY_ATTR_IPV4_TUNNEL.

2012-12-21 Thread Jarno Rajahalme
On Dec 21, 2012, at 2:00 , ext Jesse Gross wrote: > On Thu, Dec 20, 2012 at 8:08 AM, Jarno Rajahalme > wrote: >> >> Signed-off-by: Jarno Rajahalme >> --- >> v3 removes setting OVS_KEY_ATTR_TUN_ID in a key by itself as kernel would >> reject it anyway. Correspondingly removes odp-level test case

Re: [ovs-dev] [PATCH v3] Add ODP level handling of OVS_KEY_ATTR_IPV4_TUNNEL.

2012-12-20 Thread Jesse Gross
On Thu, Dec 20, 2012 at 8:08 AM, Jarno Rajahalme wrote: > > Signed-off-by: Jarno Rajahalme > --- > v3 removes setting OVS_KEY_ATTR_TUN_ID in a key by itself as kernel would > reject it anyway. Correspondingly removes odp-level test cases where tun_id > was set alone. There's actually a reason f

[ovs-dev] [PATCH v3] Add ODP level handling of OVS_KEY_ATTR_IPV4_TUNNEL.

2012-12-20 Thread Jarno Rajahalme
Signed-off-by: Jarno Rajahalme --- v3 removes setting OVS_KEY_ATTR_TUN_ID in a key by itself as kernel would reject it anyway. Correspondingly removes odp-level test cases where tun_id was set alone. Fixes possible bug of not setting TUN_ID in a set action when it is zero. --- lib/odp-util.c