[vpp-dev] Regarding GTPU Tunnel packet send/recieve

2021-03-04 Thread Akash S R
Hi,
I couldn't send traffic to GTPU Tunnel with respect to the teid and tteid,
but it works when I set an IP address to the particular Tunnel. Is this
always needed or else is there any other way without setting IP for a
tunnel? Kindly let me know if possible.

Regards,
Akash

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18856): https://lists.fd.io/g/vpp-dev/message/18856
Mute This Topic: https://lists.fd.io/mt/81098107/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [vpp-dev] FD.io CI job failures

2021-03-04 Thread Damjan Marion via lists.fd.io
In addition, looks like we have test failures caused by ipsec async patch 
merged today. I submitted revert patch….


— 
Damjan

> 
> On 05.03.2021., at 00:35, Dave Wallace  wrote:
> 
>  Folks,
> 
> There have been numerous VPP CI job failures in the past day & a half due to 
> two known issues.
> 
> 1) Starting Wednesday there were DNS lookup failures which have since gone 
> away.
>See LF-IT ticket [0] for details.
> 
> 2) Yesterday & today there have been lots of 'Connection Resets".
>I opened a Vexxhost ticket [1] this morning for this issue.
> 
> To date, there has not been a direct correlation identified to the move on 
> Tues/Wed of some of the CSIT and Nomad servers but investigations are 
> continuing to determine the root cause.
> 
> Thank you for your patience as folks work to fix the CI.
> -daw-
> 
> [0] https://jira.linuxfoundation.org/plugins/servlet/theme/portal/2/IT-21660
> [1] 
> https://secure.vexxhost.com/billing/viewticket.php?tid=BGH-086778=Q8VPulfR
> 
> 
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18855): https://lists.fd.io/g/vpp-dev/message/18855
Mute This Topic: https://lists.fd.io/mt/81090962/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[vpp-dev] FD.io CI job failures

2021-03-04 Thread Dave Wallace

Folks,

There have been numerous VPP CI job failures in the past day & a half 
due to two known issues.


1) Starting Wednesday there were DNS lookup failures which have since 
gone away.

   See LF-IT ticket [0] for details.

2) Yesterday & today there have been lots of 'Connection Resets".
   I opened a Vexxhost ticket [1] this morning for this issue.

To date, there has not been a direct correlation identified to the move 
on Tues/Wed of some of the CSIT and Nomad servers but investigations are 
continuing to determine the root cause.


Thank you for your patience as folks work to fix the CI.
-daw-

[0] https://jira.linuxfoundation.org/plugins/servlet/theme/portal/2/IT-21660
[1] 
https://secure.vexxhost.com/billing/viewticket.php?tid=BGH-086778=Q8VPulfR

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18854): https://lists.fd.io/g/vpp-dev/message/18854
Mute This Topic: https://lists.fd.io/mt/81090962/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [vpp-dev] ipv6 neighbor solitication sent

2021-03-04 Thread hemant via lists.fd.io
I think VPP 18 is very old.  When you get a chance, download latest VPP (I see 
a 21.01 release) or build latest VPP from gerrit.  VPP CLI between ip4 and ip6 
are confusing.  I use “show ip neighbor” to see ip6 neighbors.  Of course, if a 
neighbor does not exist, IPv6 ND has failed.  Debug ip6 ND.  For a workaround 
to ND failure, use a static ip6 neighbor – an example is given below.

 

set ip neighbor TenGigabitEthernet3/0/0 2001:420:380:dead:beef:d06:f001:2 
00:25:90:eb:e8:ec

 

 

From: vpp-dev@lists.fd.io  On Behalf Of Mohsen Meamarian
Sent: Thursday, March 04, 2021 12:38 PM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] ipv6 neighbor solitication sent

 

Hi .

I am trying to establish an ipv6 static route between 2 vpp_frr ubuntu and one 
cisco 7200 . When I run sh error in vppctl I get  neighbor solitication sent 
error  . When I run ip6 sh neighbor I see nothing . What is the problem ? 

 

I am using  VPP 18 and router plugin VPPSB  and frr 7.5.

I already run the enable ip6 interface in vppctl. but when I run the sh ip6 
interface I see nothing.



