Re: [vpp-dev] IPv6 in IPv6 Encapsulation

2021-05-26 Thread Mohsin Kazmi via lists.fd.io
me De: "jerome bayaux" À: "Ole Troan" Cc: vpp-dev@lists.fd.io, "Neale Ranns" , "Justin Iurman" Envoyé: Vendredi 21 Mai 2021 18:20:31 Objet: Re: [vpp-dev] IPv6 in IPv6 Encapsulation Changing the PRE_DATA_SIZE value in src/vl

Re: [vpp-dev] IPv6 in IPv6 Encapsulation

2021-05-25 Thread jerome . bayaux
e bayaux" À: "Ole Troan" Cc: vpp-dev@lists.fd.io, "Neale Ranns" , "Justin Iurman" Envoyé: Vendredi 21 Mai 2021 18:20:31 Objet: Re: [vpp-dev] IPv6 in IPv6 Encapsulation Changing the PRE_DATA_SIZE value in src/vlib/CMakeLists.txt does not appear to be that e

Re: [vpp-dev] IPv6 in IPv6 Encapsulation

2021-05-21 Thread jerome . bayaux
not sure to see which functions I should use to create a new buffer and then to chain it to the "main" one. Jérôme De: "Ole Troan" À: "jerome bayaux" Cc: vpp-dev@lists.fd.io, "Neale Ranns" , "Justin Iurman" Envoyé: Vendredi 21 Mai 2021 1

Re: [vpp-dev] IPv6 in IPv6 Encapsulation

2021-05-21 Thread Damjan Marion via lists.fd.io
> On 21.05.2021., at 17:14, Neale Ranns wrote: > > Right, there’s only so much space available. You’ll need to recompile VPP to > get more space. > Change the PRE_DATA_SIZE value in src/vlib/CMakeLists.txt. Changing makefiles is bad. cmake allows specifying custom values with -D or alternativ

Re: [vpp-dev] IPv6 in IPv6 Encapsulation

2021-05-21 Thread Ole Troan
to go wrong and funky. > > Jérôme > > De: "Neale Ranns" > À: "jerome bayaux" > Cc: vpp-dev@lists.fd.io, "Justin Iurman" > Envoyé: Vendredi 21 Mai 2021 16:38:02 > Objet: Re: [vpp-dev] IPv6 in IPv6 Encapsulation > > > Does it all sta

Re: [vpp-dev] IPv6 in IPv6 Encapsulation

2021-05-21 Thread Neale Ranns
Subject: Re: [vpp-dev] IPv6 in IPv6 Encapsulation I've just run few tests to be sure : It's exactly that ! As long as the extension header is smaller or exactly equal to 128 bytes, everything is fine. Once it gets bigger than 128 bytes, it starts to go wrong and funk

Re: [vpp-dev] IPv6 in IPv6 Encapsulation

2021-05-21 Thread jerome . bayaux
ome bayaux" Cc: vpp-dev@lists.fd.io, "Justin Iurman" Envoyé: Vendredi 21 Mai 2021 16:38:02 Objet: Re: [vpp-dev] IPv6 in IPv6 Encapsulation Does it all start to go wrong when the extension header gets to about 128 bytes? /neale From: jerome.bay...@student.uliege.be

Re: [vpp-dev] IPv6 in IPv6 Encapsulation

2021-05-21 Thread Neale Ranns
Does it all start to go wrong when the extension header gets to about 128 bytes? /neale From: jerome.bay...@student.uliege.be Date: Friday, 21 May 2021 at 16:04 To: Neale Ranns Cc: vpp-dev@lists.fd.io , Justin Iurman Subject: Re: [vpp-dev] IPv6 in IPv6 Encapsulation Hi again Neale, Here

Re: [vpp-dev] IPv6 in IPv6 Encapsulation

2021-05-21 Thread jerome . bayaux
C address) are correct and correspond to the last 16 bytes of the expected and thus correct destination MAC address. Thank you for the help, Jérôme De: "jerome bayaux" À: "Neale Ranns" Cc: vpp-dev@lists.fd.io, "Justin Iurman" Envoyé: Vendredi 21 Mai 2021 14:3

Re: [vpp-dev] IPv6 in IPv6 Encapsulation

2021-05-21 Thread jerome . bayaux
is not the expected value in that case. Jérôme De: "Neale Ranns" À: "jerome bayaux" , vpp-dev@lists.fd.io Cc: "Justin Iurman" Envoyé: Vendredi 21 Mai 2021 13:34:32 Objet: Re: [vpp-dev] IPv6 in IPv6 Encapsulation Hi Jérôme, A packet trace would help us help

Re: [vpp-dev] IPv6 in IPv6 Encapsulation

2021-05-21 Thread Neale Ranns
Hi Jérôme, A packet trace would help us help you in this case 😊 /neale From: vpp-dev@lists.fd.io on behalf of jerome.bayaux via lists.fd.io Date: Friday, 21 May 2021 at 13:05 To: vpp-dev@lists.fd.io Cc: Justin Iurman Subject: [vpp-dev] IPv6 in IPv6 Encapsulation Hello all, I'm tryi

[vpp-dev] IPv6 in IPv6 Encapsulation

2021-05-21 Thread jerome . bayaux
Hello all, I'm trying to do some IPv6 in IPv6 encapsulation with no tunnel configuration. The objective is to encapsulate the received packet in an other IPv6 packet that will also "contain" a Hop-by-hop extension header. In summary, the structure of the final packet will look like this : Out