Re: [vpp-dev] [csit-dev] [FD.io Helpdesk #73486] Jenkins.fd.io network issues

2019-04-30 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
> I increased idle timeout from 10min to 60min. Was it around the time this [2] job failed recently? 16:14:44 ++ sleep 184s 16:16:29 FATAL: command execution failed Vratko. [2] https://jenkins.fd.io/job/csit-vpp-perf-verify-master-3n-hsw/335/console -Original Message- From: csit-..

Re: [vpp-dev] [csit-dev] [FD.io Helpdesk #73486] Jenkins.fd.io network issues

2019-04-30 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
>> interleaved by quick periods of activity >>> 09:26:36 ++ sleep 197s > send any keepalive packages I always assumed the console outputs are enough to keep jnlp connection alive. Also, I believe this failure over weekend has hit multiple jobs at once. For example https://jenkins.fd.io/job/cs

Re: [vpp-dev] [csit-dev] [FD.io Helpdesk #73486] Jenkins.fd.io network issues

2019-04-30 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
> 05:26:36 mkdir: cannot create directory '/tmp/reservation_dir': File exists That error is expected, it just means the testbed is currently used by another job, so this job should sleep a while and try again. > the job was waiting (sleep) from 04:45:12 til 05:26:36 I believe my browser is showi

Re: [vpp-dev] span does not work with vlan sub_interface

2019-04-30 Thread Berna Demir
Thanks for explanation. So I need to span parent interface. On Tue, Apr 30, 2019 at 4:36 PM Damjan Marion wrote: > > > On 30 Apr 2019, at 13:46, Berna Demir wrote: > > Hi > > I've used following commands to span packets of vlan sub_interface > to a tap interface, but nothing captured on tap int

Re: [vpp-dev] span does not work with vlan sub_interface

2019-04-30 Thread Damjan Marion via Lists.Fd.Io
> On 30 Apr 2019, at 13:46, Berna Demir wrote: > > Hi > > I've used following commands to span packets of vlan sub_interface > to a tap interface, but nothing captured on tap interface in Linux. > > vpp_api_test> create_vlan_subif GigabitEthernet3/0/0 vlan 2100 > > vppctl> > set interface s

[vpp-dev] span does not work with vlan sub_interface

2019-04-30 Thread Berna Demir
Hi I've used following commands to span packets of vlan sub_interface to a tap interface, but nothing captured on tap interface in Linux. vpp_api_test> create_vlan_subif GigabitEthernet3/0/0 vlan 2100 vppctl> set interface state GigabitEthernet3/0/0 up set interface state GigabitEthernet3/0/0.21

Re: [vpp-dev] Centos job failing because of python-ply package

2019-04-30 Thread Nitin Saxena
Failure log from https://jenkins.fd.io/job/vpp-verify-master-centos7/18637/console 13:05:40 FAILED: vlibmemory/memclnt.api.h 13:05:40 cd /w/workspace/vpp-verify-master-centos7/build-root/build-vpp-native/vpp/vlibmemory && mkdir -p /w/workspace/vpp-verify-master-centos7/build-root/build-vpp-nat

[vpp-dev] Centos job failing because of python-ply package

2019-04-30 Thread Nitin Saxena
Hi, The Centos job has been failing in https://gerrit.fd.io/r/#/c/18564/ because cmake is not able to find python-ply package. I can see that the master branch has fix from Paul for this but still this is failing. Any help?? Thanks, Nitin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

Re: [vpp-dev] backward PAPI-compatibility

2019-04-30 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
By the way, I prefer to have default values defined already in .api.json files, for example like this [6]; assuming it does not break language bindings. That way we will have just one kind of backward compatibility, so it will be easier to decide API version bumps. Vratko. [6] https://gerrit.fd

Re: [vpp-dev] backward PAPI-compatibility

2019-04-30 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
> [1] https://gerrit.fd.io/r/#/c/19233/1/src/vnet/interface.api > [2] https://gerrit.fd.io/r/#/c/19235/3/src/vnet/interface.api > [3] https://gerrit.fd.io/r/#/c/19234/2/src/vnet/interface.api > [4] https://gerrit.fd.io/r/#/c/19199/3/src/vnet/interface.api > [5] https://gerrit.fd.io/r/#/c/19198/3/s