Re: [vpp-dev] Help:VPP-DPDK #acl_plugin #dpdk

2023-02-07 Thread kk
I read the official example given by dpdk. The two function interfaces "rte_ring_create and rte_mempool_create" should indeed be called after rte_eal_init(). The problem is that I have no problem calling these two function interfaces in the vpp dpdk plug-in, which is very strange.

Re: [vpp-dev] Issue related to VCL Session Migration

2023-02-07 Thread Florin Coras
Hi Vivek, Aslam, That’s an interesting use case. We typically recommend using VCL natively and only if that’s not possible use LDP, which implies VLS locking. We haven’t had many VLS native integration efforts. Coming back to your problem, any particular reason why you’re not registering all

[vpp-dev] Issue related to VCL Session Migration

2023-02-07 Thread Vivek Gupta
Hi, We have SSL based application using VCL. - Currently, we have one thread which does the epoll, TLS Session establishment, Read/Write for multiple tunnels. - Now we want to split the functionality in different threads, such that TLS Session establishment happens in a separate thread,

[vpp-dev] VPP 22.03 RC2 milestone tomorrow Wednesday 8 February 12:00 UTC

2023-02-07 Thread Andrew Yourtchenko
Hi all, Just a kind reminder the RC2 milestone is tomorrow 12:00 UTC. After that on stable/2302 branch we will be accepting only the fixes to issues found by CSIT in preparation for the release. Thanks a lot! --a /* your friendly 23.02 release manager */ -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [vpp-dev] Help:VPP-DPDK #acl_plugin #dpdk

2023-02-07 Thread Matthew Smith via lists.fd.io
Are you calling those functions in an init/config function for your plugin? Maybe they are being called before the dpdk plugin has executed rte_eal_init(). -Matt On Tue, Feb 7, 2023 at 4:05 AM kk wrote: > Hello everyone, I wrote a vpp plug-in by myself. I called the dpdk > function interface

Re: [vpp-dev] DPDK 22.11 bump patch to review/merge

2023-02-07 Thread Zhang, Fan
Sorry forgot the patch link dpdk: bump to dpdk 22.11 (Ie120346c) · Gerrit Code Review (fd.io) On 2/7/2023 3:44 PM, Zhang, Fan via lists.fd.io wrote: Hi, We have DPDK 22.11 patch hanging there for a while. I remember the decision in last community call

[vpp-dev] DPDK 22.11 bump patch to review/merge

2023-02-07 Thread Zhang, Fan
Hi, We have DPDK 22.11 patch hanging there for a while. I remember the decision in last community call was not to wait DPDK 23.03 but merge this one instead. If someone can have a deeper look at it, and/or do we need some tests under CSIT first? Regards, Fan -=-=-=-=-=-=-=-=-=-=-=-

Re: [vpp-dev] help with review

2023-02-07 Thread Pei, Yulong
Hi Benoit, A new one also need your help to review https://gerrit.fd.io/r/c/vpp/+/38135 , thanks a lot. -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Benoit Ganne (bganne) via lists.fd.io Sent: Thursday, February 2, 2023 6:37 PM To: vpp-dev@lists.fd.io Subject: Re:

[vpp-dev] Help:VPP-DPDK #acl_plugin #dpdk

2023-02-07 Thread kk
Hello everyone, I wrote a vpp plug-in by myself. I called the dpdk function interface "rte_ring_create and rte_mempool_create" in this plug-in, and then it will prompt: "MEMPOOL: Cannot allocate tailq entry! Problem getting send ring RING: Cannot reserve memory for tailq RING: Cannot reserve