Merged :)
Thanks,
-daw-
On 1/10/2023 4:24 PM, Ahmed Abdelsalam (ahabdels) via lists.fd.io wrote:
Hi Xiaodong,
The warning has been fixed here https://gerrit.fd.io/r/c/vpp/+/37874
Cheers,
Ahmed
*From: *Xiaodong Xu <stid.s...@gmail.com>
*Date: *Thursday, 29 December 2022 at 01:55
*To: *vpp-dev@lists.fd.io <vpp-dev@lists.fd.io>
*Cc: *jul...@klaiber.me <jul...@klaiber.me>, Pablo Camarillo
(pcamaril) <pcama...@cisco.com>, Ahmed Abdelsalam (ahabdels)
<ahabd...@cisco.com>
*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
by the following change:
@@ -124,6 +124,7 @@
n_left_to_next -= 1;
timestamp_64_t t64;
+ unix_time_now_nsec_fraction (&t64.sec, &t64.nsec);
b0 = vlib_get_buffer (vm, bi0);
iface = vnet_buffer (b0)->sw_if_index[VLIB_TX];
ls = sr_pt_find_iface (iface);
@@ -131,7 +132,6 @@
{
en0 = vlib_buffer_get_current (b0);
ip0 = (void *) (en0 + 1);
- unix_time_now_nsec_fraction (&t64.sec, &t64.nsec);
pt_midpoint_processing (vm, node, b0, ip0, ls, t64);
pt_behavior = PT_BEHAVIOR_MID;
}
Not sure if it makes sense for you to incorporate the change into your
patch.
Regards,
Xiaodong
On Mon, Dec 19, 2022 at 12:49 AM Nathan Skrzypczak
<nathan.skrzypc...@gmail.com> wrote:
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 à 19:29, Xiaodong Xu <stid.s...@gmail.com> a
écrit :
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
comment
https://github.com/FDio/vpp/commit/b79d09bbfa93f0f752f7249ad27a08eae0863a6b
and
https://github.com/FDio/vpp/commit/39d6deca5f71ee4fe772c10d76ed5b65d1ebec44
So I remove the two commits from my local repo and the issue
is gone.
The message seems to be harmless, but if anyone who is
familiar with the commits can take a look, I'd appreciate it.
Regards,
Xiaodong
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22441): https://lists.fd.io/g/vpp-dev/message/22441
Mute This Topic: https://lists.fd.io/mt/95432703/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-