From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CC991A00BE; Tue, 15 Mar 2022 04:06:10 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8F6A040395; Tue, 15 Mar 2022 04:06:10 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id BD6164014F for ; Tue, 15 Mar 2022 04:06:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647313568; x=1678849568; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=cGxy5lBsAPZwegSWAsMSJZMVQo6FStPehy1arlikJJM=; b=Eu5nSgIVyYMlJovM41j7/O77QcU/ekKc4Ml5QV8FwXzuboGVq9V17hgK aOQl5JCIzF2uV4jlsDuIC1TABou4j+XWb1puwmgCo2xEYCMrEQuzERTaO r55Lyyk82MfXhlTQlUxfIHscf5NhX57jn/Hhza2xVEhxIYhSFWaXa/eJn CKmP5zNyXkkA7iEh0+oftLtSLH3MiByQkhw5eNeSO6/aXXtRp5frtZGZX nq9v42q5BHnw+CGPMkVEYecxwiXn/liaEU6QgUejstJC2+I1rFPsaJWgZ KWXhf2K+6k1Oxl2I/JF0JrjzCM9z9ODXASW1Tz1OIOgHyS5OR+Lrp98PD Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10286"; a="238366892" X-IronPort-AV: E=Sophos;i="5.90,182,1643702400"; d="scan'208";a="238366892" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Mar 2022 20:06:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,182,1643702400"; d="scan'208";a="819458651" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga005.fm.intel.com with ESMTP; 14 Mar 2022 20:06:07 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Mon, 14 Mar 2022 20:06:06 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Tue, 15 Mar 2022 11:06:05 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.021; Tue, 15 Mar 2022 11:06:05 +0800 From: "Tu, Lijuan" To: "Han, YingyaX" , "dts@dpdk.org" CC: "Han, YingyaX" Subject: RE: [dts][PATCH V1]l3fwd: make RX and TX queue size configurable Thread-Topic: [dts][PATCH V1]l3fwd: make RX and TX queue size configurable Thread-Index: AQHYNPe31WYRJru4KEeWoqPR2LsfzKy/ySdg Date: Tue, 15 Mar 2022 03:06:04 +0000 Message-ID: References: <20220311032529.1384459-1-yingyax.han@intel.com> In-Reply-To: <20220311032529.1384459-1-yingyax.han@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 > -----Original Message----- > From: hanyingya > Sent: 2022=1B$BG/=1B(B3=1B$B7n=1B(B11=1B$BF|=1B(B 11:25 > To: dts@dpdk.org > Cc: Han, YingyaX > Subject: [dts][PATCH V1]l3fwd: make RX and TX queue size configurable >=20 > make RX and TX queue sizes configurable from the command line. > please refer to dpdk commit 8efffaec56e30ed92c2c3f6. >=20 > Signed-off-by: hanyingya Reviewed-by: Lijuan Tu Applied, thanks