From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] examples/ip_pipeline: check vlan and mpls params Date: Sun, 8 Jan 2017 15:20:51 -0800 Message-ID: <20170108152051.337f0741@xeon-e3> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "Jyoti, Anand B" Return-path: Received: from mail-pg0-f46.google.com (mail-pg0-f46.google.com [74.125.83.46]) by dpdk.org (Postfix) with ESMTP id 19B00152A for ; Mon, 9 Jan 2017 00:20:59 +0100 (CET) Received: by mail-pg0-f46.google.com with SMTP id 14so24408085pgg.1 for ; Sun, 08 Jan 2017 15:20:58 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, 6 Jan 2017 17:21:46 +0000 "Jyoti, Anand B" wrote: > + > + /* Max MPLS label value 20 bits */ > + for (i = 0; i < data->l2.mpls.n_labels; i++) What ever editor or mail system you are using is putting a unicode space in that statement, not visible to normal mail client, but causes checkpatch failure. > + > + /* Max MPLS label value 20 bits */ > + for (i =3D 0; i < data->l2.mpls.n_labels; i++) Please fix the patch and resubmit