[ovs-dev] [PATCH] datapath: backport: vxlan: do not output confusing error message

2017-05-03 Thread Pravin B Shelar
g vxlan interface does not know. Signed-off-by: Jiri Benc <jb...@redhat.com> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Pravin B Shelar <pshe...@ovn.org> --- datapath/linux/compat/vxlan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/datapa

[ovs-dev] [PATCH] datapath: backport: vxlan: correctly handle ipv6.disable module parameter

2017-05-02 Thread Pravin B Shelar
ot;vxlan: support both IPv4 and IPv6 sockets in a single vxlan device") Signed-off-by: Jiri Benc <jb...@redhat.com> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Pravin B Shelar <pshe...@ovn.org> --- datapath/linux/compat/vxlan.c | 10 ++

[ovs-dev] [PATCH v2 2/3] routing-table: parse skb-mark from RTNETLINK msg

2017-01-24 Thread Pravin B Shelar
Keep track of skb-mark of given RTNL routing notification. This will be used by next commit. Signed-off-by: Pravin B Shelar <pshe...@ovn.org> Acked-by: Jarno Rajahalme <ja...@ovn.org> --- lib/route-table.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lib/route-table.c

[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 <pshe...@ovn.org> ---

[ovs-dev] [PATCH v2 1/3] tunnel: Add support to configure ptk_mark

2017-01-24 Thread Pravin B Shelar
set skb-mark for given tunnel endpoint. OVS would set the mark according to the skb-mark option for all tunnel traffic including packets generated by vSwitchd like tunnel monitoring BFD packet. Signed-off-by: Pravin B Shelar <pshe...@ovn.org> --- v1-v2: Handle zero egress_pkt_mark Adde

[ovs-dev] [PATCH v2 0/3] Tunnel: add support for packet marking

2017-01-24 Thread Pravin B Shelar
Following patch series adds support for setting packet mark for tunnel traffic. This allows better integration with linux networking stack. v1-v2: Fixed patch 1 an 3 according to comments from Jarno. Pravin B Shelar (3): tunnel: Add support to configure ptk_mark routing-table: parse skb-mark

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

2016-12-28 Thread Pravin B Shelar
OVS router is basically partial copy of linux kernel FIB. kernel routing table use skb-mark along with usual routing parameters. Following patch brings in support for skb-mark to ovs-router so that we can lookup route according to flow skb-mark. Signed-off-by: Pravin B Shelar <pshe...@ovn.

[ovs-dev] [PATCH 2/3] routing-table: parse skb-mark from RTNETLINK msg

2016-12-28 Thread Pravin B Shelar
Keep track of skb-mark of given RTNL routing notification. This will be used by next commit. Signed-off-by: Pravin B Shelar <pshe...@ovn.org> --- lib/route-table.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lib/route-table.c b/lib/route-table.c index 00f95e3..61c8cd8

[ovs-dev] [PATCH 0/3] Tunnel: add support for packet marking

2016-12-28 Thread Pravin B Shelar
Following patch series adds support for setting packet mark for tunnel traffic. This allows better integration with linux networking stack. Pravin B Shelar (3): tunnel: Add support to configure ptk_mark routing-table: parse skb-mark from RTNETLINK msg ovs-router: introduce pkt-mark. lib

[ovs-dev] [PATCH] netdev: Fix sockaddr cast warning.

2016-11-15 Thread Pravin B Shelar
ot;). Signed-off-by: Pravin B Shelar <pshe...@ovn.org> --- lib/netdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/netdev.c b/lib/netdev.c index ad90ef6..ee9b461 100644 --- a/lib/netdev.c +++ b/lib/netdev.c @@ -1913,7 +1913,7 @@ netdev_get_addrs(const char