From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/l3fwd: fix eth-dest commandline strncmp size Date: Mon, 07 Dec 2015 03:08:38 +0100 Message-ID: <1892758.Z12yXzYxpm@xps13> References: <1446486351-13238-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Mcnamara, John" 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) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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