From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2EF31A04DB; Fri, 11 Dec 2020 10:13:27 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6A62AAC9E; Fri, 11 Dec 2020 10:13:25 +0100 (CET) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by dpdk.org (Postfix) with ESMTP id C5D65AC9C for ; Fri, 11 Dec 2020 10:13:22 +0100 (CET) Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4CslRy1gghz7C4d for ; Fri, 11 Dec 2020 17:12:46 +0800 (CST) Received: from [10.67.103.119] (10.67.103.119) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.487.0; Fri, 11 Dec 2020 17:13:16 +0800 From: oulijun To: dev Message-ID: Date: Fri, 11 Dec 2020 17:13:16 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 X-Originating-IP: [10.67.103.119] X-CFilter-Loop: Reflected Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] DPDK 21.02 Huawei hns3 Roadmap X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, Following are the wrok items of hns3 PMD planned for 21.02: New features: [1] Add TM(Traffic Management) support [2] Add PTP(Precise Time Protocol) support [3] Add query optical module info by API [4] Support LSC(Link Status Changed) event [5] Implement tx_done_cleanup API [6] Implement Rx/Tx descriptor status API [7] Support runtime config for selecting Tx/Rx function Enhanced functionality: [9] Extend the DPDK stats [10] Extend the DPDK rte_dev_get_regs API implementation for query more common register information [11] Extend outer UDP cksum offload Some performance optimization: [12] Rx receive function optimization for improving performance [13] Support push mode for Tx queue Others: [14] Extend for hns3 document [15] Some functions refactoring for improving Readability and robustness Thanks Lijun Ou