smime.p7s
Description: S/MIME cryptographic signature

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18852): https://lists.fd.io/g/vpp-dev/message/18852
Mute This Topic: https://lists.fd.io/mt/81082674/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[vpp-dev] ipv6 neighbor solitication sent

2021-03-04 Thread Mohsen Meamarian
Hi .
I am trying to establish an ipv6 static route between 2 vpp_frr ubuntu and
one cisco 7200 . When I run sh error in vppctl I get  neighbor solitication
sent error  . When I run ip6 sh neighbor I see nothing . What is the
problem ?

I am using  VPP 18 and router plugin VPPSB  and frr 7.5.
I already run the enable ip6 interface in vppctl. but when I run the sh ip6
interface I see nothing.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18851): https://lists.fd.io/g/vpp-dev/message/18851
Mute This Topic: https://lists.fd.io/mt/81082674/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [vpp-dev] vcl epoll timeout fix not working on vpp 21.01

2021-03-04 Thread Florin Coras
Hi Ashish, 

Hard to say without additional details. What is the exact behavior you’re 
seeing and are you using by chance eventds for notifications? In that case 
you’ll probably need at least [1]. 

Regards,
Florin

[1] https://gerrit.fd.io/r/c/vpp/+/30959

> On Mar 4, 2021, at 6:37 AM, ashish.sax...@hsc.com wrote:
> 
> Hi Devs,
> 
> I have deployed vpp version 21.01 on my setup .It looks like the fix for vcl 
> epoll timeout is not working, even though the code for patch 
> https://gerrit.fd.io/r/c/vpp/+/28173  
> 
> is present in the vppcom.c file. Could you please let me know how can I fix 
> this ? Is there any other fix that I have missed ?
> 
> Thanks and Regards,
> Ashish
>   
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18850): https://lists.fd.io/g/vpp-dev/message/18850
Mute This Topic: https://lists.fd.io/mt/81077824/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[vpp-dev] vcl epoll timeout fix not working on vpp 21.01

2021-03-04 Thread ashish . saxena
Hi Devs,

I have deployed vpp version 21.01 on my setup .It looks like the fix for vcl 
epoll timeout is not working, even though the code for patch 
https://gerrit.fd.io/r/c/vpp/+/28173 ( 
https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgerrit.fd.io%2Fr%2Fc%2Fvpp%2F%2B%2F28173=04%7C01%7C%7C2e299522460c4d04df6f08d8df10168e%7Ca65543b9ae9349b580f00b85821adc50%7C1%7C0%7C637504607475751711%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000=EfhQl7EBtAhBrtw%2Fv4HKMGZtdexU8sF4LEc6rZz7nQw%3D=0
 )
is present in the vppcom.c file. Could you please let me know how can I fix 
this ? Is there any other fix that I have missed ?

Thanks and Regards,
Ashish

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18849): https://lists.fd.io/g/vpp-dev/message/18849
Mute This Topic: https://lists.fd.io/mt/81077824/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [vpp-dev] a compiling error on vpp master

2021-03-04 Thread Benoit Ganne (bganne) via lists.fd.io
I just merged the patch thanks Jieqiang!
Xiaoming you can retry with latest master and see if it fixes your issue.

Best
ben

