From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 60920A04BC; Fri, 9 Oct 2020 14:53:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DD5061D659; Fri, 9 Oct 2020 14:53:48 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id A32621D637 for ; Fri, 9 Oct 2020 14:53:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602248026; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=U0DrY4UkThEk8+R2NMyYwBA55kpHiiAVhWFXCtEsj38=; b=f8jOPqKK983f2488rIh8G6qljurbpMpqfKuKJ1gH6U4HAPooPbCk76VAvaEsZxtztVqvnz HZQdjMPsvNm9oKK+iOvwnGvDYPsIssvG0AV/wb3Mbk6R0pk9gNSZKZy7fJI+i5lVn2zhrZ Rpzdhw8dkCwZUPwwrIGZWOyDkvtwidk= Received: from mail-ua1-f71.google.com (mail-ua1-f71.google.com [209.85.222.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-518-ck1BxkgrMIyLaPdVrMe8BQ-1; Fri, 09 Oct 2020 08:53:44 -0400 X-MC-Unique: ck1BxkgrMIyLaPdVrMe8BQ-1 Received: by mail-ua1-f71.google.com with SMTP id w17so2477327uaj.0 for ; Fri, 09 Oct 2020 05:53:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=U0DrY4UkThEk8+R2NMyYwBA55kpHiiAVhWFXCtEsj38=; b=Zd5E/NAWhYa9iVQZw6Re/4pIJthobsJUcH4DUdhNuG4NPy2DFMCS2rK1yrJzqhDEC4 MKO2d17KKcbOLFye7Gp2RYELTDNLnPp9QdBbwoeq8dYDXxEo4MsHjMGCKtHoVnTT0WQo bJceMoSahhoD8nrp7iOc9/WrUrWpC9h3j7fRFxx/GBtAJOo/W/E6KHE2FG5ctvE+C+zm czyfTTYoVzBW6setcJE+EgNiukA11XwwNROLawp2qJ51Awc4pe9rEAZ1+jvhm8Xb4ePp 19u36s+LsfH2usM/TOLxsn9/o2uRNQ1RpT1fJVst9LcG5fC6xB8B0NWmFTXGnEm0YHEE 4QtA== X-Gm-Message-State: AOAM533hnGhPgLmyUt5rEGGddd0agFFx63XcAw4zrWbW4i/bGDbNSiiE dDClUFPoxNzNk7D7cSzNwu5gVVKfNMDWI5PTFl+dbL+1JHYrOLCbQc2CHk10ePqBFIlf5m25Pgb mzUKccpm47bn2GchsZMQ= X-Received: by 2002:a05:6102:5d:: with SMTP id k29mr7357492vsp.17.1602248023504; Fri, 09 Oct 2020 05:53:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx7zDp1mVfaQ2xD2y1Om+Dop/+n19x8PTnDBSszjvGU7efnLEPmIR2ZDM2hlCxyJqQPbAPFJxySONm8WYGaOQQ= X-Received: by 2002:a05:6102:5d:: with SMTP id k29mr7357482vsp.17.1602248023306; Fri, 09 Oct 2020 05:53:43 -0700 (PDT) MIME-Version: 1.0 References: <20200925224209.12173-1-l.wojciechow@partner.samsung.com> <20201008052323.11547-1-l.wojciechow@partner.samsung.com> <93539a05-31de-f973-028e-175d82d0eb29@partner.samsung.com> In-Reply-To: <93539a05-31de-f973-028e-175d82d0eb29@partner.samsung.com> From: David Marchand Date: Fri, 9 Oct 2020 14:53:32 +0200 Message-ID: To: Lukasz Wojciechowski Cc: David Hunt , Honnappa Nagarahalli , dev , Sarosh Arif Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v5 00/15] fix distributor synchronization issues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello Lukasz, On Thu, Oct 8, 2020 at 11:17 PM Lukasz Wojciechowski wrote: > I'm here if you have any questions or suggestions Unfortunately, I can see a timeout on the distributor autotest in Travis: https://travis-ci.com/github/ovsrobot/dpdk/jobs/396703415#L1151 Can you have a look? Btw, did you receive a notification about this from the robot? -- David Marchand