[vpp-dev] VPP/AArch64 weekly meeting

2019-11-12 Thread Tina Tsou
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

Re: [vpp-dev] Centos 8 and python scripts

2019-11-12 Thread Renato Botelho do Couto via Lists.Fd.Io
On 31/10/19 13:17, Paul Vinciguerra wrote: Speaking for myself only, I would prefer that we didn't introduce per platform changes.  It would seem better to apply a single change that makes it through the CI gates. Are you OK with the way I implemented it [1]? Is it time for a (non-voting) Ce

Re: [vpp-dev] TAP interface rx strange behavior #vpp

2019-11-12 Thread Dimitar Ivanov
All this happen in case where tap interface is set to some bridge-domain ! If i create tap interface and set mactime on it, vnet_feature_start_device_input_x1 is hit and next node is correct root@ucpe-vpp:~# vppctl show trace --- Start of thread 0 vpp_main --- Packe

[vpp-dev] Coverity run FAILED as of 2019-11-12 14:07:17 UTC

2019-11-12 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 9 Newly detected: 0 Eliminated: 0 More details can be found at https://scan.coverity.com/projects/fd-io-vpp/view_defects -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14572): ht

[vpp-dev] Reminder: vpp project call TODAY at 8am PST

2019-11-12 Thread Dave Barach via Lists.Fd.Io
Thought I'd send a quick reminder of today's meeting, and also the recent end of Daylight Savings Time in the States. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14571): https://lists.fd.io/g/vpp-dev/message/14571 Mute This Topic: https://lists.

Re: [vpp-dev] TAP interface rx strange behavior #vpp

2019-11-12 Thread Damjan Marion via Lists.Fd.Io
> On 12 Nov 2019, at 10:19, Dimitar Ivanov wrote: > > Sorry for missing post to vpp-dev. > So i'm using correct TAP interface. yes, Looks like a bug. Somebidy will need to debug it. If you have time and gdb skills, try to find out if vnet_feature_start_device_input_x1 in src/vnet/devices/virt

Re: [vpp-dev] TAP interface rx strange behavior #vpp

2019-11-12 Thread Dimitar Ivanov
Sorry for missing post to vpp-dev. So i'm using correct TAP interface. Here is some trace with activated mactime on tap0 vpp# show trace Limiting display to 50 packets. To display more specify max. --- Start of thread 0 vpp_main --- Packet 1 00:02:42:141421: virtio

Re: [vpp-dev] TAP interface rx strange behavior #vpp

2019-11-12 Thread Damjan Marion via Lists.Fd.Io
> On 12 Nov 2019, at 08:57, Dimitar Ivanov wrote: > > Hi All, > I need a help in investigation of one problem with TAP interface. I try to > develop plugin that inspects packets send from Host Linux via TAP interface > and take some actions on them. Scenario is like this: > Linux Host Tap -