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 60EE3A0553; Mon, 17 Feb 2020 15:57:33 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 715931DAA0; Mon, 17 Feb 2020 15:57:32 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 75E371DA9F for ; Mon, 17 Feb 2020 15:57:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581951450; 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=EM5ntUbl33f55Ul5X6jxwNB3XuTlnOxHSpodKgtlCQA=; b=LbpxAoG2Tbval5YCCgALqu9JA+xIFZJII5QUlI5WXPkYOjtPp1YV6LHXf2zRozE6J9VAP7 tveOtnV+CtETRIfhXngV7kmn0Dovl24y4IVFNhLxvTqU8Z64xi7wnMmFZbwJQO3GOxh8+L nxG5YuGNVhgVFLYWqkUNic8wdaf24RU= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-271-S-Tdv9wxMYWZvT8RU21Mww-1; Mon, 17 Feb 2020 09:57:29 -0500 Received: by mail-vk1-f200.google.com with SMTP id m25so6889946vko.19 for ; Mon, 17 Feb 2020 06:57:29 -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=5ScDLAYJED48VaUu/29hK1mSfeydX29gvg+GyavmPvQ=; b=Ztt2k2t0GQ07dDTW1AXpgo2j9OJKpOSPBTwGzRppTLdKAUMEFJVIJ1whJkeZekpq3X /aNuuDBtxfJLNVgF6PL88UQfiKiPJ33uaNKAtIvfXabgZGbMZUcWj4Suk3mmraWuxD+E WAWxqlMkOx7GqiL05hOVqsHHRvSohSzNEk2xoFVPEoMcxOnx/Vb0fSsq9ke/qb7FUXcc NuDYzGlg6+N1oheWhU89ks0eLyEvhqON0FKu9dLVjeeAdFlVMbMTKhBb8GbEXtRrqOZ/ yWzzZc1pLFgqBBLtZI0D9sZGfkmRTf4k2nAYQx0QGf6miW0UjLtiRR+hXh8M4rIl3hxe 6dzA== X-Gm-Message-State: APjAAAXgwt3uABbgoSp1vptbsGJm064mNM31EY/Z92Q2J28YUG64pRlZ s+VlTnFLwTF0HeNyuJdLErsuEWuwuvGCBMl7vBGD+FyGLmb8rQ90W+0LTeV1OsgxQUYubg/3EdO 6w6a/NG7hiXTdFOnI/MQ= X-Received: by 2002:a1f:5385:: with SMTP id h127mr5832800vkb.56.1581951448276; Mon, 17 Feb 2020 06:57:28 -0800 (PST) X-Google-Smtp-Source: APXvYqwjYW2i93mviNBB0mLPv1w+VDZ6tSqSLCgpj2Eo+pzoGAvZI6+rmpuAqJki7wCn+gc5XYHXlJdI+d6nUKy4xeM= X-Received: by 2002:a1f:5385:: with SMTP id h127mr5832771vkb.56.1581951447730; Mon, 17 Feb 2020 06:57:27 -0800 (PST) MIME-Version: 1.0 References: <20200217164345.6207-1-taox.zhu@intel.com> In-Reply-To: From: David Marchand Date: Mon, 17 Feb 2020 15:57:16 +0100 Message-ID: To: Jeremy Plsek Cc: Nithin Dabilpuram , Vamsi Attunuru , dev , Bruce Richardson , Aaron Conole , taox.zhu@intel.com, Jerin Jacob Kollanukkaran X-MC-Unique: S-Tdv9wxMYWZvT8RU21Mww-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] mempool/octeontx2: fix compile issue 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" Jeremy, On Mon, Feb 17, 2020 at 12:19 PM David Marchand wrote: > > This patch has been sent with a date in the future. > Date: Mon, 17 Feb 2020 16:43:45 +0000 > > Please fix your mail setup, this triggers an error with meson in UNH > CI (at least). Do you use the tools/pwclient script from dpdk-ci or some git-am script of yours? I can see git-am has an option to tweak the commit dates (--ignore-date). This should avoid the issue of files in the future that meson is not happy = with. -- David Marchand