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 D6E93A0526; 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 2A4741C2FB; Fri, 24 Jul 2020 14:43:10 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id C3F931C12D 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=1595594588; 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=cB75dPKSSZdr9NfhKYcEcHREfa/HekroBdc87NzDoa0i2cg1xnkLAAguWSwGA+Olenz/+g fVc4C0hJSLupsKsu8TQ6CWPKAtPmfkN/SKkLY7+FFeJAgJRDsXnh7ZpnQmIZWr8ZIoT8i9 Q6iEHWhlXjaNxBEsK57CYJNp6lKtoGg= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-69-GCVmv4xwP4anutDGiDrk-A-1; Fri, 24 Jul 2020 08:42:41 -0400 X-MC-Unique: GCVmv4xwP4anutDGiDrk-A-1 Received: by mail-ua1-f69.google.com with SMTP id x1so2643779uar.4 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=hDRd4egA1So43DSdQcyabJNcfTF2u6+GqWG/J9Kf9nejuXrSVpQgIBg1wLLv4Kt6Nx HsuJJ3MKCshq9kO/7EIXMTY7Wm8ilIGfN+tN7E5aNdg8j9ImTdkIitW7YuF64q9Pkbbw WMSRz64woL5o/NFYfwhFH0ZDhRXuFXL1nD9VZsRRWAIoKAss71IINhUDSS0w2Ihn2hCz LPJgKhecOzHlsHsy2351XBG7vspz1mEHJ45+n19mL8GkxIzUkGwZHOHfD8iiLfP6gzfb 6swiYR3TASlrren5FH/p5hNN0yLvW3pu7UxNmNtlyeZLONQtPiSCtDDc7+afGb7oWs/E Z8+g== X-Gm-Message-State: AOAM530wC4p6h7bWRaATgkTP580udpILDcdFOr0HpAMClDG30f14h8j8 Auc+mlPMD78uMgLWWz5HwxBELqxUOw4pBEh/OLgArGV8ebgwPALYzt1ZvIpAHrcqgQfhrsvsBQw QiByVpjLEcgA3ccGw2vs= X-Received: by 2002:a05:6102:31bc:: with SMTP id d28mr7645521vsh.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-dev] [PATCH 0/2] Fix vhost performance regression 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" 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