From patchwork Tue Nov 28 05:59:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "lihuisong (C)" X-Patchwork-Id: 438 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9A177433ED; Tue, 28 Nov 2023 06:59:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 42F33410DD; Tue, 28 Nov 2023 06:59:30 +0100 (CET) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id 9F354410D5 for ; Tue, 28 Nov 2023 06:59:28 +0100 (CET) Received: from kwepemm000004.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4SfWww2xvDzvR9t; Tue, 28 Nov 2023 13:58:56 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) 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; Tue, 28 Nov 2023 13:59:26 +0800 From: Huisong Li To: , , CC: , Subject: [PATCH v5 0/3] doc/features: fix some features and add new features Date: Tue, 28 Nov 2023 13:59:24 +0800 Message-ID: <20231128055927.61704-1-lihuisong@huawei.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20231123135916.33315-1-lihuisong@huawei.com> References: <20231123135916.33315-1-lihuisong@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.69.192.56] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) 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 The support for setting RSS hash algorithm has been introduced to 23.11, but doesn't add feature for it. So this series add this feature to RSS hash and perfect RSS other features by the way. In addition, "set link up/down" and "dump device private information" had beed supported, but they are absent from the freatures list. --- -v5: - separate "link speed" and "Traffic Manager" feature from this series - fix CI warning -v4: - fix RSS releated feaures description based on Ferruh - add new features to default.ini - remove loopback patch. - move "dump device private information" to "dev ops" block. -v3: - fix description of the patchset cover - remove '/features' in 'doc/features' tag for every patch. - add Acked-by: Chengwen Feng - retrigger CI build because of wrong CI warning -v2: - add loopback mode feature. Huisong Li (3): doc: fix the description of RSS related feature doc: add link up/down feature doc: add dump device private information ops doc/guides/nics/features.rst | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-)