Re: [ovs-dev] [PATCH repost] odp-util: Do not set port mask of non-IP packets

2014-06-04 Thread Simon Horman
On Wed, Jun 04, 2014 at 09:37:22AM -0700, Jarno Rajahalme wrote: > Pushed, thanks for the reminder, Thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH repost] odp-util: Do not set port mask of non-IP packets

2014-06-04 Thread Jarno Rajahalme
Pushed, thanks for the reminder, Jarno On Jun 4, 2014, at 8:37 AM, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > > Will push in a moment. > > Jarno > >> On Jun 4, 2014, at 1:56 AM, Simon Horman wrote: >> >> In the case that an flow for an IP packet has an mpls_push action applie

Re: [ovs-dev] [PATCH repost] odp-util: Do not set port mask of non-IP packets

2014-06-04 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme Will push in a moment. Jarno > On Jun 4, 2014, at 1:56 AM, Simon Horman wrote: > > In the case that an flow for an IP packet has an mpls_push action applied > the L3 and L4 portions of the flow will be cleared in flow_push_mpls(). > > Without this change commit_se

[ovs-dev] [PATCH repost] odp-util: Do not set port mask of non-IP packets

2014-06-04 Thread Simon Horman
In the case that an flow for an IP packet has an mpls_push action applied the L3 and L4 portions of the flow will be cleared in flow_push_mpls(). Without this change commit_set_port_action() will set the tp_src and tp_dst mask for the flow to all-ones because the base and flow port values no longe