Re: [ovs-dev] [PATCH] ofp-actions: Fix tunnel meatdata subfield length in flow action

2017-02-02 Thread Ben Pfaff
OK, great, thanks. On Thu, Feb 02, 2017 at 11:01:19AM -0800, Yi-Hung Wei wrote: > Hi Ben, > > This patch is updated by [PATCH v2] ofp-actions: Fix variable length > meta-flow field usage in flow actions, and it is applied to master > yesterday. > > Best, > > -Yi-Hung > > On Thu, Feb 2, 2017

Re: [ovs-dev] [PATCH] ofp-actions: Fix tunnel meatdata subfield length in flow action

2017-02-02 Thread Ben Pfaff
On Mon, Jan 09, 2017 at 06:09:33PM -0800, Yi-Hung Wei wrote: > Previously, if a flow action that involves a tunnel metadata subfield is > dumpped from vswitchd, the replied subfield length in the OXM header is > filled with the maximum possible field length, instead of the length > configured in

[ovs-dev] [PATCH] ofp-actions: Fix tunnel meatdata subfield length in flow action

2017-01-09 Thread Yi-Hung Wei
Previously, if a flow action that involves a tunnel metadata subfield is dumpped from vswitchd, the replied subfield length in the OXM header is filled with the maximum possible field length, instead of the length configured in the tunnel TLV mapping table. In order to derive the correct length