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 DE5ACA034E; Thu, 14 May 2020 13:49:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7344D1D8F5; Thu, 14 May 2020 13:49:24 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 10DF01D8F4 for ; Thu, 14 May 2020 13:49:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589456961; 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: in-reply-to:in-reply-to:references:references; bh=2o4EZVo4SMmk7Sz2L/QnSo5hR0isnhnLhqdZPYTyg6o=; b=YhkKKBp4qdw4z2PVWxSB6NEFJXFZYQ1J7zLJtBxlgXkG8jU9cpGYPqf/qJWr8wA10ovWsM yPnEhbTTwxDbafzcr44DWc/O9gpl1XyKd2JvcVGzgXbxgPCZ2t/bC6JFzxohpV2jT1STiF ERApN1r8+Om3vMr4+SU5+RK4SHcj9dU= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-472-CHKrqbN1N1-YBPubw9ju_A-1; Thu, 14 May 2020 07:49:19 -0400 X-MC-Unique: CHKrqbN1N1-YBPubw9ju_A-1 Received: by mail-ua1-f72.google.com with SMTP id v27so1243608uaa.22 for ; Thu, 14 May 2020 04:49:19 -0700 (PDT) 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=2o4EZVo4SMmk7Sz2L/QnSo5hR0isnhnLhqdZPYTyg6o=; b=CYGK/M0mPkkGGS+K7Eh+2XE+oQqPSEmRS/g+lZ+3LRTxwB2k+FZKPUdeuI1rum+iHE wErH7ue3qqEG5tf2sGaSG2/rR/8msvtAuBMBO9t0KjTkyj8bcNu7Ij3z8Z2hv+xjDkGx fqSFATDbJKc8fMAGldkhCAaFHN8/LFFn4hCUTiwi4/e51xSrY+9R201Sj6jcU4gZVcC3 mfFibaYWTDksCOwpBGFcoARF2cZcR2Q2LpBOzZST7tuwkgG+pw/uKJTO9NeiOnmIN0KO rNPgSKRsAkgSsnl7QSr27jVVdz0b++gRRvGsry34WrrRY/mm3SgMsbYG3JqTb7CY9+IO adyQ== X-Gm-Message-State: AOAM530Higmcsi+h11gACq/ZVoBQY21/l0pdkJfvfDGy/lI6ZmfCqpjR cUF3H+RK6VCozHF9d8iyieLl3+ZV4wU5YT5k+vx1x3q1dAmST9yJZ/8R4BX+9jVoqr2wfeRncn3 A9uXLLuJkTgtf/6e/u88= X-Received: by 2002:a1f:9a41:: with SMTP id c62mr3123582vke.80.1589456959345; Thu, 14 May 2020 04:49:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyih6LiNTu9rK5lKBuASll/3kXICrEYxzv7cbZf0mEvLLIoM2QDoZaYFjALqMHiMSmwTrMZzMsrInBffsvKOtU= X-Received: by 2002:a1f:9a41:: with SMTP id c62mr3123568vke.80.1589456959062; Thu, 14 May 2020 04:49:19 -0700 (PDT) MIME-Version: 1.0 References: <2980eb50-124c-9da8-9927-0678081b652b@intel.com> In-Reply-To: From: David Marchand Date: Thu, 14 May 2020 13:49:07 +0200 Message-ID: To: Ferruh Yigit Cc: dpdk-dev , Thomas Monjalon , Kevin Traynor , Yipeng Wang , Sameh Gobriel , Bruce Richardson X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] DPDK Release Status Meeting 14/05/2020 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 Thu, May 14, 2020 at 1:18 PM Ferruh Yigit wrote: > > On 5/14/2020 12:13 PM, Ferruh Yigit wrote: > > Minutes 14 May 2020 > > ------------------- > > <...> > > > * gcc10 > > * Akhil's fix for crypto looks good, can replace temporary solution > > * Gavin has patch for mbuf, but this stage can be late/risky for complex fix > > * At this stage we can go with disabling warning as temporary solution > > * Ferruh is getting a warning on hash too, will share it > > Hi David, > > Following is what I am getting [1] with compiler version: > gcc (GCC) 10.1.1 20200511 Ah. I just saw that my fedora (rawhide) did not have this version yet... upgraded and I reproduce the issue. gcc version 10.1.1 20200507 (Red Hat 10.1.1-1) (GCC) Kevin confirmed that fc32 switched to 10.1.1 version too. Thanks. -- David Marchand