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 A39FDA0547; Fri, 14 Feb 2020 13:46:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7C7841B53; Fri, 14 Feb 2020 13:46:38 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id F15C13B5 for ; Fri, 14 Feb 2020 13:46:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581684396; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MnyDMh/NWT0xtkvkOF3k9s0Gx7goYfsbQqjt2TsR/8M=; b=Xhzt00iRK1yDdpT3/+gyGbEkUISgHsRHQ5DKPCxIitYSMzlbmoIPXBu7so1tIbDFRhl14A IOxT3WxOXNAiYw55zNeqayUjz5Te1qqtlfXraREPS6fGtRhiGVYIfZNrMmD6aGyCeIEn5W BRkanI8zYsv9jfH7pZE0jpcXfW0b9nM= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-248-JvgYEPcXM1evzHAa_infgQ-1; Fri, 14 Feb 2020 07:46:30 -0500 Received: by mail-vk1-f200.google.com with SMTP id k129so3250966vka.4 for ; Fri, 14 Feb 2020 04:46:30 -0800 (PST) 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=MKnvSjufDdWTjvRj+vyuxiE2gCWtgnRVOFXha3Rf/R8=; b=QAIQxR2zNJDmrU45q+Rt4/iZs3ZkB6Ydwl2F/Ue7sH+pAEG1VdhbaqtrmYRh69G0Q9 cc3uHIulvMrsaHyWpip4fuMKgCVyDdbpswoQppt6NarKQc+Tx8Qir8rmHbLbp7Zy4wlj b5kHJzFvONPyomZ296zIwQ+8oCwPwtKMsy7Fw/O8GwDNqjchqnbpllSzL9Bsn3HSz9EJ RMBUc4Rlx6pad2HsXrCCSQGKMwd4VJ0UtCv2tfhVPEhqHVXHOniK/Ye3Ym4nfTjvbvE/ sa6nUD6LhuwgxAFeNIF3VEpk8OJ9nRKITUYgwysAahq8DPryzmheSbDp0XrpaVM268/d EFuA== X-Gm-Message-State: APjAAAXybgDEAcXsQSK2y0lUMFOe8FM9E9oI02v3XqJOx1Onc8TCTD19 dJT1cwXWjcvnL/Ax9cvYoTjpeQHtZB9bis368CYuGJMfjP9lTlJV049yHGKBL36IJEHmiEJ5kSG AI+qIos3lLb5QU2UaPQA= X-Received: by 2002:a67:b303:: with SMTP id a3mr1279351vsm.141.1581684390397; Fri, 14 Feb 2020 04:46:30 -0800 (PST) X-Google-Smtp-Source: APXvYqxm7jlMjFhm34nKH43drgkhLr/zi9L/nCwFeQicnq919Lpe2Od79ULdztxR5gxbn5xPC/u6oa08YxKhbRutEOs= X-Received: by 2002:a67:b303:: with SMTP id a3mr1279336vsm.141.1581684390122; Fri, 14 Feb 2020 04:46:30 -0800 (PST) MIME-Version: 1.0 References: <20200121030657.39048-1-xiao.w.wang@intel.com> In-Reply-To: <20200121030657.39048-1-xiao.w.wang@intel.com> From: David Marchand Date: Fri, 14 Feb 2020 13:46:19 +0100 Message-ID: To: Xiao Wang Cc: David Hunt , dev , Harman Kalra , Liang Ma X-MC-Unique: JvgYEPcXM1evzHAa_infgQ-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH 0/2] l3fwd-power fixes 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 Mon, Jan 20, 2020 at 4:12 PM Xiao Wang wrote: > > The second patch will apply failed without the first patch applied, so ma= ke > them a series. The first patch is just a typo fix. The second patch fixes > the issue that the interrupts are turned off only on the Rx queues that > has traffic arrived, rather than all the Rx queues a core has taken. Series applied, thanks. --=20 David Marchand