[0/2] l3fwd-power fixes
Message ID | 20200121030657.39048-1-xiao.w.wang@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B2319A0527; Mon, 20 Jan 2020 16:12:41 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E584A374E; Mon, 20 Jan 2020 16:12:40 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 6102B2C6A for <dev@dpdk.org>; Mon, 20 Jan 2020 16:12:39 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jan 2020 07:12:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,342,1574150400"; d="scan'208";a="219674100" Received: from dpdk-xiao1.sh.intel.com ([10.67.110.150]) by orsmga008.jf.intel.com with ESMTP; 20 Jan 2020 07:12:37 -0800 From: Xiao Wang <xiao.w.wang@intel.com> To: david.hunt@intel.com Cc: dev@dpdk.org, Xiao Wang <xiao.w.wang@intel.com> Date: Mon, 20 Jan 2020 22:06:55 -0500 Message-Id: <20200121030657.39048-1-xiao.w.wang@intel.com> X-Mailer: git-send-email 2.15.1 Subject: [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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Xiao Wang
Jan. 21, 2020, 3:06 a.m. UTC
The second patch will apply failed without the first patch applied, so make 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. Xiao Wang (2): l3fwd-power: fix a typo l3fwd-power: fix interrupt disable examples/l3fwd-power/main.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-)