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 661D4A034C; Thu, 22 Dec 2022 09:53:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 60C4A40698; Thu, 22 Dec 2022 09:53:21 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id B8962400D7 for ; Thu, 22 Dec 2022 09:53:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671699199; x=1703235199; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=KDQJAieV9CrfJgoWj2yT5aCKwQVBhcsfxzPh7YAhsNc=; b=mH9V+68LWo+jkX8V/Yph0NzgOhwGZAcGqDiJaoEvb6cRwY581vdMS2UW ZA1gVhZaal79Uj7VvkXTAtISA/DXbqhEccaNu1yCUdUrFPCiwjZngs0yU 0I4ZdrcarRDp7xelKJn8Kr5soDM3aSGAaH9Pomd7cBNWVyvfAN7ma3Yd2 vb6i2P0tc3edn3AJ1V8vVU0gOK1Tu7arYnNxer54QeX3ypbzNy0HYQTKk 0Xm1H6w+dtRTAw385rPubTGPqIgeVz5yLnJuLgmI32uuj3Yr7iWTcBfH9 VgBZ0RfvKLtCiQaaJtlhSasRSU6+FnX2qq7OdhRic9TtlLWNYYcJamGXj A==; X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="382307328" X-IronPort-AV: E=Sophos;i="5.96,265,1665471600"; d="scan'208";a="382307328" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 00:53:18 -0800 Message-Id: <5f0cd1$mjmth8@fmsmga002-auth.fm.intel.com> Date: 22 Dec 2022 00:53:17 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="758871598" X-IronPort-AV: E=Sophos;i="5.96,265,1665471600"; d="scan'208";a="758871598" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 00:53:17 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH v1] tests/ice_advanced_rss:fix packets location error From: lijuan.tu@intel.com To: dts@dpdk.org,zhiminx.huang@intel.com,hailinx xu Cc: hailinx xu In-Reply-To: <20221207073416.1756-1-hailinx.xu@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: hailinx xu Errors-To: dts-bounces@dpdk.org On Wed, 7 Dec 2022 15:34:16 +0800, hailinx xu wrote: > fix packets location error > > Signed-off-by: hailinx xu Acked-by: Lijuan Tu Applied, thanks