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 54965433B1; Fri, 24 Nov 2023 03:03:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2291540A6E; Fri, 24 Nov 2023 03:03:50 +0100 (CET) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id D81DB409FA for ; Fri, 24 Nov 2023 03:03:48 +0100 (CET) Received: from kwepemm000004.china.huawei.com (unknown [172.30.72.54]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4Sbytv1xCbzvQxQ; Fri, 24 Nov 2023 10:03:19 +0800 (CST) Received: from [10.67.121.59] (10.67.121.59) by kwepemm000004.china.huawei.com (7.193.23.18) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Fri, 24 Nov 2023 10:03:44 +0800 Message-ID: <04718c3e-bd35-353f-2134-1123f28f49e5@huawei.com> Date: Fri, 24 Nov 2023 10:03:44 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: [PATCH 5/5] doc/features: add dump device private information feature To: Thomas Monjalon CC: , , Ajit Khaparde , Ferruh Yigit , =?UTF-8?Q?Morten_Br=c3=b8rup?= , , "Min Hu (Connor)" References: <20231123135916.33315-1-lihuisong@huawei.com> <20231123135916.33315-6-lihuisong@huawei.com> <5734433.Lt9SDvczpP@thomas> From: "lihuisong (C)" In-Reply-To: <5734433.Lt9SDvczpP@thomas> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.121.59] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemm000004.china.huawei.com (7.193.23.18) 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 在 2023/11/23 22:18, Thomas Monjalon 写道: > 23/11/2023 14:59, Huisong Li: >> +.. _nic_features_device_private_info_dump: >> + >> +Device private information dump >> +-------------- > Why underlining is too short? You are right. Then I got this warning email which is the same as you said.😁 will fix it in v2. > >> + >> +Supports retrieving device private information to a file. Provided data and >> +the order depends on PMD. >> + >> +* **[mplements] eth_dev_ops**: ``eth_dev_priv_dump``. > looks like a typo here Ack. > >> +* **[related] API**: ``rte_eth_dev_priv_dump()``. > > > .