Re: [vpp-dev] pipe not support tag traffic #vlan

2022-06-20 Thread yichanglui
my topology is below: In my original imagination, I want config bvi loop1 and loop2 on bridge 3. but one bridge only have one bvi, so I have to move two loop bvi, to bridge1 and bridge 2,  and link bridge 1/2 to bridge 3 with pipe, and then I found pipe-rx not support tag traffic bvi

[vpp-dev] pipe not support tag traffic #vlan

2022-06-19 Thread yichanglui
pipe does not support vlan tag from this link https://s3-docs.fd.io/vpp/22.06/aboutvpp/featurelist.html my question is: 1. is any other method to implement the tag traffic between two bridge ? 2. I see the commit below: 270055a41accbb421d9016eb972fcd4ea0343671 perhaps the pipe support tag vlan

Re: [EXTERNAL] Re: [vpp-dev] vpp hang on

2021-04-09 Thread yichanglui
i see it , but our Network architecture may be not  that easy to fit with this plan. we create many vrf on vpp, and connect to different device per vrf.  some device may have the same interconnection ip. So when application send to vpp the dst ip should be the device's interconnection ip , if

[EXTERNAL] Re: [vpp-dev] vpp hang on

2021-04-08 Thread yichanglui
hi ole: Do you mean vpp create host-interface,  and then use other appllication to send ping to vpp from host interface? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19164): https://lists.fd.io/g/vpp-dev/message/19164 Mute This Topic:

Re: [EXTERNAL] Re: [vpp-dev] vpp hang on

2021-04-08 Thread yichanglui
On Fri, Apr 9, 2021 at 12:22 AM, Chris Luke wrote: > > yes , my topic should be "vppctl hang on "  not "vpp hang on "  , i think > this problem is vppctl be called too  frequently, the vpp not release its > socket connection. on the other hander, we use cmd is "vppctl ping 100.100.0.x repeat 1

Re: [vpp-dev] vpp hang on

2021-04-08 Thread yichanglui
sorry i am not skilled at this mail system,  i can't find the mail i send last , so i retry my mail again. we have used the method 2 , and we do exec 30 service to keep conn with vpp by papi , and send cli_inband "ping 100.100.0.x table xx "per seccond , but it cause another problem,  the main

[vpp-dev] vpp hang on

2021-04-08 Thread yichanglui
hi We are going to use "vppctl ping " to detect whether the device is reacehable, but we have some problem below : we have above 50 service to do "vppctl ping 100.100.0.x repeat 1 table-id x " detect different devices, each service exec this command per 5 second, after 3~4 days, all