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 0C6CA5584 for ; Mon, 27 Jun 2016 17:47:44 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 27 Jun 2016 08:47:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,537,1459839600"; d="scan'208";a="1010552037" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga002.fm.intel.com with ESMTP; 27 Jun 2016 08:47:43 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by IRSMSX106.ger.corp.intel.com ([169.254.8.145]) with mapi id 14.03.0248.002; Mon, 27 Jun 2016 16:47:42 +0100 From: "Mcnamara, John" To: "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] examples/l3fwd: update usage and documentation Thread-Index: AQHR0H/6KslEoUwg/kC/Xlxr6hm/15/9dWUg Date: Mon, 27 Jun 2016 15:47:42 +0000 Message-ID: References: <1466672695-27041-1-git-send-email-beilei.xing@intel.com> <1467037608-15729-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1467037608-15729-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmNjNDBhNjItYjc2MC00NTVmLThkY2YtOWU0NDY4OWY1M2Q4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InVZZUE3VTJhb2xybFYzNTZsbDVBQlJyY3hoeTlrZHUrZENZaE5CcVN5dTg9In0= x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] examples/l3fwd: update usage and documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2016 15:47:45 -0000 > -----Original Message----- > From: Xing, Beilei > Sent: Monday, June 27, 2016 3:27 PM > To: Mcnamara, John > Cc: dev@dpdk.org; Xing, Beilei > Subject: [PATCH v2] examples/l3fwd: update usage and documentation >=20 > Update l3fwd example usage and documentation with missing options. >=20 > Signed-off-by: Beilei Xing Acked-by: John McNamara