[vpp-dev] VPP Release 18.10: RC1 is tomorrow!!!

2018-10-08 Thread Marco Varlese
Dear all, Gentle reminder about -RC1 deadline happening tomorrow [1]. [1] https://wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_18.10 Regards, -- Marco V SUSE LINUX GmbH | GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) Maxfeldstr. 5, D-90409, Nürnberg -

Re: [vpp-dev] Elog binary file format

2018-10-08 Thread Florin Coras
Also, take a look at c2cpel and cpeldump. The first allows you to convert log files to cpel files while the second converts cpel to text. Hope this helps, Florin > On Oct 8, 2018, at 9:22 AM, Damjan Marion via Lists.Fd.Io > wrote: > > > -- > Damjan > >> On 8 Oct 2018, at 07:37, Aleksande

Re: [vpp-dev] Elog binary file format

2018-10-08 Thread Damjan Marion via Lists.Fd.Io
-- Damjan > On 8 Oct 2018, at 07:37, Aleksander Djuric > wrote: > > Hi Everyone! > > I am trying to parse binary ELOG file, but have no success. > Is there someone who know something about ELOG file format? > At now I'm trying to get the unix timestamp of the each event. > > I had found sma

[vpp-dev] Elog binary file format

2018-10-08 Thread Aleksander Djuric
Hi Everyone! I am trying to parse binary ELOG file, but have no success. Is there someone who know something about ELOG file format? At now I'm trying to get the unix timestamp of the each event. I had found small python script here: https://github.com/theleos88/vpp-bench/wiki/ELOG ...but it's no

Re: [vpp-dev] CSIT - VirtualEthernet interface UP issue

2018-10-08 Thread Juraj Sloboda -X (jsloboda - PANTHEON TECHNOLOGIES@Cisco) via Lists.Fd.Io
Hi, The behavior was intentionally changed in 'b192feb vhost-user: Interface state updates' so that link is reported in up state if and only if admin state is up and vhost-user slave (vpp) interface is connected to vhost-user master (qemu). The connection state can also be inferred from outpu

[vpp-dev] CSIT - VirtualEthernet interface UP issue

2018-10-08 Thread Peter Mikus via Lists.Fd.Io
Hello vpp-dev, Recently we are facing issue that VirtualEthernet interfaces (vhost-user) are not coming UP once we put them to admin UP state. Brief bisecting reveals that its happening after one of these: git log --pretty=oneline 0a4e006..5507192 5507192339aed14634929b3e8d7c5d3e5ea8f997 Fix J