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 4425DA00C4; Wed, 27 Jul 2022 04:44:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CFF9040E03; Wed, 27 Jul 2022 04:44:02 +0200 (CEST) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id 0B69740A89 for ; Wed, 27 Jul 2022 04:44:01 +0200 (CEST) Received: from kwepemi500017.china.huawei.com (unknown [172.30.72.57]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4LsyjY57vzzmVCr for ; Wed, 27 Jul 2022 10:42:09 +0800 (CST) Received: from [10.67.103.235] (10.67.103.235) by kwepemi500017.china.huawei.com (7.221.188.110) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Wed, 27 Jul 2022 10:43:58 +0800 From: Dongdong Liu To: dev Subject: Huawei roadmap for 22.11 Message-ID: <20ac22aa-795b-64c3-bed9-78b9f1bcb23f@huawei.com> Date: Wed, 27 Jul 2022 10:43:58 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.103.235] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemi500017.china.huawei.com (7.221.188.110) X-CFilter-Loop: Reflected 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 The following are the proposed Huawei roadmap items for DPDK 22.11: * support Tx prepare for bonding. * suppport dump version, rss reta, optical module and Rx/Tx burst mode info for proc-info. * support ethdev Rx/Tx descriptor dump. * some bugfixes and refactor code for hns3. * ethdev support error_report/recovery result event (include error reason). * dmadev support trace_points. * introduce memarea library. * telemetry support ethdev/eventdev/dmadev/rawdev dump ops. * telemetry support query rss, optical module, Rx/Tx burst mode info. * support device attach and detach on primary and secondary for testpmd.