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 2BAD9A0350; Tue, 30 Jun 2020 09:04:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 199FB1BE91; Tue, 30 Jun 2020 09:04:34 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 9501B2C01 for ; Tue, 30 Jun 2020 09:04:32 +0200 (CEST) IronPort-SDR: suNbDYftFLnBuQFK01xlfrbpBl5vc2jq/kDfB9TfUYXtKptlmFskxGBj7Q0cObZCtU5H5i335K rFdRxtrd7eng== X-IronPort-AV: E=McAfee;i="6000,8403,9666"; a="126289931" X-IronPort-AV: E=Sophos;i="5.75,296,1589266800"; d="scan'208";a="126289931" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2020 00:04:16 -0700 IronPort-SDR: TVoEnW9tuPMNG/vc2ypXKRSEdrYQepMTR2HdDdTpLTc4U58KPRiZxOhUAl5iOH3XvJ7N9d4Mr0 Cbw7JsTbo8rw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,296,1589266800"; d="scan'208";a="481076948" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by fmsmga005.fm.intel.com with ESMTP; 30 Jun 2020 00:04:15 -0700 From: yufengmx To: dts@dpdk.org, lijuan.tu@intel.com, yingyax.han@intel.com Cc: yufengmx Date: Tue, 30 Jun 2020 15:04:02 +0800 Message-Id: <20200630070409.27542-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 0/7] l3fwd: change core/thread/queue definition X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" change core/thread/queue definition. v2: - limit the behavior to use one core to poll 2 queues of the same port when physical cores >= ports number. yufengmx (7): conf/l3fwd: change core/thread/queue definition conf/vf_l3fwd_kernelpf: change core/thread/queue definition conf/l3fwd_em: change core/thread/queue definition conf/l3fwd_lpm_ipv4_rfc2544: change core/thread/queue definition conf/l3fwd_lpm_ipv4: change core/thread/queue definition conf/l3fwd_lpm_ipv6: change core/thread/queue definition tests/l3fwd_base: change core/thread/queue definition conf/l3fwd.cfg | 90 ++++++++++++++++----------------- conf/l3fwd_em.cfg | 30 +++++------ conf/l3fwd_lpm_ipv4.cfg | 20 ++++---- conf/l3fwd_lpm_ipv4_rfc2544.cfg | 20 ++++---- conf/l3fwd_lpm_ipv6.cfg | 20 ++++---- conf/vf_l3fwd_kernelpf.cfg | 20 ++++---- tests/l3fwd_base.py | 79 ++++++++++++++++++++++++----- 7 files changed, 167 insertions(+), 112 deletions(-) -- 2.21.0