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 92C27A0544; Mon, 10 Oct 2022 05:37:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7E464400D5; Mon, 10 Oct 2022 05:37:01 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 1786540042 for ; Mon, 10 Oct 2022 05:36:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665373020; x=1696909020; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=EQ5EJRpiLvRPXZbm8eo/5k/fcjqnrJ/RZhFsjY4rfIE=; b=Ep8wLQLweQV/Y0LJ+EgOGlBYb5E5zXW5bBnPzc+qT2BLnbC+efoT4MUb N/ek7eHBkb5cIeQwYpr4F+vF4ovni2Pqb0tj5clR97ViMC9TyanMKAG2w ZU9wyNDzIeJ6M9a47dcYtjtr1YPW/6HQ7IgKl6QUEfJHjLF1Rs17dBpZF vn/5OGjp9xsz+/ZkQCden3yo5cEmqnj7WEuvaHpQX10iXXlZPzymzA+Lx TdrMiq+ZAjxccKLVlrkcoq4px4/NhHZfyHK+FaoilMFT8aPjCJwFpQ21J NyOH9/eJ4P9AJqfUjN9cRlhs1t9pAOoRh+NTsiRLAlxYOjVuS8ykbfe70 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="368271093" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="368271093" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 20:36:58 -0700 Message-Id: Date: 09 Oct 2022 20:36:57 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="954765654" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="954765654" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 20:36:57 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1 2/2] tests/ice_rss_configure: add 2 cases From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20221009161433.22138-2-songx.jiale@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: Song Jiale Errors-To: dts-bounces@dpdk.org On Sun, 9 Oct 2022 16:14:33 +0000, Song Jiale wrote: > add a case to test rss config none. > add a case to test default rss command line. > > Signed-off-by: Song Jiale Acked-by: Lijuan Tu Series applied, thanks