12/11/2018 10:01, Ferruh Yigit: > On 11/12/2018 4:50 AM, Jerin Jacob wrote: > > -----Original Message----- > >> Date: Mon, 12 Nov 2018 02:37:15 +0100 > >> From: Thomas Monjalon <tho...@monjalon.net> > >> To: Jerin Jacob <jerin.ja...@caviumnetworks.com> > >> Cc: sta...@dpdk.org, "dev@dpdk.org" <dev@dpdk.org>, Qi Zhang > >> <qi.z.zh...@intel.com>, Xiao Wang <xiao.w.w...@intel.com>, > >> "sthem...@microsoft.com" <sthem...@microsoft.com>, "shaopeng...@intel.com" > >> <shaopeng...@intel.com>, "Jacob, Jerin" > >> <jerin.jacobkollanukka...@cavium.com> > >> Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2 2/2] eal: fix build issue > >> > >> > >> 07/11/2018 07:59, Jerin Jacob: > >>> drivers/net/fm10k/fm10k_ethdev.c | 11 +++-------- > >>> lib/librte_eal/common/rte_reciprocal.c | 17 +---------------- > >>> 2 files changed, 4 insertions(+), 24 deletions(-) > >> > >> This patch is corrupted, please check. > > > > Looks like it is working, can you check from patchwork. > > > > ➜ [j] $ pwclient get 47915 > > Saved patch to v2-1-2-eal-introduce-rte-version-of-fls > > ➜ [j] $ pwclient get 47916 > > Saved patch to v2-2-2-eal-fix-build-issue > > > > ➜ [master][dpdk.org] $ git am -3 /tmp/j/v2-* > > Applying: eal: introduce rte version of fls > > Applying: eal: fix build issue > > > > ➜ [master]laptop [dpdk.org] $ echo $? > > 0 > > Also works for me: > $ git-pw series apply 2306
Works for me too :) The issue I was raising is about the format of the email. Patch 1 content encoding is quoted-printable and patch 2 is base64. I think we should all set sendemail.transferEncoding = 8bit