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 BCA7F8E97 for ; Thu, 12 Nov 2015 11:26:59 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 12 Nov 2015 02:26:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,281,1444719600"; d="scan'208";a="835391463" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga001.fm.intel.com with ESMTP; 12 Nov 2015 02:26:58 -0800 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.228]) by irsmsx110.ger.corp.intel.com ([169.254.15.163]) with mapi id 14.03.0248.002; Thu, 12 Nov 2015 10:26:57 +0000 From: "Chilikin, Andrey" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] examples/l3fwd: fix eth-dest commandline strncmp size Thread-Index: AQHRFZZwCjahyRK410KrNajOIipqaJ6YPf/A Date: Thu, 12 Nov 2015 10:26:56 +0000 Message-ID: References: <1446486351-13238-1-git-send-email-john.mcnamara@intel.com> In-Reply-To: <1446486351-13238-1-git-send-email-john.mcnamara@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/l3fwd: fix eth-dest commandline strncmp size 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: Thu, 12 Nov 2015 10:27:00 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of John McNamara > Sent: Monday, November 2, 2015 5:46 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] examples/l3fwd: fix eth-dest commandline > strncmp size >=20 > Fix minor, and non critical, copy and paste error in strncmp() of eth-des= t > commandline argument. >=20 > Fixes: bd785f6f6791 ("examples/l3fwd: make destination mac address > configurable") >=20 > Signed-off-by: John McNamara Acked-by: Andrey Chilikin