Re: [vpp-dev] Issues adding ACL with binary_api

2021-08-24 Thread Andrew Yourtchenko
Have a look at https://git.fd.io/vpp/tree/src/plugins/acl/acl_test.c#n565 to check what you need to specify. “T” in VAT stands for “test”, so there may be not enough TLC harness around. Feel free to submit changes that improve the user friendliness :) --a > On 23 Aug 2021, at 21:36, satish ama

[vpp-dev] Linux CP: crash in lcp_node.c

2021-08-24 Thread Pim van Pelt
Hoi, I've noticed that when a linuxcp enabled VPP 21.06 with multiple threads receives many ARP requests, eventually it crashes in lcp_arp_phy_node in lcp_node.c:675 and :775 because we do a vlib_buffer_copy() which returns NULL, after which we try to dereference the result. How to repro: 1) creat