Re: [ovs-dev] [PATCH v2 3/3] ovs-router: introduce pkt-mark.

2017-01-28 Thread Pravin Shelar
On Wed, Jan 25, 2017 at 3:19 PM, Jarno Rajahalme wrote: > Also, IMO this series is good to go to the branch-2.7 as well. > I think it is bit late for 2.7, so I pushed it to master. Thanks for all reviews. ___ dev mailing list

Re: [ovs-dev] [PATCH v2 3/3] ovs-router: introduce pkt-mark.

2017-01-25 Thread Jarno Rajahalme
Also, IMO this series is good to go to the branch-2.7 as well. Jarno > On Jan 25, 2017, at 2:54 PM, Jarno Rajahalme wrote: > > With a few remarks below, > > Acked-by: Jarno Rajahalme > > >> On Jan 24, 2017, at 9:57 PM, Pravin B Shelar

Re: [ovs-dev] [PATCH v2 3/3] ovs-router: introduce pkt-mark.

2017-01-25 Thread Jarno Rajahalme
With a few remarks below, Acked-by: Jarno Rajahalme > On Jan 24, 2017, at 9:57 PM, Pravin B Shelar wrote: > > OVS router is basically partial copy of linux kernel FIB. > kernel routing table uses skb-mark along with usual routing > parameters. Following patch

[ovs-dev] [PATCH v2 3/3] ovs-router: introduce pkt-mark.

2017-01-24 Thread Pravin B Shelar
OVS router is basically partial copy of linux kernel FIB. kernel routing table uses skb-mark along with usual routing parameters. Following patch brings in support for skb-mark to ovs-router so that we can lookup route for given skb-mark. Signed-off-by: Pravin B Shelar ---