[ovs-dev] [PATCH] datapath: Backport: openvswitch: Fix serialization of non-masked set actions.

Joe Stringer joe at ovn.org
Mon Dec 21 23:10:15 UTC 2015


On 21 December 2015 at 14:57, Pravin B Shelar <pshelar at nicira.com> wrote:
> I found this missing commit while checking diff against upstream OVS.
>
> Upstream Commit msg:
>     Set actions consist of a regular OVS_KEY_ATTR_* attribute nested inside
>     of a OVS_ACTION_ATTR_SET action attribute. When converting masked actions
>     back to regular set actions, the inner attribute length was not changed,
>     ie, double the length being serialized. This patch fixes the bug.
>
>     Fixes: 83d2b9b ("net: openvswitch: Support masked set actions.")
>     Signed-off-by: Joe Stringer <joestringer at nicira.com>
>     Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>
>     Signed-off-by: David S. Miller <davem at davemloft.net>
>
> Upstream: f4f8e738505 ("openvswitch: Fix serialization of non-masked set
> actions")
> Signed-off-by: Pravin B Shelar <pshelar at nicira.com>

Thanks, this fell off my radar. Does it need a backport to v2.4?

Acked-by: Joe Stringer <joe at ovn.org>



More information about the dev mailing list