Re: [vpp-dev] There is bug in esp decrypt

2022-11-17 Thread Neale Ranns
https://gerrit.fd.io/r/c/vpp/+/37677 /neale From: vpp-dev@lists.fd.io on behalf of Guangming via lists.fd.io Date: Friday, 18 November 2022 at 13:55 To: vpp-dev Subject: Re: [vpp-dev] There is bug in esp decrypt Thanks neale Guangming

Re: [vpp-dev] There is bug in esp decrypt

2022-11-17 Thread Guangming
Thanks neale Guangming zhangguangm...@baicells.com From: Neale Ranns Date: 2022-11-18 09:32 To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] There is bug in esp decrypt Hi, I’ll push a patch with UT shortly. Many thanks, neale From: vpp-dev@lists.fd.io on behalf of jiangxiaoming via

Re: [vpp-dev] There is bug in esp decrypt

2022-11-17 Thread Guangming
Thanks ,Xiaoming Can you give me a guide that how to push a patch to community? zhangguangm...@baicells.com From: jiangxiaoming Date: 2022-11-18 08:58 To: vpp-dev Subject: Re: [vpp-dev] There is bug in esp decrypt Hi Guangming, You are right, you can push a patch to

Re: [vpp-dev] There is bug in esp decrypt

2022-11-17 Thread Neale Ranns
Hi, I’ll push a patch with UT shortly. Many thanks, neale From: vpp-dev@lists.fd.io on behalf of jiangxiaoming via lists.fd.io Date: Friday, 18 November 2022 at 11:58 To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] There is bug in esp decrypt Hi Guangming, You are right, you can push a

Re: [vpp-dev] There is bug in esp decrypt

2022-11-17 Thread jiangxiaoming
Hi Guangming, You are right, you can push a patch to https://gerrit.fd.io/r , ipsec maintainers will review it Xiaoming -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22195): https://lists.fd.io/g/vpp-dev/message/22195 Mute This Topic:

Re: [vpp-dev] VPP Interface Stops Working After Some Time

2022-11-17 Thread sunil kumar
Hi, One observation we made is that: when we try to make the interface down and bring up again. the interface starts working. */opt/opwv/integra/SystemActivePath/tools/vpp/bin/vppctl set interface state device_c/0/0 down* */opt/opwv/integra/SystemActivePath/tools/vpp/bin/vppctl set interface

[vpp-dev] VPP at ~150Mpps on a Dell R720

2022-11-17 Thread Pim van Pelt via lists.fd.io
Hoi folks, >From time to time I'm invited to share how the VPP development community is progressing. This week I joined the DENOG folks in Hamburg, Germany, to show how a combination of VPP, Linux Control Plane, and higher level automation like vppcfg come together to provide a reasonably

[vpp-dev] There is bug in esp decrypt

2022-11-17 Thread Guangming
Hi, I think there is bug in esp decrypt function. The right parameter should be n_sync like esp encrypt. The current code may be crash in esp_process_ops becasuse bufs is not sync_bufs. the current code: esp_decrypt_prepare_sync_op ( vm, node, ptd, _ops, _ops, op, sa0, payload, len,