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 58089429F0; Wed, 26 Apr 2023 05:03:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5138041101; Wed, 26 Apr 2023 05:03:23 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 63673410DC for ; Wed, 26 Apr 2023 05:03:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682478201; x=1714014201; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Pclbf8ohBppiFqVz2s1bW8F2oz80X/YmQ50RooBJgXM=; b=I8Om4Ahj7gc0kNSZwcnqtueKFTOHqWC3cwE4r7CPlgeP8YsafvLims4H BySV6expWBjAFTe0mkqHOC/+RLGzFgw2ZUC8hzuZLizbugFrGwOGefpNh s7V/1zRfwYSTZNfbKz4P8XGFCjB7mTjPKbwDh8vi+0+79WEGadGDwEeid zQhIyr3/42PeXFW0HFb6nz+imRonhpbJWi48Enldm34Wn333zHif+q0MS Cl9vn/H3adLaxeQSH6okTCAyDqpcCVTC+7caQnUzXyQZto4WTD5v8urxW 3ETh0c+p9KgL6OgIT/JTZxBYf7izSXM9qw57HtYORKzslcTZCZhRsxDy7 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="412275066" X-IronPort-AV: E=Sophos;i="5.99,227,1677571200"; d="scan'208";a="412275066" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2023 20:03:20 -0700 Message-Id: <76a62b$naqj38@fmsmga003-auth.fm.intel.com> Date: 25 Apr 2023 20:03:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="783109226" X-IronPort-AV: E=Sophos;i="5.99,227,1677571200"; d="scan'208";a="783109226" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2023 20:03:19 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/generic_flow_api: add ixgbe new cases From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: yuan.peng@intel.com,Lingli Chen In-Reply-To: <20230420080349.12703-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 Thu, 20 Apr 2023 04:03:49 -0400, Lingli Chen wrot= e: > add ixgbe fdir for ipv6/ipv4 mask test cases >=20 > Signed-off-by: Lingli Chen Series applied, thanks