Re: [ovs-dev] [PATCH v2] odp-util: Handle ipv6 in set nw action.

2012-01-11 Thread Pravin Shelar
Thanks, I pushed to master. --Pravin. On Wed, Jan 11, 2012 at 12:34 PM, Ben Pfaff wrote: > On Wed, Jan 11, 2012 at 12:32:37PM -0800, Pravin B Shelar wrote: >> v1-v2: >>         - Added nw_proto check in IPv4/IPv6 set action. >>         - Removed assert from user-space datapath. >>         - Adde

Re: [ovs-dev] [PATCH v2] odp-util: Handle ipv6 in set nw action.

2012-01-11 Thread Ben Pfaff
On Wed, Jan 11, 2012 at 12:32:37PM -0800, Pravin B Shelar wrote: > v1-v2: > - Added nw_proto check in IPv4/IPv6 set action. > - Removed assert from user-space datapath. > - Added check for IPv4 in mod_nw_tos. > > --8<--cut here---

[ovs-dev] [PATCH v2] odp-util: Handle ipv6 in set nw action.

2012-01-11 Thread Pravin B Shelar
v1-v2: - Added nw_proto check in IPv4/IPv6 set action. - Removed assert from user-space datapath. - Added check for IPv4 in mod_nw_tos. --8<--cut here-->8- Rather than silently skipping ipv6 action generation, following patch