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 60B90423BC; Fri, 13 Jan 2023 03:46:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5DCC241101; Fri, 13 Jan 2023 03:46:17 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id E6BEC410D4 for ; Fri, 13 Jan 2023 03:46:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673577976; x=1705113976; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=EA/gqSejZK1mFDvn4At9vv4iLmBn8222dZablEqvDk4=; b=gyZyg57LIIirqlH9ILe7HyCji7PcDi5hT9gT3KHFkoGGHVvPaEm5+tQg zy9OaJFtEq4bQ52V1x6T7bBgyZiTDhv6kjjuHexZYhVMeUAemJ7hP7fbw LZrMzyfNaAbjlHtMeCC/E/kCjcgH2AVM5w+sAm6umV2PE51PAHK0JTIbQ fDg0y+lFfIIy99dWKrw5t/2lDUb0m6AR6jGOGCSO87MNZnGEmrjGHkaHe JuRPlZVoBWN88VItQksfj0bpApdGJqC7oWJJ3XLbnJYrq8xGeQCphUO1M W2WsgI7DuD9CVrp9KThhOT74kthbswPgfokZneGnwqS9U+234k4khNSjI A==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="321597294" X-IronPort-AV: E=Sophos;i="5.97,212,1669104000"; d="scan'208";a="321597294" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 18:46:14 -0800 Message-Id: Date: 12 Jan 2023 18:46:13 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="651376173" X-IronPort-AV: E=Sophos;i="5.97,212,1669104000"; d="scan'208";a="651376173" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 18:46:13 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2 2/2] tests/vf_rss: add case test_vf_rss_rxq_txq_inconsistent From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: yuan.peng@intel.com,Lingli Chen In-Reply-To: <20230112043654.53944-2-linglix.chen@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Lingli Chen Errors-To: dts-bounces@dpdk.org On Wed, 11 Jan 2023 23:36:54 -0500, Lingli Chen wrot= e: > add new case to cover Tx queue number is more than Rx queue number >=20 > Signed-off-by: Lingli Chen Acked-by: Lijuan Tu Series applied, thanks