From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8F23DA04C2; Mon, 25 Nov 2019 14:59:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 93A152952; Mon, 25 Nov 2019 14:59:15 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 4C93928EE for ; Mon, 25 Nov 2019 14:59:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574690353; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZbLT/ppsVSgUaTTiEeDMdaEj6emNczWwnHZ3+t6U1wA=; b=fGhX8xMokgTUdgQGdWxQcvjjkDGrOQOA5Ob350Rn/WDK1431hWfJ8F64Bdb4djVn1j2xNV 4NYd8rjTnIS10uCxvscxgWQrvDIUNgimn1DNvAygj/3cAYjIL4gVsT4pUosQ9gY1J6oGJ3 zu3e0c+7WPXp05NBspPvUukjh+Ykt6M= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-362-t5I4SviAP1-JSzF3D_XpWA-1; Mon, 25 Nov 2019 08:59:10 -0500 Received: by mail-vs1-f72.google.com with SMTP id q11so2071936vso.6 for ; Mon, 25 Nov 2019 05:59:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=j8wHxr4c3Ag/bDy6sEtSCylIOfWhAJdOi6T+hHyLJZY=; b=eR7w8gR7evNVZz3wLzAXTu3DztsRFexzBtMRxKdFpAqdIg2IHuO1CuQ4h/YO7trtgi G9WSPObde56s4a8gVVXE9LqHMz8pdrllmiQtIOgS3YJpHodf4wkJERHxje1gD05GSWaz 0pPBwldkmnjitqgHhbQ1xWD8zP+XZo6+LJEUEY2x4KgpUdCuhCtgymxVCr4ohDdrTP1p YV/sETIHuw3RukLthSBYSKjvNquDpkTXhBgbAIrdIRVu7rbFh59Ut80JoLWzIeM+aGr2 ezXTyn7nNuK8BN52PVfD44hV4PkTOSK0qtBR9M5/b8swXXCr48BezziV0ANipvPya1D6 ztfA== X-Gm-Message-State: APjAAAVg3TkOLIl5C6EOxkVAvYXEHj4jA67ieIj8mdstxsEcy2epKeYA IMvOJsneyyPM3iT6AGH71N3eV8mmoMnEcaRWPQKZ3qAjuiZHotXW5m9zv6GAr0VfqoJOzTaf5Z8 pty1LUGRBH53WBcAzGMs= X-Received: by 2002:a67:ee49:: with SMTP id g9mr18953508vsp.105.1574690349690; Mon, 25 Nov 2019 05:59:09 -0800 (PST) X-Google-Smtp-Source: APXvYqxUX6eV+OEqXf9IlModG/HmcIiq+7NVNnEi0xHVQUuyyGw2BPeJwZ4c11sx+a1PPZPBuQrwUKu5qLzM0xnCf1E= X-Received: by 2002:a67:ee49:: with SMTP id g9mr18953491vsp.105.1574690349296; Mon, 25 Nov 2019 05:59:09 -0800 (PST) MIME-Version: 1.0 References: <20191123025959.17040-1-pallavi.kadam@intel.com> <6ea3aa0b-727a-8d7b-03e0-4d68bfb2ac2b@intel.com> In-Reply-To: <6ea3aa0b-727a-8d7b-03e0-4d68bfb2ac2b@intel.com> From: David Marchand Date: Mon, 25 Nov 2019 14:58:58 +0100 Message-ID: To: "Burakov, Anatoly" , Bruce Richardson , Pallavi Kadam Cc: dev , Thomas Monjalon , ranjit.menon@intel.com X-MC-Unique: t5I4SviAP1-JSzF3D_XpWA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] build: fix windows build failure for 19.11 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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 Mon, Nov 25, 2019 at 2:06 PM Burakov, Anatoly wrote: > > On 23-Nov-19 2:59 AM, Pallavi Kadam wrote: > > This patch fixes Windows build failure caused due to > > 'config: change ABI versioning to global' patch. > > This patch can be merged in 19.11 release. > > > > Signed-off-by: Bruce Richardson > > Reviewed-by: Ranjit Menon > > Tested-by: Pallavi Kadam > > --- > > Missing Fixes: tag > > Acked-by: Anatoly Burakov Who is the author of this patch? If Pallavi authored it, we are missing a sob. Can you just clarify this? Then I can fix the commitlog and apply this patch. --=20 David Marchand