Re: [ovs-dev] [PATCH 1/1] userspace: Add SRv6 tunnel support.

2022-07-03 Thread 0-day Robot
References: <20220704044103.15546-1-nm...@yahoo-corp.jp> Bleep bloop. Greetings Nobuhiro MIKI, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. build: /bin/sh ./libtool --tag=CC

Re: [ovs-dev] [PATCH 1/1] userspace: Add SRv6 tunnel support.

2022-07-03 Thread 0-day Robot
References: <20220704043619.14452-1-nm...@yahoo-corp.jp> Bleep bloop. Greetings Nobuhiro MIKI, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. build: /bin/sh ./libtool --tag=CC

[ovs-dev] [PATCH 1/1] userspace: Add SRv6 tunnel support.

2022-07-03 Thread Nobuhiro MIKI
SRv6 (Segment Routing IPv6) tunnel vport is responsible for encapsulation and decapsulation the inner packets with IPv6 header and an extended header called SRH (Segment Routing Header). See spec in: https://datatracker.ietf.org/doc/html/rfc8754 This patch implements SRv6 tunneling in userspace

[ovs-dev] [PATCH 1/1] userspace: Add SRv6 tunnel support.

2022-07-03 Thread Nobuhiro MIKI
SRv6 (Segment Routing IPv6) tunnel vport is responsible for encapsulation and decapsulation the inner packets with IPv6 header and an extended header called SRH (Segment Routing Header). See spec in: https://datatracker.ietf.org/doc/html/rfc8754 This patch implements SRv6 tunneling in userspace