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 1A0C3A0526 for ; Fri, 24 Jul 2020 14:43:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0EC1B1C1D3; Fri, 24 Jul 2020 14:43:10 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 419641C12D for ; Fri, 24 Jul 2020 14:43:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595594587; 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=5Jl/GpEc4gurM0BukJqrBQQ2jcAP2VzpJEgqngkDkX8=; b=OdjUvm27SB2+003P5bb7x8/m6JKXaBJQGrMjeZtxijb7EfGJbdrGnJVs/mPIKhI78tnDf3 fGzY1mYQ1ktVbMJfqYUtwIxg8xwb0Ai5jYMtJT/SIVzpEIsg/dOnnjfx2p1OPAT5yl7hBa 9Vbw23Ek87okdC9WvUReCRLhRXXfBuA= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-52-udmVcTO5PmyaTFf-e0tpug-1; Fri, 24 Jul 2020 08:42:41 -0400 X-MC-Unique: udmVcTO5PmyaTFf-e0tpug-1 Received: by mail-vk1-f198.google.com with SMTP id a5so2858289vkh.20 for ; Fri, 24 Jul 2020 05:42:41 -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=5Jl/GpEc4gurM0BukJqrBQQ2jcAP2VzpJEgqngkDkX8=; b=NM5cR8wPq3q2yc9hdQQ2a84XcvL2fxmU2UJh6z1hGY/ydYPWUS4Djq3UzfjdN/3ws9 1hNYda63D9AMl6odg6a2T3H/pM77quCyE5MG8cWC1S6QFe+Mzy/t5Jkp7nnAoSbHRgci VQ5F/bG13Y6ZRArDzjNONkpolFrsAhrhul6au1BeqBzTbdg2aiPYvMuDMOE19naEhOMx S1niJKyAPNKMlXemom4j+XgJZALCcxx2jcCuyVAE0Rzfj/250vZUAapG0wUVHpYk1AYf /4Oy/6YjstQrXrc29XfYpquF57EKfaJoAffZDMBdEXsaQbg0RApJnLu2M/aD2W+YLGKz GCgA== X-Gm-Message-State: AOAM533EA7wozJAx8hwIkT6pR0hRt5TgwoEL3S0GLDRO8QUpuWanZhNe 3Fa4BywqbGo2UE82bkZiBdBwBZOdIlEvWJzoFT0fC73qoydueL9GyKsqXrWqLSgdn+m3CVPpwng rH2L04qxYSe4DwfinzA== X-Received: by 2002:a05:6102:31bc:: with SMTP id d28mr7645520vsh.180.1595594560667; Fri, 24 Jul 2020 05:42:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyGdql8rBno1eQ9TeI7rAAYrhYS4monQ1VP+RL+oiMBorseLjXatZieZKiKAf1UpGneSEjaiz4yR71G+COk7CA= X-Received: by 2002:a05:6102:31bc:: with SMTP id d28mr7645510vsh.180.1595594560441; Fri, 24 Jul 2020 05:42:40 -0700 (PDT) MIME-Version: 1.0 References: <20200723130854.322771-1-maxime.coquelin@redhat.com> <5a8329d8-4835-de6b-bce3-498b587c3cc9@redhat.com> In-Reply-To: <5a8329d8-4835-de6b-bce3-498b587c3cc9@redhat.com> From: David Marchand Date: Fri, 24 Jul 2020 14:42:29 +0200 Message-ID: To: dts@dpdk.org Cc: "Wang, Yinan" , "dev@dpdk.org" , "matan@mellanox.com" , "Xia, Chenbo" , "Liu, Yong" , "thomas@monjalon.net" , "Yigit, Ferruh" , Maxime Coquelin , ci@dpdk.org 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-ci] [PATCH 0/2] Fix vhost performance regression X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" On Fri, Jul 24, 2020 at 9:06 AM Maxime Coquelin wrote: > On 7/24/20 6:55 AM, Wang, Yinan wrote: > > Hi Maxime, > > > > The performance drop issue can be fixed, thanks! > > The multi-queues interrupt issue still exist w/ this patch set. > > Thanks for the test report, so that's only half good. > I'm setting up the multi-queues interrupt test case to further debug it. - We wasted time trying to understand why we could not start the l3fwd-power application like in the test report. I created a bz for dts. https://bugs.dpdk.org/show_bug.cgi?id=515 - There are also changes on the default configuration + recompilation of dpdk with make in DTS. DTS should use the default configuration. make will be dropped in 20.11. Thanks. -- David Marchand