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 F15E4A00C3; Thu, 16 Dec 2021 11:53:02 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA12440696; Thu, 16 Dec 2021 11:53:02 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 8BD0C40143 for ; Thu, 16 Dec 2021 11:53:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1639651980; x=1671187980; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=kTjP2vmVD/nirTOxkpI+8FOVZm8ogzldeKsxh6MNeW0=; b=U7HspOUHwWotRup+c0vyR2wXKSj8IU0BS23gKmxejY8xu4/Y60AwjiFE R49L5kpXIiOTU9aZDGd14THMPcZ9PSm2qvD5iQCWlynOp3f12JYYhlHoT zEjol6QmZBAhzblbW1FYiNVT9BzW0zt3/ollSXT5rGdwacPs41wcNL57A gdy8knBtBUNz7Bh8jT0MB7EwhLxCBCygBM9PL/2zG5I1s9BBNF+WznY4K 9NarqJlxxLcJaLCTBPoKOA4uwMOMqzGE6yqhAUfWXrBjjY5Xc97OM0ztG aeybqG/NtwV7DFRNVZyN7Xa/2f81XRTKneXSVI4yrhY+B9f8i8SI1dX/M Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10199"; a="226744211" X-IronPort-AV: E=Sophos;i="5.88,211,1635231600"; d="scan'208";a="226744211" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Dec 2021 02:52:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,211,1635231600"; d="scan'208";a="520233937" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga007.fm.intel.com with ESMTP; 16 Dec 2021 02:52:59 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Thu, 16 Dec 2021 02:52:58 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Thu, 16 Dec 2021 18:52:56 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Thu, 16 Dec 2021 18:52:56 +0800 From: "Tu, Lijuan" To: "Xu, HailinX" , "dts@dpdk.org" , "Fu, Qi" CC: "Xu, HailinX" Subject: RE: [dts][PATCH v4 3/3] tests/rte_flow_common: change common interface Thread-Topic: [dts][PATCH v4 3/3] tests/rte_flow_common: change common interface Thread-Index: AQHX5oFsoUvFcA/K3UKFC24zn7H6Mqw1CRyw Date: Thu, 16 Dec 2021 10:52:56 +0000 Message-ID: <0f15a22312bd457589eadf1648c53706@intel.com> References: <20211201143152.20775-1-hailinx.xu@intel.com> <20211201143152.20775-4-hailinx.xu@intel.com> In-Reply-To: <20211201143152.20775-4-hailinx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: , Errors-To: dts-bounces@dpdk.org > -----Original Message----- > From: Hailin Xu > Sent: 2021=1B$BG/=1B(B12=1B$B7n=1B(B1=1B$BF|=1B(B 22:32 > To: dts@dpdk.org; Fu, Qi > Cc: Xu, HailinX > Subject: [dts][PATCH v4 3/3] tests/rte_flow_common: change common > interface >=20 > change rss common interface: support hash verify when send multiple packe= ts >=20 > Signed-off-by: Hailin Xu Applied