Re: [ovs-dev] [PATCH v4 06/10] lib/ofp-actions: Set field OF 1.0/1.1 compatibility.

2013-11-01 Thread Jarno Rajahalme
On Nov 1, 2013, at 4:04 PM, Ben Pfaff wrote: > On Thu, Oct 24, 2013 at 01:19:30PM -0700, Jarno Rajahalme wrote: >> Output set field actions as standard OF1.0/1.1 set actions or to >> reg_load instructions, when a compatible set action(s) do not exist. >> >> Signed-off-by: Jarno Rajahalme > >

Re: [ovs-dev] [PATCH v4 06/10] lib/ofp-actions: Set field OF 1.0/1.1 compatibility.

2013-11-01 Thread Ben Pfaff
On Thu, Oct 24, 2013 at 01:19:30PM -0700, Jarno Rajahalme wrote: > Output set field actions as standard OF1.0/1.1 set actions or to > reg_load instructions, when a compatible set action(s) do not exist. > > Signed-off-by: Jarno Rajahalme Thanks. I broke set_field_to_openflow() into a couple of

[ovs-dev] [PATCH v4 06/10] lib/ofp-actions: Set field OF 1.0/1.1 compatibility.

2013-10-24 Thread Jarno Rajahalme
Output set field actions as standard OF1.0/1.1 set actions or to reg_load instructions, when a compatible set action(s) do not exist. Signed-off-by: Jarno Rajahalme --- v4: Clear the OFPVID_PRESENT bit when translating Set-Field OXM_OF_VLAN_VID to OpenFlow 1.0/1.1. lib/ofp-actions.c | 211