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 8F06AA0548; Wed, 29 Jun 2022 03:41:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 87D88400D7; Wed, 29 Jun 2022 03:41:21 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 912BF40042 for ; Wed, 29 Jun 2022 03:41:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656466879; x=1688002879; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=s0+dYk8L+WXYnFHmchRhyP2HVsanmM+rZ2QmTb2olDU=; b=KbMcQHDAOgJvZqoeZUBCdEDs9tOIGZxZNx3ObK8+RqR8ZgzquscuxEvh MxIHkj0lmKEuEQFZ1FvqEqs9juTsaDPJmtDRx5E2jsrhvZRWOhLI7skhs oVadjJ8xSoJHboZA2db6d58NJSCW3Vkx5dq5f09KNPFOR/fDv5vFr7uMl kkFe3rhJ4fG8q1yVP7cwO0eeNVdHzN3ofgIFHi4C0svuK7PiL9ZBm1lE8 R2hAWhrWXfibfK0DBQaEtAcKxh2io8lU9sldU08hbNTpvPm20ElIT7qRp s8EvUYBaE0fWflDjMV1QuM6YDQVcTCWRGaEWpNo31Z0RH3u9DxkV3//5w g==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="261695651" X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="261695651" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:41:18 -0700 Message-Id: Date: 28 Jun 2022 18:41:17 -0700 X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="595032314" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:41:17 -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_fdir:add mark id to adapt fdir rule From: lijuan.tu@intel.com To: dts@dpdk.org,Zhimin Huang Cc: Zhimin Huang In-Reply-To: <20220623111538.25162-2-zhiminx.huang@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: Zhimin Huang Errors-To: dts-bounces@dpdk.org On Thu, 23 Jun 2022 19:15:38 +0800, Zhimin Huang wr= ote: > according to dpdk e4a0a7599d974f05665fec3e4c251659f0b11453. > the switch has higher prirority than fdir,for rules that support both switc= h and fdir > will take into switch. > so we need add mark id to ensure take rules into fdir. >=20 > Signed-off-by: Zhimin Huang Series applied, thanks