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 65EC4A0032; Fri, 24 Jun 2022 14:37:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 54EC34069D; Fri, 24 Jun 2022 14:37:27 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 3CBF8400EF; Fri, 24 Jun 2022 14:37:26 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 84C2DAA; Fri, 24 Jun 2022 15:37:25 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 84C2DAA DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1656074245; bh=UiqpejWQxgVhVgSfL9/g4bXbtc0CVetphiTCR+mvC7s=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=qH7+TtuxsZ0mQ348bFtUxR73NhoT/Yb7461yYBNUU9sJomCtoXNX/81L8eNxinlh+ iJIjmz98raM4fmsPXxj/p56Kj7Afk5RoPCQ5gT02DdY/F0ebkQcSEMxP/ygRbe/q5F BDEnvZU4V7Ss5s/3BONvaL48fX2roMSz5VAgspIA= Message-ID: <329c126f-16cc-a8a8-9fd8-f4597675ef65@oktetlabs.ru> Date: Fri, 24 Jun 2022 15:37:24 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH 0/6] some bugfixes for hns3 Content-Language: en-US To: Dongdong Liu , dev@dpdk.org, ferruh.yigit@xilinx.com, thomas@monjalon.net Cc: stable@dpdk.org References: <20220624085951.3177-1-liudongdong3@huawei.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20220624085951.3177-1-liudongdong3@huawei.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 6/24/22 11:59, Dongdong Liu wrote: > The patchset include some bugfixes and clean code for hns3. > > The patchset depend on the below patchset to avoid confilict. > [PATCH 0/2] net/hns3: support backplane media type > https://lore.kernel.org/all/8689c6e8-935b-e2dc-3276-d2970a8bd982@xilinx.com/T/ > > Chengwen Feng (1): > net/hns3: fix nb-desc not verified when using SVE > > Dongdong Liu (2): > net/hns3: make code more clean > net/hns3: delete the unused code > > Huisong Li (3): > net/hns3: cancel heartbeat alarm when VF reset > net/hns3: fix received unknown event print when PTP enable > net/hns3: fix statistic lock > > drivers/net/hns3/hns3_cmd.c | 33 ------------------------------- > drivers/net/hns3/hns3_ethdev.c | 13 +++--------- > drivers/net/hns3/hns3_ethdev_vf.c | 6 ++++++ > drivers/net/hns3/hns3_rxtx.c | 13 +++++------- > drivers/net/hns3/hns3_stats.c | 22 +++++++++------------ > 5 files changed, 23 insertions(+), 64 deletions(-) > > -- > 2.22.0 > With submitted Signed-off-by added to the first patch Applied to dpdk-next-net/main, thanks.