[vpp-dev] how to config vrrp unicast mode

2021-12-28 Thread Guangming
Thanks Guangming zhangguangm...@baicells.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20670): https://lists.fd.io/g/vpp-dev/message/20670 Mute This Topic: https://lists.fd.io/mt/87993023/21656 Group Owner: vpp-dev+ow...@lists.fd.io

Re: [vpp-dev] how to config vrrp unicast mode

2022-01-03 Thread Guangming
is not same that master device used when it handle the send and recieve packet. One is virtual MAC , the other is real MAC. I think both are virtual mac is more friendly to peer device. Thanks Guangming zhangguangm...@baicells.com From: Matthew Smith Date: 2022-01-04 03:02 To: zhangguangm

Re: [vpp-dev] Is there a bug in IKEv2 when enable multithread ?

2021-11-04 Thread Guangming
:0d.0 supports-statistics: yes supports-test: yes supports-eeprom-access: no supports-register-dump: yes supports-priv-flags: no Guangming Thanks zhangguangm...@baicells.com From: Benoit Ganne (bganne) Date: 2021-11-05 01:12 To: zhangguangm...@baicells.com CC: vpp-dev Subject: RE: Is there

Re: [vpp-dev] Is there a bug in IKEv2 when enable multithread ?

2021-11-05 Thread Guangming
> bus-info: :02:0d.0 > supports-statistics: yes > supports-test: yes > supports-eeprom-access: no > supports-register-dump: yes > supports-priv-flags: no > > > Guangming > > Thanks > > > > zhangguangm...@baicells.c

Re: [vpp-dev] how to config vrrp unicast mode

2022-01-10 Thread Guangming
1-11 01:22 To: Guangming CC: vpp-dev Subject: Re: [vpp-dev] how to config vrrp unicast mode Hi Guangming, I merged https://gerrit.fd.io/r/c/vpp/+/34768. It allows the virtual address to be added when accept mode is enabled on a VR which sends unicast advertisements. Thanks, -Matt On Mon, Jan 3, 2022 a

Re: [vpp-dev] how to config vrrp unicast mode

2022-01-10 Thread Guangming
o reply, id 2107, seq 2180, length 64 zhangguangm...@baicells.com From: Matthew Smith via lists.fd.io Date: 2022-01-11 01:22 To: Guangming CC: vpp-dev Subject: Re: [vpp-dev] how to config vrrp unicast mode Hi Guangming, I merged https://gerrit.fd.io/r/c/vpp/+/34768. It allows the virtual address

Re: [vpp-dev] VPP v22.02 not coming up

2022-05-24 Thread Guangming
Hi, I have compiled VPP v22.02 on Centos 8.4. I was able to compile it. But when I installed it and modified /etc/vpp/startup.conf, vpp service is not able to come up. I added below sections in /etc/vpp/startup.conf:- dpdk { socket-mem 1024 dev :00:08.0 dev :00:09.0 dev :00:0a.0

[vpp-dev] The position of ipsec4-output-feature in the arc ip4-output

2022-07-12 Thread Guangming
move this node position? Thanks Guangming zhangguangm...@baicells.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21642): https://lists.fd.io/g/vpp-dev/message/21642 Mute This Topic: https://lists.fd.io/mt/92328476/21656 Group Owner: v

Re: [vpp-dev] There is bug in patch

2022-09-28 Thread Guangming
, many client attach and detach is usaual beviour. Thanks Guangming zhangguangm...@baicells.com From: Benoit Ganne (bganne) via lists.fd.io Date: 2022-09-28 16:22 To: vpp-dev@lists.fd.io CC: Zhang, Roy Fan; Bronowski, PiotrX; Lijian Zhang; Honnappa Nagarahalli Subject: Re: [vpp-dev

[vpp-dev] There is bug in patch

2022-09-26 Thread Guangming
2147483647 action bypass type ip4-inbound-bypass protocol UDP local addr range 0.0.0.0 - 255.255.255.255 port range 4500 - 4500 remote addr range 0.0.0.0 - 255.255.255.255 port range 0 - 65535 packets 0 bytes 0 Thanks Guangming zhangguangm...@baicells.com

[vpp-dev] Questions about no-multi-seg

2022-10-10 Thread Guangming
? Thanks Guangming zhangguangm...@baicells.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21981): https://lists.fd.io/g/vpp-dev/message/21981 Mute This Topic: https://lists.fd.io/mt/94231354/21656 Group Owner: vpp-dev+ow...@lists.fd.io

[vpp-dev] A question about last used timestamp in ipsec sa

2022-10-14 Thread Guangming
be fit to both sync node and async mode. Use a new timestamp counter or add timestamp in old couter ipsec_sa_counters ? struct xfrm_lifetime_cur { __u64 bytes; __u64 packets; __u64 add_time; __u64 use_time; }; Thanks Guangming zhangguangm...@baicells.com

Re: [vpp-dev] A question about last used timestamp in ipsec sa

2022-10-14 Thread Guangming
> -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Guangming > Sent: Friday, October 14, 2022 8:37 > To: neale ; radu.nicolau ; > roy.fan.zhang > Cc: vpp-dev > Subject: [vpp-dev] A question about last used timestamp in ipsec sa > > > > Hi,Neale , R

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 https

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

