Re: [vpp-dev] Error message on starting vpp

2023-01-11 Thread Dave Wallace
Camarillo (pcamaril) , Ahmed Abdelsalam (ahabdels) *Subject: *Re: [vpp-dev] Error message on starting vpp Hoi, Nathan's fix is still pending and starting VPP at HEAD still emits the warning: pim@hippo:~/src/vpp$ make run WARNING: STARTUP_CONF not defined or file doesn't exist.          Running

Re: [vpp-dev] Error message on starting vpp

2023-01-11 Thread Ahmed Abdelsalam (ahabdels) via lists.fd.io
I just discussed this with Nathan. Should be merged soon. Cheers! From: Pim van Pelt Date: Wednesday, 11 January 2023 at 13:37 To: vpp-dev@lists.fd.io Cc: jul...@klaiber.me , Pablo Camarillo (pcamaril) , Ahmed Abdelsalam (ahabdels) Subject: Re: [vpp-dev] Error message on starting vpp Hoi

Re: [vpp-dev] Error message on starting vpp

2023-01-11 Thread Pim van Pelt via lists.fd.io
Hoi, Nathan's fix is still pending and starting VPP at HEAD still emits the warning: pim@hippo:~/src/vpp$ make run WARNING: STARTUP_CONF not defined or file doesn't exist. Running with minimal startup config: unix { interactive cli-listen /run/vpp/cli.sock gid 1000 } dpdk { no-pci } \n

Re: [vpp-dev] Error message on starting vpp

2023-01-10 Thread Dave Wallace
: *jul...@klaiber.me , Pablo Camarillo (pcamaril) , Ahmed Abdelsalam (ahabdels) *Subject: *Re: [vpp-dev] Error message on starting vpp Hi Nathan, The issue is gone after your patch is applied. Thanks for the fix. In the meantime, there is actually a compile warning which can be fixed

Re: [vpp-dev] Error message on starting vpp

2023-01-10 Thread Ahmed Abdelsalam (ahabdels) via lists.fd.io
Hi Xiaodong, The warning has been fixed here https://gerrit.fd.io/r/c/vpp/+/37874 Cheers, Ahmed From: Xiaodong Xu Date: Thursday, 29 December 2022 at 01:55 To: vpp-dev@lists.fd.io Cc: jul...@klaiber.me , Pablo Camarillo (pcamaril) , Ahmed Abdelsalam (ahabdels) Subject: Re: [vpp-dev] Error

Re: [vpp-dev] Error message on starting vpp

2022-12-28 Thread Xiaodong Xu
Hi Nathan, The issue is gone after your patch is applied. Thanks for the fix. In the meantime, there is actually a compile warning which can be fixed by the following change: @@ -124,6 +124,7 @@ >n_left_to_next -= 1; >timestamp_64_t t64; > > + unix_time_now_nsec_fraction (, ); >b0 =

Re: [vpp-dev] Error message on starting vpp

2022-12-19 Thread Nathan Skrzypczak
Hi Xiaodong, It seems like a '.runs_after' was introduced on a node that does not belong to the arc in question. [0] should solve this. (CCingJulian as he is the author of the original patch & sr plugin maintainers) Cheers -Nathan [0] https://gerrit.fd.io/r/c/vpp/+/37837 Le sam. 3 déc. 2022 à

[vpp-dev] Error message on starting vpp

2022-12-03 Thread Xiaodong Xu
Hi VPP experts, I got the following error message when starting vpp recently: 0: vnet_feature_arc_init:272: feature node 'ip6-lookup' not found (before 'pt', arc 'ip6-output') I'm using master branch from VPP git repo. By checking the source code, it seems it might have something to do with the