From patchwork Thu Nov 9 10:05:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jie Hai X-Patchwork-Id: 377 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 8F69A432E3; Thu, 9 Nov 2023 11:10:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C2F7402CF; Thu, 9 Nov 2023 11:10:06 +0100 (CET) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id 3B44840267 for ; Thu, 9 Nov 2023 11:10:03 +0100 (CET) Received: from kwepemd100004.china.huawei.com (unknown [172.30.72.55]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4SQyPB3WvpzfZxZ; Thu, 9 Nov 2023 18:09:50 +0800 (CST) Received: from localhost.localdomain (10.67.165.2) by kwepemd100004.china.huawei.com (7.221.188.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.2.1258.23; Thu, 9 Nov 2023 18:09:25 +0800 From: Jie Hai To: , , , CC: , , Subject: [PATCH 0/2] app/test: fix unit test fail on RSS Date: Thu, 9 Nov 2023 18:05:50 +0800 Message-ID: <20231109100552.1250123-1-haijie1@huawei.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 X-Originating-IP: [10.67.165.2] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemd100004.china.huawei.com (7.221.188.31) 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 This patch fixes some bugs on test_link_bonding_rssconf. Jie Hai (2): net/null: fix unit test fail on RSS app/test: fix uninitialized RSS configuration app/test/test_link_bonding_rssconf.c | 2 +- drivers/net/null/rte_eth_null.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) Acked-by: Ferruh Yigit