Re: [ovs-dev] [PATCHv2 2/2] tunneling: get skb marking to work properly with tunnels

2016-07-21 Thread Jarno Rajahalme
I already tested and pushed these to master. Jarno > On Jul 22, 2016, at 05:28, Ansis Atteka wrote: > > On Jul 21, 2016 2:08 PM, "Jarno Rajahalme" wrote: > > > > Looks good to me: > > > > Acked-by: Jarno Rajahalme > > > > Thanks. Can

Re: [ovs-dev] [PATCHv2 2/2] tunneling: get skb marking to work properly with tunnels

2016-07-21 Thread Ansis Atteka
On Jul 21, 2016 2:08 PM, "Jarno Rajahalme" wrote: > > Looks good to me: > > Acked-by: Jarno Rajahalme > Thanks. Can you also review patch 1/2? > > On Jul 19, 2016, at 2:25 PM, Ansis Atteka wrote: > > > > There are two issues that this patch fixes:

Re: [ovs-dev] [PATCHv2 2/2] tunneling: get skb marking to work properly with tunnels

2016-07-21 Thread Jarno Rajahalme
Looks good to me: Acked-by: Jarno Rajahalme > On Jul 19, 2016, at 2:25 PM, Ansis Atteka wrote: > > There are two issues that this patch fixes: > 1. it was impossible to set skb mark at all through > NXM_NX_PKT_MARK register for tunnel packets; AND > 2.

[ovs-dev] [PATCHv2 2/2] tunneling: get skb marking to work properly with tunnels

2016-07-19 Thread Ansis Atteka
There are two issues that this patch fixes: 1. it was impossible to set skb mark at all through NXM_NX_PKT_MARK register for tunnel packets; AND 2. ipsec_xxx tunnels would not be marked with the default IPsec mark (broken by d23df9a87 "lib/odp: Use masked set actions."). This patch also