2022-11-18 Thread Guangming
I got the same issue when use cli "ipsec sa del id" delete sa that was used by esp encrypt/decrypt zhangguangm...@baicells.com From: jiangxiaoming Date: 2022-11-18 19:13 To: vpp-dev Subject: Re: [vpp-dev] There is bug in esp decrypt Hi neale, The function ipsec_sa_get call in

Re: [vpp-dev] VPP - 'No debugging symbols found in /usr/lib/vpp plugins/dpdk plugin.so'

2022-11-28 Thread Guangming
) Thanks Guangming zhangguangm...@baicells.com From: Benoit Ganne (bganne) via lists.fd.io Date: 2022-11-28 21:18 To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] VPP - 'No debugging symbols found in /usr/lib/vpp plugins/dpdk plugin.so' Did you installed vpp from packages? If so, you'll need the vpp

Re: [vpp-dev] VPP - 'No debugging symbols found in /usr/lib/vpp plugins/dpdk plugin.so'

2022-11-28 Thread Guangming
not find how to rebuild dpdk static lib with symbol in VPP project. Thanks Guangming zhangguangm...@baicells.com From: Gabor LENCSE Date: 2022-11-29 09:28 To: vpp-dev Subject: Re: [vpp-dev] VPP - 'No debugging symbols found in /usr/lib/vpp plugins/dpdk plugin.so' Hi Guangming, Do you use

[vpp-dev] There is bug in esp decrypt

2022-11-17 Thread Guangming
, cpd.icv_sz, cpd.iv_sz, pd, pd2, b[0], sync_next, b - bufs); /* next */ the right code: esp_decrypt_prepare_sync_op ( vm, node, ptd, _ops, _ops, op, sa0, payload, len, cpd.icv_sz, cpd.iv_sz, pd, pd2, b[0], sync_next, n_sync); /* next */ Guangming zhangguangm...@baicells.com e

Re: [vpp-dev] "tx frame not ready " error in host-vpp1out tx

2022-11-21 Thread Guangming
Hi Mohsin I have find the root cause of this issue. VPP send a huge malform packet to linux kernel, the memcpy in VNET_DEVICE_CLASS_TX_FN (af_packet_device_class) overwrite the tx_ring Thanks Guangming zhangguangm...@baicells.com From: Mohsin Kazmi via lists.fd.io Date

[vpp-dev] The tap one tx vring used buffer is full

2023-01-19 Thread Guangming
Hi I used interface tap v2 as chanel between vpp and linux kernel. On some unkown conditions, I found one tx ring dose not work. The cause is the tx vring buff is full, desc_in_use is equal to qsz . I do not know the trigger, maybe the kick message was missed or the other errror .

[vpp-dev] "tx frame not ready " error in host-vpp1out tx

2022-11-08 Thread Guangming
vpp1out Link speed: unknown RX Queues: queue thread mode 0 vpp_wk_0 (1) interrupt Ethernet address 02:fe:06:f0:ef:d6 Linux PACKET socket interface block:10485760 frame:10240 next frame:867 available:0 request:0 sending:0 wrong:1024 total:1024 Thanks Guang

Re: [vpp-dev] VPP Hardware Interface Output show Carrier Down

2023-02-17 Thread Guangming
you can use vppctl show log to display more startup meesage. VMXNET3 need load vmxnet3_plugin.so. zhangguangm...@baicells.com From: sunil kumar Date: 2023-02-17 21:46 To: vpp-dev Subject: [vpp-dev] VPP Hardware Interface Output show Carrier Down Hi, We are observing the state of the vpp

[vpp-dev] One question about fast path ipv4 inbound

2023-02-11 Thread Guangming
address( tunne out header address). Is this is bug or you have some speical code that i did not find Thansk Guangming zhangguangm...@baicells.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22578): https://lists.fd.io/g/vpp-dev/message/22578

Re: [vpp-dev] sigsegv and its handler

2023-02-01 Thread Guangming
Hi , Stanislav Zaikin May be memroy overwrite issue, especial vlib buffer. Becasue VPP use vector packet processing, not scalar packet processing, so you can see a unexpected nodes even if not a stack corrupted . You can use debug version with CLIB_DEBUG>0 to location the root cause.

Re: [vpp-dev] One question about fast path ipv4 inbound

2023-02-12 Thread Guangming
icy into fpd table shoud use ipsec tunnel src and dst address not use traffic selector address . Guangming zhangguangm...@baicells.com From: Bronowski, PiotrX Date: 2023-02-13 05:13 To: zhang, Guangming; vpp-dev Subject: Re: [vpp-dev] One question about fast path ipv4 inbound Hi Guangming I am n

Re: [vpp-dev] One question about fast path ipv4 inbound

2023-02-12 Thread Guangming
s->tunnel.t_src.ip.ip4; tuple->raddr = s->tunnel.t_dst.ip.ip4; } } } else tuple->spi = INDEX_INVALID; Guangming zhangguangm...@baicells.com From: Bronowski, PiotrX Date: 2023-02-13 05:13 To: zhang, Guangming; vpp-dev Subject: RE: One questi