From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4F2CBA0093; Fri, 17 Jun 2022 07:04:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CCD5A40698; Fri, 17 Jun 2022 07:04:29 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 4082F40689 for ; Fri, 17 Jun 2022 07:04:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1655442268; 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=h0CoB8BkWCTTQdqxDCS6orEIyNw17qggLzZ2DyQ0V+A=; b=hJBLX2ZgW/ONKJyJOuTNBLkRVecnBqWz1Avjha4j9227EmoDqaKJVHCs9K8/CWhPXUOkDs jc1XeLxZS0jQCKDYPx6NlxNhKf3a/8N1jQmCRIIV0qb2g98fYZBIF2nXCmOoU4cvlYmDU9 yGteRrX2jgtSKsHbLeRX1wyIQRLniFs= Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-54-KqVNTPfEN2WqbaAh9ec47w-1; Fri, 17 Jun 2022 01:04:27 -0400 X-MC-Unique: KqVNTPfEN2WqbaAh9ec47w-1 Received: by mail-lj1-f199.google.com with SMTP id 1-20020a2e1641000000b00255569ac874so419397ljw.12 for ; Thu, 16 Jun 2022 22:04:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=h0CoB8BkWCTTQdqxDCS6orEIyNw17qggLzZ2DyQ0V+A=; b=DGaQsWN8pRbC9NH19NXqqWW8KqqREwftHcqgjVzjl9Wmdz0rNIQw9KZ7SJ+txrYJay j0TVhG6rz8sNnvpxfHu+skU+ygI8HGHSkTDCIkc16igzaBdgGLvWpqwTbVvTTyhYtyMn dE7k8u387ObGl2ibBDgWGbQHW9Yz4LGLgqMaJ6N7PR6pJSX98dQaBxSOd4EzrB9KwXlI RtiGHbmgSsv48s2X/j7Ll+HmgLL5OE10KG/SdPdyfgEtIbC9pH4XXp05EZNZy1XeGn5i QaGa1bMyK5ML1bF6+AbZu0rTfe18l7Ek/Y86/YtA8Ol3H1V4nvs6GMsqAcOWnlRB7ZIk BDNA== X-Gm-Message-State: AJIora+6GiFI7klele9CI+uM80/wrJYiXB/1uPgf/5l/iLpGLaI8rn7v 7nYJFj7R4jX8pg2bio/Bvqo1fbhNtd4edzLh4Z3J/5D8F/AphLjeRweeADSirXgyPShejnk4mQ5 khk6lNR/2bldh5su9UtY= X-Received: by 2002:a05:6512:3130:b0:479:385f:e2ac with SMTP id p16-20020a056512313000b00479385fe2acmr4623413lfd.575.1655442265686; Thu, 16 Jun 2022 22:04:25 -0700 (PDT) X-Google-Smtp-Source: AGRyM1vSBTG5DWxOiCEzJOuk/N6MX3/Nf093Pm82TTFn3vROvpA15W/vgakwe7GhbYlmgn9n2eIn2nGV55VlXXf0SAU= X-Received: by 2002:a05:6512:3130:b0:479:385f:e2ac with SMTP id p16-20020a056512313000b00479385fe2acmr4623396lfd.575.1655442265387; Thu, 16 Jun 2022 22:04:25 -0700 (PDT) MIME-Version: 1.0 References: <20220616103304.132368-1-wenxuanx.wu@intel.com> In-Reply-To: From: David Marchand Date: Fri, 17 Jun 2022 07:04:14 +0200 Message-ID: Subject: Re: [PATCH] ice/base: fix gcc 12 warning stringop-overflow To: "Wu, WenxuanX" Cc: "Yang, Qiming" , "Zhang, Qi Z" , dev , Thomas Monjalon , Stephen Hemminger , dpdk stable Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Fri, Jun 17, 2022 at 3:29 AM Wu, WenxuanX wrote: > > Thanks, do I need to send a new version to resolve formatting issues? You are not a new contributor, please pay attention to such details. To answer your question, I don't think there is a need for a new version unless someone has a better idea for fixing. Maintainer who applies the fix will handle it. -- David Marchand