From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v2 2/2] eal: fix build issue Date: Mon, 12 Nov 2018 10:17:48 +0100 Message-ID: <10884160.uktxByOJIo@xps> References: <20181106114435.14770-1-jerin.jacob@caviumnetworks.com> <20181112045010.GA3687@jerin> <77bf925a-00b8-8a71-b9ca-0c8c76c94371@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Jerin Jacob , "stable@dpdk.org" , Qi Zhang , Xiao Wang , "sthemmin@microsoft.com" , "shaopeng.he@intel.com" , "Jacob, Jerin" To: Ferruh Yigit Return-path: In-Reply-To: <77bf925a-00b8-8a71-b9ca-0c8c76c94371@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > >> To: Jerin Jacob > >> Cc: stable@dpdk.org, "dev@dpdk.org" , Qi Zhang > >> , Xiao Wang , > >> "sthemmin@microsoft.com" , "shaopeng.he@intel= =2Ecom" > >> , "Jacob, Jerin" > >> > >> Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2 2/2] eal: fix build is= sue > >> > >> > >> 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. > >=20 > > Looks like it is working, can you check from patchwork. > >=20 > > =E2=9E=9C [j] $ pwclient get 47915 > > Saved patch to v2-1-2-eal-introduce-rte-version-of-fls > > =E2=9E=9C [j] $ pwclient get 47916 > > Saved patch to v2-2-2-eal-fix-build-issue > >=20 > > =E2=9E=9C [master][dpdk.org] $ git am -3 /tmp/j/v2-* > > Applying: eal: introduce rte version of fls > > Applying: eal: fix build issue > >=20 > > =E2=9E=9C [master]laptop [dpdk.org] $ echo $? > > 0 >=20 > 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 =3D 8bit