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 CB113A0C3F for ; Mon, 28 Jun 2021 12:01:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C24A54111C; Mon, 28 Jun 2021 12:01:25 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 44E6F41100; Mon, 28 Jun 2021 12:01:23 +0200 (CEST) Received: from [192.168.1.71] (unknown [188.170.72.30]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id EB4A47F528; Mon, 28 Jun 2021 13:01:21 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru EB4A47F528 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1624874482; bh=FiZ/Py4CFJ+yuj6GqFWZIesHUdbKJYJ4vnAEyU28A68=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=IlE1tKL8qwpAyxgyfT3LavZlqE3jpnH2xgYlxhjt2clV9HnmrST2VW4nUvukn8mQ1 tZzPl7CDPW7OY9RQbNRuPYoZZA636cR+FdtCdhwrwQbJ00WdUgMMKIOXsY8czNPos5 MN83OGB/Z7mEc1Crrl8T8ajmgZGqH8aeD/uT8DdE= To: Jie Zhou , dev@dpdk.org Cc: dmitry.kozliuk@gmail.com, xiaoyun.li@intel.com, roretzla@microsoft.com, talshn@nvidia.com, pallavi.kadam@intel.com, thomas@monjalon.net, bruce.richardson@intel.com, ferruh.yigit@intel.com, konstantin.ananyev@intel.com, stable@dpdk.org References: <1620241931-28435-1-git-send-email-jizh@linux.microsoft.com> <1624487698-31136-1-git-send-email-jizh@linux.microsoft.com> <1624487698-31136-2-git-send-email-jizh@linux.microsoft.com> From: Andrew Rybchenko Message-ID: <681deaed-fbbf-998f-65cf-9990b0cdcdaf@oktetlabs.ru> Date: Mon, 28 Jun 2021 13:01:18 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <1624487698-31136-2-git-send-email-jizh@linux.microsoft.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v14 1/9] lib: build libraries that testpmd depends on X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 6/24/21 1:34 AM, Jie Zhou wrote: > Enable building libraries that testpmd depends on for Windows > > Signed-off-by: Jie Zhou > Signed-off-by: Jie Zhou Why are two a bit difference Signed-off-by used in these patches? Can we drop the first one and keep the second one which matches E-mail From?