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 E3A7BA00C2; Wed, 4 Jan 2023 02:34:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DF3B340698; Wed, 4 Jan 2023 02:34:40 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 24AEB40697 for ; Wed, 4 Jan 2023 02:34:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672796080; x=1704332080; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=jOMSHEnFzf/pkTcAhquKQyZ5LvXXs2U6MZFqNlUbJLE=; b=l/1L/tQ9awMHj1nPvronGkMr0mRnMwNCBstgc/+nhDbBcC3qzSSJlfzx tIO63k88MEYUSO+OsYHOp5FR0zkKmCX1dn6ViLgtqjX4G0s1lXf+9E+Gm 0yLAcgtA5BgYenOOoZXt04wLL//m2UTfWpLLyYc9TqKumcNlC+rZLlPNG TCRKcCk4LA2Jm6gTa1UTlykJNFVjw5EB41Ai5AxsV0enWvmEL06iVZb2e J2wsv9otMbXd1WayVCdPfLrQF38rF/l/Td+vHhB3Uacnvk+wms7eLhKox mebjY0jrxNzK5QdgWwFwuv4RFt6ZzGhL4ZtS4mGkDf2D6MCvuCG12XsxL A==; X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="408060721" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="408060721" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:34:39 -0800 Message-Id: <3d8560$jiglg8@fmsmga007-auth.fm.intel.com> Date: 03 Jan 2023 17:34:38 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="656954893" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="656954893" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:34:38 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/ice_iavf_fdir: add new cases according to testplan From: lijuan.tu@intel.com To: dts@dpdk.org,Hongbo Li Cc: Hongbo Li In-Reply-To: <20221230174227.10809-2-hongbox.li@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: Hongbo Li Errors-To: dts-bounces@dpdk.org On Sat, 31 Dec 2022 01:42:27 +0800, Hongbo Li wrote: > add subcase 8 to test Kill VF process and create a new rule > > Signed-off-by: Hongbo Li Acked-by: Lijuan Tu Series applied, thanks