From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D145B36E for ; Fri, 10 Mar 2017 17:51:12 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Mar 2017 08:51:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,141,1486454400"; d="scan'208";a="74659087" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 10 Mar 2017 08:51:12 -0800 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 10 Mar 2017 08:51:11 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX151.amr.corp.intel.com (10.18.125.4) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 10 Mar 2017 08:51:11 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.177]) with mapi id 14.03.0248.002; Sat, 11 Mar 2017 00:51:09 +0800 From: "Wu, Jingjing" To: Pascal Mazon CC: "dev@dpdk.org" Thread-Topic: [PATCH] app/testpmd: add default MAC set cmd Thread-Index: AQHSk/+B8uESYB0vgEugXUcjJGdeUqGOVLxw Date: Fri, 10 Mar 2017 16:51:09 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810CF140D@SHSMSX103.ccr.corp.intel.com> References: In-Reply-To: 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] app/testpmd: add default MAC set cmd 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: Fri, 10 Mar 2017 16:51:13 -0000 > -----Original Message----- > From: Pascal Mazon [mailto:pascal.mazon@6wind.com] > Sent: Friday, March 3, 2017 3:20 AM > To: Wu, Jingjing > Cc: dev@dpdk.org; Pascal Mazon > Subject: [PATCH] app/testpmd: add default MAC set cmd >=20 > Signed-off-by: Pascal Mazon Acked-by: Jingjing Wu Just don't forget the doc update. Thanks.