Re: [ovs-dev] [PATCH v2.44 2/5] ofp-actions: Add separate OpenFlow 1.3 action parser

2013-10-21 Thread Ben Pfaff
On Thu, Oct 17, 2013 at 10:15:08AM +0900, Simon Horman wrote: > From: Joe Stringer > > This patch adds new ofpact_from_openflow13() and > ofpacts_from_openflow13() functions parallel to the existing ofpact > handling code. In the OpenFlow 1.3 version, push_mpls is handled > differently, but all o

[ovs-dev] [PATCH v2.44 2/5] ofp-actions: Add separate OpenFlow 1.3 action parser

2013-10-16 Thread Simon Horman
From: Joe Stringer This patch adds new ofpact_from_openflow13() and ofpacts_from_openflow13() functions parallel to the existing ofpact handling code. In the OpenFlow 1.3 version, push_mpls is handled differently, but all other actions are handled by the existing code. In the case of push_mpls f