> -Original Message-
> From: Jieqiang Wang 
> Sent: jeudi 4 mars 2021 06:49
> To: jiangxiaom...@outlook.com; vpp-dev 
> Cc: Benoit Ganne (bganne) ; Nathan Moos (nmoos)
> ; nd ; Lijian Zhang 
> Subject: RE: [vpp-dev] a compiling error on vpp master
> 
> Hi Xiaoming,
> 
> 
> 
> We met the same problem on CentOS 7 and proposed a
> patch(https://gerrit.fd.io/r/c/vpp/+/31421) to resolve this issue.
> 
> It looks to me that the root cause is the different declaration scheme for
> struct udphdr in musl libc and glibc. In older glibc(less than 2.19),
> field names of uh_sport/uh_dport are only used if macro __FAVOR_BSD is
> defined according to the header file. But we won’t encounter this issue
> with musl libc if macro _GNU_SOURCE is defined like Ben mentioned in
> https://gerrit.fd.io/r/c/vpp/+/30790/8/src/vppinfra/unix-formats.c#320
> 
> .
> 
> Anyway, this is just my thought and needs confirmation from VPP
> maintainers. But you can check your glibc version and try if this patch
> works for you.
> 
> 
> 
> Thanks,
> 
> Jieqiang Wang
> 
> From: vpp-dev@lists.fd.io  On Behalf Of jiangxiaoming
> via lists.fd.io
> Sent: Thursday, March 4, 2021 10:25 AM
> To: vpp-dev@lists.fd.io
> Subject: [vpp-dev] a compiling error on vpp master
> 
> 
> 
> Hi guys:
> I have a compiling error on vpp master, is thre anyone have the save
> problem?
> 
> VPP library version : 21.06
> 
> GIT toplevel dir: /home/dev/code/vpp
> 
> Build type  : debug
> 
> C flags : -Wno-address-of-packed-member -g -fPIC -Werror -Wall
> -march=corei7 -mtune=corei7-avx -O0 -DCLIB_DEBUG -fstack-protector -fno-
> common
> 
> Linker flags (apps) : -z execstack
> 
> Linker flags (libs) : -z execstack
> 
> Host processor  : x86_64
> 
> Target processor: x86_64
> 
> Prefix path : /opt/vpp/external/x86_64;/home/dev/code/vpp/build-
> root/install-vpp_debug-native/external
> 
> Install prefix  : /home/dev/code/vpp/build-root/install-vpp_debug-
> native/vpp
> 
> -- Configuring done
> 
> -- Generating done
> 
> -- Build files have been written to: /home/dev/code/vpp/build-root/build-
> vpp_debug-native/vpp
> 
>  Building vpp in /home/dev/code/vpp/build-root/build-vpp_debug-
> native/vpp 
> 
> [554/2614] Building C object vppinfra/CMakeFiles/vppinfra.dir/unix-
> formats.c.o
> 
> FAILED: vppinfra/CMakeFiles/vppinfra.dir/unix-formats.c.o
> 
> ccache /opt/rh/devtoolset-9/root/bin/cc -Dvppinfra_EXPORTS -
> I/home/dev/code/vpp/src -I. -Iinclude -Wno-address-of-packed-member -g -
> fPIC -Werror -Wall -march=corei7 -mtune=corei7-avx  -O0 -DCLIB_DEBUG -
> fstack-protector -fno-common  -fPIC   -fvisibility=hidden -MD -MT
> vppinfra/CMakeFiles/vppinfra.dir/unix-formats.c.o -MF
> vppinfra/CMakeFiles/vppinfra.dir/unix-formats.c.o.d -o
> vppinfra/CMakeFiles/vppinfra.dir/unix-formats.c.o   -c
> /home/dev/code/vpp/src/vppinfra/unix-formats.c
> 
> /home/dev/code/vpp/src/vppinfra/unix-formats.c: In function
> ‘format_udp4_packet’:
> 
> /home/dev/code/vpp/src/vppinfra/unix-formats.c:319:19: error: ‘struct
> udphdr’ has no member named ‘uh_sport’
> 
>   319 |   u16 source = udp->uh_sport;
> 
>   |   ^~
> 
> /home/dev/code/vpp/src/vppinfra/unix-formats.c:320:17: error: ‘struct
> udphdr’ has no member named ‘uh_dport’
> 
>   320 |   u16 dest = udp->uh_dport;
> 
>   | ^~
> 
> [565/2614] Building C object svm/CMakeFiles/svm.dir/fifo_segment.c.o
> 
> ninja: build stopped: subcommand failed.
> 
> make[1]: *** [vpp-build] Error 1
> 
> make[1]: Leaving directory `/home/dev/code/vpp/build-root'
> 
> make: *** [build] Error 2
> 
> IMPORTANT NOTICE: The contents of this email and any attachments are
> confidential and may also be privileged. If you are not the intended
> recipient, please notify the sender immediately and do not disclose the
> contents to any other person, use it for any purpose, or store or copy the
> information in any medium. Thank you.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18848): https://lists.fd.io/g/vpp-dev/message/18848
Mute This Topic: https://lists.fd.io/mt/81068821/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-