From: Stephen Hemminger <stephen@networkplumber.org>
To: "Jyoti, Anand B" <anand.b.jyoti@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [PATCH] examples/ip_pipeline: check vlan and mpls params
Date: Sun, 8 Jan 2017 15:20:51 -0800 [thread overview]
Message-ID: <20170108152051.337f0741@xeon-e3> (raw)
In-Reply-To: <A1F25702B3CE3F4F8D3936A55AD1FF37925DB5F9@BGSMSX108.gar.corp.intel.com>
On Fri, 6 Jan 2017 17:21:46 +0000
"Jyoti, Anand B" <anand.b.jyoti@intel.com> 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
next prev parent reply other threads:[~2017-01-08 23:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-06 17:21 [PATCH] examples/ip_pipeline: check vlan and mpls params Jyoti, Anand B
2017-01-08 21:55 ` [PATCH v2] examples/ip_pipeline: check VLAN and MPLS params Jyoti, Anand B
2017-01-17 17:27 ` Thomas Monjalon
2017-01-08 23:20 ` Stephen Hemminger [this message]
2017-06-02 6:29 ` [PATCH v1] ring: fix return value for sc and mc dequeue Anand B Jyoti
2017-06-23 8:43 ` Olivier Matz
2017-06-23 12:43 ` Thomas Monjalon
-- strict thread matches above, loose matches on Subject: below --
2017-01-06 16:00 [PATCH] examples/ip_pipeline: check vlan and mpls params Jyoti, Anand B
2017-01-06 12:05 Jyoti, Anand B
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170108152051.337f0741@xeon-e3 \
--to=stephen@networkplumber.org \
--cc=anand.b.jyoti@intel.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.