From patchwork Tue Jan 21 03:06:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiao Wang X-Patchwork-Id: 64934 Return-Path: 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 ; 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 To: david.hunt@intel.com Cc: dev@dpdk.org, Xiao Wang 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-)