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 D1513A0542; Wed, 5 Oct 2022 08:18:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 78A0940694; Wed, 5 Oct 2022 08:18:07 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 0DFE940041; Wed, 5 Oct 2022 08:18:06 +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 7F54A66; Wed, 5 Oct 2022 09:18:04 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 7F54A66 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1664950684; bh=GtTNDTkmETHeCMTxMgfITDOfVpZTOhFVQTZvq9x4kCw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=pAB84wmkDGBYx3yMm8UHpixnD6vRnyIuJmK9z36pxMJzVas09uaWeXGJ3PIfQTY89 fBoiHE9VS8HhT5fJVebdNxcbh6EWkgCmrDl9i1+UeU6Vodd+npYp8Cl8diW8Ev4Kux tG/J7oEXNz8rGad4WHJmiMIy16scVteujw71aTNE= Message-ID: <41f31c7b-1139-3519-dbea-5bf66019b5c3@oktetlabs.ru> Date: Wed, 5 Oct 2022 09:18:04 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH 00/19] some bugfixes and clean code for hns3 - part2 Content-Language: en-US To: Dongdong Liu , dev@dpdk.org, ferruh.yigit@amd.com, thomas@monjalon.net Cc: stable@dpdk.org, fengchengwen@huawei.com, yisen.zhuang@huawei.com, lihuisong@huawei.com, haijie1@huawei.com References: <20220930072220.20753-1-liudongdong3@huawei.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20220930072220.20753-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 9/30/22 10:22, Dongdong Liu wrote: > This patchset include some bugfixes and clean code for hns3. > This patchset is based on the patchset [1] that have been sent out > before. Depend on [1] applied first. > > [1]: [PATCH RESEND 00/13] some bugfixes and clean code for hns3 > https://patches.dpdk.org/project/dpdk/list/?series=24533 > > Chengwen Feng (5): > net/hns3: fix header file self contained > net/hns3: remove unused structure definition > net/hns3: do not use reserved identifier macro > net/hns3: revert fix mailbox communication with HW > net/hns3: fix VF mark wrong message processed > > Dongdong Liu (1): > net/hns3: fix gcov compile warning > > Huisong Li (11): > net/hns3: fix have no valid RSS rule > net/hns3: fix RSS filter restore > net/hns3: fix the lock protection of RSS flow rule > net/hns3: fix RSS flow rule restore failed > net/hns3: move flow direction rule recovery position > net/hns3: fix hns3 restore filter function input > net/hns3: fix incorrect packet type report for GENEVE > net/hns3: fix fail to enable IPV4 or IPV6 packet RSS > net/hns3: fix some spelling errors > net/hns3: fix inconsistent RSS behavior > net/hns3: add check for L3 and L4 type > > Jie Hai (2): > net/hns3: fix magic numbers > net/hns3: fix the obtaination of minimum Tx frame length > Applied to dpdk-next-net/main, thanks.