[vpp-dev] FD.io CI Outage

2022-06-20 Thread Dave Wallace

Folks,

Jenkins.fd.io was inadvertently put into maintenance mode on Saturday.  
It was taken out of maintenance mode about 5 hours ago, but VPP & CSIT 
jobs are still stuck in the Jenkins Build Queue (currently 18 jobs in 
the queue).


LF-IT tickets [0] have been opened and resolution of the issue is ongoing.

Thank you for your patience as today is a US Holiday and the regular 
LF-IT support team is short staffed.

-daw-

[0] https://jira.linuxfoundation.org/plugins/servlet/theme/portal/2/IT-24179
https://jira.linuxfoundation.org/plugins/servlet/theme/portal/2/IT-24181

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21557): https://lists.fd.io/g/vpp-dev/message/21557
Mute This Topic: https://lists.fd.io/mt/91886472/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[vpp-dev] wait CLI

2022-06-20 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via lists.fd.io

A CLI command "wait" was added in [0],
and a related function vlib_process_suspend
was there in the first open commit [1].
I guess both are intended to be used during initialization,
forcing an exec script to slow down,
e.g. for a DHCP response to arrive.

But when I tried (in [2])
to teach "wait" it does not need to stop workers,
the verify job run [3] showed no effect.
If I am looking correctly, that is because
each worker gets only a shallow copy [4] of the process list.

Is this behavior intended?
Is there a way to pause only CLI processing
without also affecting worker threads?

Vratko.

[0] https://gerrit.fd.io/r/c/vpp/+/23004/10/src/vlib/unix/cli.c
[1] https://gerrit.fd.io/r/c/vpp/+/23/3/vlib/vlib/node_funcs.h#326
[2] https://gerrit.fd.io/r/c/vpp/+/36444
[3] https://jenkins.fd.io/job/vpp-verify-master-ubuntu2004-x86_64/9215/
[4] https://gerrit.fd.io/r/c/vpp/+/23/3/vlib/vlib/threads.c#665

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21556): https://lists.fd.io/g/vpp-dev/message/21556
Mute This Topic: https://lists.fd.io/mt/91882341/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



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 loop1.vlan1 (192.168.0.1/24)                                      bvi 
loop2.vlan2 (192.168.1.1/24)
|                                                                               
              |
|                                                                               
              |
|                                                                               
              |
                                                                
       ---
|                     |                                                         
             |                     |
|    bridge 1    |                                                              
        |    bridge 2    |
|                     |             -|  
                   |
|                     |                              |          |               
              |                     |
                               |         |                      
         ---
|          |
|          |
---
|                    |
|    bridge 3   |
|                    |
|                    |
---
|
|
input packet with vlan tag

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21555): https://lists.fd.io/g/vpp-dev/message/21555
Mute This Topic: https://lists.fd.io/mt/91870460/21656
Mute #vlan:https://lists.fd.io/g/vpp-dev/mutehashtag/vlan
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



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

2022-06-20 Thread Andrew Yourtchenko


> On 20 Jun 2022, at 05:31, yichanglui  wrote:
> 
> 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 ?

what is different between the two bridges with a trunk between them and a 
single bridge ?

Why not just use a single bridge ?

> 
> 2. I see the commit below:
> 270055a41accbb421d9016eb972fcd4ea0343671
> 
> perhaps the pipe support tag vlan in the commit before from this change. and 
> I don't know why do this change.

without it things weren’t happy in the RX path in some scenarios, IIRC.

—a


> 
> 
> 
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21554): https://lists.fd.io/g/vpp-dev/message/21554
Mute This Topic: https://lists.fd.io/mt/91870460/21656
Mute #vlan:https://lists.fd.io/g/vpp-dev/mutehashtag/vlan
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-