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 D63BEA04A5; Thu, 18 Jun 2020 04:16:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C71251252; Thu, 18 Jun 2020 04:16:26 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 19E641023 for ; Thu, 18 Jun 2020 04:16:24 +0200 (CEST) IronPort-SDR: NCqloXcWdMQpaThJ1oAr0X7EswGHZebnMmiH1vJB0qSeHdZEue5QP8GTwAUECAKbpmm0R5+FAN jN8t3wq9Sm+Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2020 19:16:23 -0700 IronPort-SDR: XhdB+M85GC5OwHwER0SVC8pQG349XvYIAzOPP8wG8+LXA528V00rcKTzLjbM2kmIGufbfQ4N65 jvw9AKvic1hw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,524,1583222400"; d="scan'208";a="477031830" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 17 Jun 2020 19:16:23 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 17 Jun 2020 19:16:23 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 18 Jun 2020 10:16:21 +0800 Received: from shsmsx605.ccr.corp.intel.com ([10.109.6.215]) by SHSMSX605.ccr.corp.intel.com ([10.109.6.215]) with mapi id 15.01.1713.004; Thu, 18 Jun 2020 10:16:20 +0800 From: "Mo, YufengX" To: "dts@dpdk.org" , "Tu, Lijuan" Thread-Topic: [dts][PATCH V1 0/7] l3fwd: change core/thread/queue definition Thread-Index: AQHWRIJvC/01PzN6ukSZAYlHuz7Ftajdo9NQ Date: Thu, 18 Jun 2020 02:16:20 +0000 Message-ID: <12df871e7c76469482acb65daf69c25b@intel.com> References: <20200617083659.4719-1-yufengx.mo@intel.com> In-Reply-To: <20200617083659.4719-1-yufengx.mo@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" Tested by Mo, YufengX > -----Original Message----- > From: Mo, YufengX > Sent: Wednesday, June 17, 2020 4:37 PM > To: dts@dpdk.org; Tu, Lijuan > Cc: Mo, YufengX > Subject: [dts][PATCH V1 0/7] l3fwd: change core/thread/queue definition >=20 > change core/thread/queue definition. >=20 >=20 > 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 >=20 > 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 | 63 ++++++++++++++++++++--- > 7 files changed, 156 insertions(+), 107 deletions(-) >=20 > -- > 2.21.0