From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id D457C9404 for ; Mon, 7 Dec 2015 03:09:50 +0100 (CET) Received: by wmww144 with SMTP id w144so131874699wmw.0 for ; Sun, 06 Dec 2015 18:09:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=6f+uu0pYmWtvxIux2jgeDVrL/hS1Aj0RM22LxAs0hTI=; b=ilF+pdVRMWPwm3wgtLbL5n0BBJ5yi29pAKRw+fhIGxhjCwOyaXp4Jro6LDJpYJFlJB c8bQZH0ZyetmMsH/fgkrdQKTCj0hcdsOAf+7mlQPBqh5Tppd/xahLmJlxLClv5GcKB60 kjn0RM3qkYNfXRciJUylZ/0xo9JUYDGdqg+vx9CawL87LE7sWJiK99v1CFL8GGPDNwnw 4cuWVX7MxNS4eLlXjP1iQeePRQlzhzaBNuj6aF7cCi//dRyoFEJsKqTqLDlJycTjMv3l soyCF6ZBmTO3iVCEC8MIuKakHTTSj5XyZpJqqgu8Oqt8HWcfam70f8In46bWx+KAF0Dt xlyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=6f+uu0pYmWtvxIux2jgeDVrL/hS1Aj0RM22LxAs0hTI=; b=R6aQ7mUcW1Kh8pqtzZ8952JV5QVe45jOragRBggQLghflqSGiUqqv7Hb0F+N3d5Yv9 dchn0ca5mCoeVy/bkk/alJ50oCk0k53Otp6fEm7ZcaRAto/lfVv2yLqVdwDAYrjSy4gs FA65dWlfkf0Ob3W7um6rG/xwFpdfcuPiZDV1Tg6zrHiPqg3xpmzKocDoUGU6ZtCJdXQa 5gPzatqdJ+3Cukz+TpVHglV+dGl0R2Jpbkb/DEGacRSKR4V71GfFTDS/8dfRWFZG6x4s xk6ARPs8Vbh0LcCGOiP9dje4Tbpa5xtiBpyxdrAswaxk4ebN+SroLfLCwvJzUNZkIQ42 gg1g== X-Gm-Message-State: ALoCoQlFIKuwh5M8u4q+yV1P+t0pGBHOr+jiCHeeu9ofwOTAtrROqclsaUINLEufzKhRsKWtdqv8 X-Received: by 10.194.19.100 with SMTP id d4mr30634982wje.18.1449454190732; Sun, 06 Dec 2015 18:09:50 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id yr7sm11626233wjc.9.2015.12.06.18.09.49 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Dec 2015 18:09:49 -0800 (PST) From: Thomas Monjalon To: "Mcnamara, John" Date: Mon, 07 Dec 2015 03:08:38 +0100 Message-ID: <1892758.Z12yXzYxpm@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1446486351-13238-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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: Mon, 07 Dec 2015 02:09:51 -0000 > > Fix minor, and non critical, copy and paste error in strncmp() of eth-dest > > commandline argument. > > > > Fixes: bd785f6f6791 ("examples/l3fwd: make destination mac address > > configurable") > > > > Signed-off-by: John McNamara > Acked-by: Andrey Chilikin Applied, thanks