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 86A20A0544; Mon, 10 Oct 2022 05:21:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 63904400D5; Mon, 10 Oct 2022 05:21:01 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 3607C40042 for ; Mon, 10 Oct 2022 05:21:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665372060; x=1696908060; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=8/1H2qyuvPMzFEYyamgKTQ2lu/vTtJ87S7cXtuiEh6k=; b=E1BViH0SR2ALP10BSWOsh5NLTbZNeXJUzdl1dXmHL+zS5hPw68UuZcDz sNTP83xbLUr2XF85+TuBdRjn/forbd+FdwMoh/2tJwWmt6ZdCZRsxc0QX eo23CHobpAHO3e3NbcJMPTn202V7gRHZ7zslTPkywrAXXy7VsjP3fs40R CfL/2Gqr0+T1jtikKx5SrbwGP2FjOQZ8n04wYbt/DrdDb19Iy9FjJ6MEp P72h2jQRuJFHucR/5VF6eWpSO0lMY/1FUuaeu2OCZiDO4a4Ta8nhJqOnZ WafiC1UmVlPalyZ+jpFszjjGQ4PgO1J6NkFq4m2aoVFT1A4XQWUXE795y g==; X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="366093779" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="366093779" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 20:20:59 -0700 Message-Id: <9bee9c$jibdod@orsmga008-auth.jf.intel.com> Date: 09 Oct 2022 20:20:58 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10495"; a="656783122" X-IronPort-AV: E=Sophos;i="5.95,172,1661842800"; d="scan'208";a="656783122" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2022 20:20:58 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/kernelpf_iavf: case vf_rss optimization test result check From: lijuan.tu@intel.com To: dts@dpdk.org,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20220922015910.25797-1-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 Thu, 22 Sep 2022 09:59:10 +0800, Weiyuan Li wrote: > Optimize test result inspection according to test plan. > Calculate whether the allocated queue result is correct according to the > returned hash. > > Signed-off-by: Weiyuan Li Acked-by: Lijuan Tu Applied, thanks