Re: [vpp-dev] DNS Resolution over VCL

2022-11-03 Thread Florin Coras
Hi Anthony, Great! Will add the gethostbyname issue to my never shrinking todo list but, should you look into it, let me know if you manage to figure out how ldp interacts with gethostbyname. Regards, Florin > On Nov 3, 2022, at 4:54 AM, Anthony Fee wrote: > > Hi Florin, > > Thanks for

Re: [vpp-dev] weird crash when allocate new ho_session_alloc in debug image

2022-11-03 Thread Florin Coras
Thanks, merged! Regards, Florin > On Nov 3, 2022, at 12:33 AM, 张东亚 wrote: > > Hi, > > I have made a patch and submit it to gerrit for review. > > https://gerrit.fd.io/r/c/vpp/+/37567 > > I have run against vpp unit test for session feature and no

Re: [vpp-dev] DNS Resolution over VCL

2022-11-03 Thread Anthony Fee
Hi Florin, Thanks for the feedback. I built a very basic application to trigger a TCP request, with gethostbyname() to resolve the hostname, using the VCL library directly. This worked as expected. Just to verify, I ran this also with LD_PRELOAD and I did see the gethostbyname() function

[vpp-dev] Policer classify as an output feature

2022-11-03 Thread Mahdi Varasteh
Hi VPP folks, Less than 2 years ago, a new feature named `input policing` was added to VPP and 7 months ago the output counterpart was added which enables a policer on all the incoming/outgoing traffic on an interface. Here is a similar patch to add class-based policing as an output feature:

Re: [vpp-dev] weird crash when allocate new ho_session_alloc in debug image

2022-11-03 Thread Zhang Dongya
Hi, I have made a patch and submit it to gerrit for review. https://gerrit.fd.io/r/c/vpp/+/37567 I have run against vpp unit test for session feature and no regression found yet. Florin Coras 于2022年11月1日周二 23:42写道: > Hi, > > Will you be pushing the fix or should I do it? > > Regards, >