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 1515AA0093; Thu, 23 Jun 2022 16:26:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EF6404067B; Thu, 23 Jun 2022 16:26:50 +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 A790A40146 for ; Thu, 23 Jun 2022 16:26:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1655994409; 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=17mP15NRQL0wx8brCYVjjkeu/Z9dQmrfVXe5WpxUIs8=; b=EZkAEGiuUX69zNapT7BX8YEN6HUWkTjPIjUcMeBkQ00GQ8ImkcyQzlRaXdInae+1aoyymz Ke1/Jm6hxoBCFa4IvY9CLa3Q9WoR+i6GOJzSKIH+XFJ/6SFo7DrrHd7QJ/OUJOxkM62HRe YqMVU0k7yCSqY1JhjT1HP/a1Qxy26L0= Received: from mail-lj1-f200.google.com (mail-lj1-f200.google.com [209.85.208.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-240-H7sPl0tEOFWUUjy_VvcsGg-1; Thu, 23 Jun 2022 10:26:48 -0400 X-MC-Unique: H7sPl0tEOFWUUjy_VvcsGg-1 Received: by mail-lj1-f200.google.com with SMTP id m20-20020a2ea594000000b00258f0218017so3116387ljp.2 for ; Thu, 23 Jun 2022 07:26:47 -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=17mP15NRQL0wx8brCYVjjkeu/Z9dQmrfVXe5WpxUIs8=; b=gmAYUQnqvhACy79STvwbaI5iUuJLqWvUFmnM+MyzRLL9XowJJ+50Bv2iJs+8bF93O0 hyKIu3MC5XvSBUtnx4uLf/ZzaYafpJn1JajZ4qURkdx2AKb3PaN/kjsigm7yS3rYs3Vh NblzJOPSjae1wyzQOWto56h0rLRHPWDY7dsL47CWehSBfS3vLSyxJAepL4YBbQogEVHq ICc4ZBUaJpyWNM+8CUi3h5fIkAFSEYwdAZ5z+jkN2XQk2uKg/Xvx01YoeLRb2cqd9VLb 6GH/pzQlaglufVGx8sbZWrt76rqDOCdxGYtyg7w6s7NCkwWp7qKABtN/qrAN2zNnBJ5I uYMw== X-Gm-Message-State: AJIora9Op8KIagnXy3K2eP9ffLSiDcHLwIXYNCgm/2ZCTXWls4WOKrYQ 3h7AlQmWyo73jWiLm8YFJYbzVyZ+bWlMhwDo9rL25NNCLM2mIhZ6WBgVK+Ka7vFdDjgkdecrZQz 6C0lQqRSCZHN6ONwTQS4= X-Received: by 2002:a05:6512:4010:b0:47f:6fe6:119c with SMTP id br16-20020a056512401000b0047f6fe6119cmr5882260lfb.499.1655994406237; Thu, 23 Jun 2022 07:26:46 -0700 (PDT) X-Google-Smtp-Source: AGRyM1srWuC1SoEpWToidcuuKm/NCLvlDHYJi5mrYJPsZexh78TUy9HzA2/7oZDoDTTv9lBn/LLTTvG3qhZR2cwkqWM= X-Received: by 2002:a05:6512:4010:b0:47f:6fe6:119c with SMTP id br16-20020a056512401000b0047f6fe6119cmr5882248lfb.499.1655994406017; Thu, 23 Jun 2022 07:26:46 -0700 (PDT) MIME-Version: 1.0 References: <1655561380-64616-1-git-send-email-chcchc88@163.com> In-Reply-To: <1655561380-64616-1-git-send-email-chcchc88@163.com> From: David Marchand Date: Thu, 23 Jun 2022 16:26:34 +0200 Message-ID: Subject: Re: [PATCH] ip_frag: replace the rte memcpy with memcpy To: Huichao Cai Cc: dev , "Ananyev, Konstantin" , Stephen Hemminger 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 Sat, Jun 18, 2022 at 4:10 PM Huichao Cai wrote: > > To resolve the compilation warning,replace the rte_memcpy with memcpy. > Modify in file test_ipfrag.c and rte_ipv4_fragmentation.c. > These warnings appeared with: Fixes: b50a14a853aa ("ip_frag: add IPv4 options fragment") > Signed-off-by: Huichao Cai I updated the commitlog to give some detail. Applied to fix compilation with GCC 12 for -rc2. Thanks. -- David Marchand