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 6C693429C3; Sun, 23 Apr 2023 10:12:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4444A4021D; Sun, 23 Apr 2023 10:12:29 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id CFDBE40156 for ; Sun, 23 Apr 2023 10:12:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682237548; x=1713773548; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=/M6Tb5RPdtz/Kd84bJ6oKh6Q5vVsny+IGByy1Bsf2eY=; b=l+V75kbwNUGdJimLHYup6X2/iFlTDfplfs28YzXY38VYNdrZvh1vOoni czUMEXm1U8kp65mRjUJNR5pQxScQixzy06zbkocMk0C3wg1wDbJow97be 6E+AAKIIvEZfyl7dWCykCO9ObHawNeOiEVnvSiPRqoRJj2WPbaXhZzYy1 +UXq2POmAxQN0vCFsB/NwkgjzG92csqwGlY0J577Ys+GImQcgW2TPLYxF wOxcH45P9Fmr4aoeUprLZH630e6oYcLydYZ3WbhJ7jCeqqmF775Q/XwEg 17tqGFR6BbpkUr7Xprhd+Uj/mxipks1K7j6aszjP0qp0OBbKZp/BrpYPm A==; X-IronPort-AV: E=McAfee;i="6600,9927,10688"; a="335142542" X-IronPort-AV: E=Sophos;i="5.99,220,1677571200"; d="scan'208";a="335142542" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2023 01:12:26 -0700 Message-Id: Date: 23 Apr 2023 01:12:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10688"; a="816882590" X-IronPort-AV: E=Sophos;i="5.99,220,1677571200"; d="scan'208";a="816882590" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2023 01:12:23 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/ice_iavf_fdir: update dts code for gtpu rule changes From: lijuan.tu@intel.com To: dts@dpdk.org,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20230412072612.12506-2-weiyuanx.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: Weiyuan Li Errors-To: dts-bounces@dpdk.org On Wed, 12 Apr 2023 15:26:12 +0800, Weiyuan Li wrote: > According to dpdk commit 16b8e92d49 (ethdev: use extension header for GTP P= SC item) modify script adapt to dpdk changes. > Because fixed support for this input set in this commit, this validate was = removed from negative case. >=20 > Signed-off-by: Weiyuan Li Series applied, thanks