Re: COMMERCIAL BULK: Re: [E] COMMERCIAL BULK: [vpp-dev] TLS app stuck after burst of traffic #vpp-hoststack

2023-03-07 Thread Kevin Yan via lists.fd.io
rsists. Regards, Florin On Mar 6, 2023, at 5:42 PM, Kevin Yan via lists.fd.io mailto:kevin.yan=mavenir@lists.fd.io>> wrote: Hi @Olivia Dunham<mailto:theoliviadun...@gmail.com>, Recently I met the exact same issue, TLS TX svm fifo gets full after burst of traffic

Re: [E] COMMERCIAL BULK: [vpp-dev] TLS app stuck after burst of traffic #vpp-hoststack

2023-03-06 Thread Kevin Yan via lists.fd.io
Hi @Olivia Dunham, Recently I met the exact same issue, TLS TX svm fifo gets full after burst of traffic and it will never resume, meanwhile, TCP TX svm fifo is empty at that time I’m using VPP20.09, I believe there is some issue in TLS layer, s

Re: [E] COMMERCIAL BULK: Re: [vpp-dev] Issues with failsafe dpdk pmd in Azure

2022-12-02 Thread Kevin Yan via lists.fd.io
: vpp-dev@lists.fd.io On Behalf Of Kevin Yan via lists.fd.io Sent: Friday, December 2, 2022 4:39 PM To: Peter Morrow ; Stephen Hemminger Cc: vpp-dev@lists.fd.io; Long Li Subject: COMMERCIAL BULK: Re: [E] COMMERCIAL BULK: Re: [vpp-dev] Issues with failsafe dpdk pmd in Azure [EXTERNAL EMAIL] DO

Re: [E] COMMERCIAL BULK: Re: [vpp-dev] Issues with failsafe dpdk pmd in Azure

2022-12-02 Thread Kevin Yan via lists.fd.io
Hi Peter, Stephen and Long, I am facing some issues when running VPP on Azure VM, can you please help and give some suggestion if possible. I'm running CentOS 7.9 with kernel version 3.10.0 on Azure VM, VPP version is 20.09 and DPDK version is 20.11, below is the sna

Re: [E] Re: [vpp-dev] VPP deadlock issue

2022-04-07 Thread Kevin Yan via lists.fd.io
o:s...@mavenir.com> Hi Kevin, That’s a pretty old VPP release so you should maybe try to update. Regarding the deadlock, what is main actually doing? If it didn’t lock the binary api's queue mutex before the barrier sync, it shouldn’t deadlock. Regards, Florin On Apr 7, 2022, at 6:39 PM, Ke

[vpp-dev] VPP deadlock issue

2022-04-07 Thread Kevin Yan via lists.fd.io
Hi, Recently I got a VPP crash issue, one worker thread is doing mutex lock and waiting for getting the mutex, the complete call stack is arp_learn-> vnet_arp_set_ip4_over_ethernet-> vl_api_rpc_call_main_thread-> vl_msg_api_alloc_as_if_client-> vl_msg_api_alloc_internal-> pthread_m

[vpp-dev] some questions about libmemif

2019-10-18 Thread Kevin Yan via Lists.Fd.Io
Hi all, Recently I am reading codes of libmemlif (based on vpp19.01) ,I am a little bit confused about the fields of head/tail in struct memif_ring_t and last_head/last_tail in struct memif_queue_t. Can anybody help to clarify the internal mechanism of the read

Re: [E] Re: [vpp-dev] vip in VPP

2019-05-15 Thread Kevin Yan via Lists.Fd.Io
Hi Shahid, Actually I have the same requirement that two IPs from same subnet configured on one interface and I tried to configure that way but it failed, vpp will complain as bellows [cid:image001.png@01D50BC7.7BED62D0] https://gerrit.fd.io/r/#/c/8057/ this patch did the check and disable overla