From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1ECCA1B70C for ; Tue, 24 Oct 2017 03:38:22 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2017 18:38:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,424,1503385200"; d="scan'208";a="166203142" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 23 Oct 2017 18:38:19 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 23 Oct 2017 18:38:19 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 23 Oct 2017 18:38:18 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Tue, 24 Oct 2017 09:38:17 +0800 From: "Wu, Jingjing" To: "Li, Xiaoyun" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3] examples/l3fwd: pass flow arguments when start app Thread-Index: AQHTR+DKn3ueugf8T02nF1LhibcCA6LyQVbw Date: Tue, 24 Oct 2017 01:38:16 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810E9FA64@SHSMSX103.ccr.corp.intel.com> References: <1506736748-50515-1-git-send-email-xiaoyun.li@intel.com> <1508310691-34865-1-git-send-email-xiaoyun.li@intel.com> In-Reply-To: <1508310691-34865-1-git-send-email-xiaoyun.li@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] examples/l3fwd: pass flow arguments when start app 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: , X-List-Received-Date: Tue, 24 Oct 2017 01:38:23 -0000 > -----Original Message----- > From: Li, Xiaoyun > Sent: Wednesday, October 18, 2017 3:12 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Li, Xiaoyun > Subject: [PATCH v3] examples/l3fwd: pass flow arguments when start app >=20 > To make the performance can be tuning on different NICs or platforms. We > need to make the number of descriptors as arguments when starting l3fwd > application. >=20 > Signed-off-by: Xiaoyun Li Agree to this change. Reviewed-by: Jingjing Wu