From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 57A9BA0524; Thu, 26 Nov 2020 09:12:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 14ED7C938; Thu, 26 Nov 2020 09:12:48 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 08275C8FE for ; Thu, 26 Nov 2020 09:12:45 +0100 (CET) IronPort-SDR: W2QLGeFxfwDKtMCi15/A0Ic6jA8ySAsqQoZqcnbq/EIkh3WFYx3wuqWRljSqfYEYzKslgiiJ9d z7kWW4+ivllg== X-IronPort-AV: E=McAfee;i="6000,8403,9816"; a="171473852" X-IronPort-AV: E=Sophos;i="5.78,371,1599548400"; d="scan'208";a="171473852" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Nov 2020 00:12:44 -0800 IronPort-SDR: d6lc84wYHDw0ISpN+mYHBl5a94OkP030sv3dYDkdaCNvR90Gz9uaqG9i6tZd6aMSZH7EnyHx4K BEqDMBFCTI7A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,371,1599548400"; d="scan'208";a="547626184" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga005.jf.intel.com with ESMTP; 26 Nov 2020 00:12:42 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 26 Nov 2020 00:12:41 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 26 Nov 2020 16:12:40 +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.1713.004; Thu, 26 Nov 2020 16:12:40 +0800 From: "Tu, Lijuan" To: "usurekha@marvell.com" , "dts@dpdk.org" CC: "pvukkisala@marvell.com" , "zzhou@marvell.com" Thread-Topic: [dts] [PATCH] tests/TestSuite_pmdrssreta.py: Enable the rss_hash by specifying the rx_offload type Thread-Index: AQHWw7DdhwaRDg7L6Em6EcwaSFbry6naEFVw Date: Thu, 26 Nov 2020 08:12:40 +0000 Message-ID: References: <1606366404-30711-1-git-send-email-usurekha@marvell.com> In-Reply-To: <1606366404-30711-1-git-send-email-usurekha@marvell.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.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] tests/TestSuite_pmdrssreta.py: Enable the rss_hash by specifying the rx_offload type X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "dts" > Signed-off-by: usurekha Applied