[ovs-dev] [PATCH v1 0/2] Accept zero TTL mask

2016-01-14 Thread Haggai Eran
anges from v0: - Modify tests not to expect TTL in tunnelled flows descriptions after testing on travis-ci.org. Haggai Eran (2): odp-util: Accept fields with zero mask ofproto: Wildcard TTL on IP tunnels lib/odp-util.c| 9 +++-- ofproto/tunnel.c | 2 +-

[ovs-dev] [PATCH v1 2/2] ofproto: Wildcard TTL on IP tunnels

2016-01-14 Thread Haggai Eran
Cc: Joe Stringer Signed-off-by: Haggai Eran --- ofproto/tunnel.c | 2 +- tests/tunnel-push-pop-ipv6.at | 2 +- tests/tunnel-push-pop.at | 2 +- tests/tunnel.at | 18 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ofproto

[ovs-dev] [PATCH v1 1/2] odp-util: Accept fields with zero mask

2016-01-14 Thread Haggai Eran
It is possible to pass some fields to the kernel with a zero mask, but ovs-dpctl doesn't currently allow it. Change the code to allow it to mimic what vswitchd is allowed to do. Signed-off-by: Haggai Eran --- lib/odp-util.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-)

[ovs-dev] [PATCH 2/2] ofproto: Wildcard TTL on IP tunnels

2016-01-12 Thread Haggai Eran
Cc: Joe Stringer Signed-off-by: Haggai Eran --- ofproto/tunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/tunnel.c b/ofproto/tunnel.c index b85c2b51aa48..1d449a573705 100644 --- a/ofproto/tunnel.c +++ b/ofproto/tunnel.c @@ -369,7 +369,7 @@ tnl_wc_init(struct

[ovs-dev] [PATCH 1/2] odp-util: Accept fields with zero mask

2016-01-12 Thread Haggai Eran
It is possible to pass some fields to the kernel with a zero mask, but ovs-dpctl doesn't currently allow it. Change the code to allow it to mimic what vswitchd is allowed to do. Signed-off-by: Haggai Eran --- lib/odp-util.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-)

[ovs-dev] [PATCH 0/2] Accept zero TTL mask

2016-01-12 Thread Haggai Eran
gards, Haggai Haggai Eran (2): odp-util: Accept fields with zero mask ofproto: Wildcard TTL on IP tunnels lib/odp-util.c | 9 +++-- ofproto/tunnel.c | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) -- 1.7.11.2 ___ dev mailing lis