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 BA957A0548; Thu, 8 Sep 2022 03:39:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A523D40143; Thu, 8 Sep 2022 03:39:15 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id C5CFF400D6 for ; Thu, 8 Sep 2022 03:39:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662601154; x=1694137154; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=nYbqaM5GPVZG7Il6zu/E25gLToTr75ggh/hjOx+TYdc=; b=buO9Od8z+ZOwjBRWMtQ1+BSKRopQhmjYlTyIOsueU2FfI1+Y3uwIOa6Y sQulg+v9tCZvoZfCqUAnSFhShOQEUcPmv4qkplN5ULWH0+qFWT4/6rS9M vj19xX2CP8ViTPiNAfHLFlTgCyF1Zr74TFVlOuEDUbIh0qvQtEzkHDhWb 6XHAbIpp6n0v0RlSk3ba26HmqO4LF+s7ez5GqIN5HEEJ8rWCyU6SiH5hT fPICiXEQ+uNcNUhULqnFkPSrKQKUnaNsswZ8oyFfcMJvyh4/yZoWC8zbF 6yE4xbCf/ycJwXZY8UaGQthNP6PPVdFNQ2n9MVsQsRsYcjxAWtWeplajB A==; X-IronPort-AV: E=McAfee;i="6500,9779,10463"; a="358771094" X-IronPort-AV: E=Sophos;i="5.93,298,1654585200"; d="scan'208";a="358771094" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 18:39:12 -0700 Message-Id: Date: 07 Sep 2022 18:39:11 -0700 X-IronPort-AV: E=Sophos;i="5.93,298,1654585200"; d="scan'208";a="610518602" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 18:39:11 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/ice_advanced_rss: modify the check queue group to match the rule queue group From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220815102742.23820-1-songx.jiale@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: Jiale Song Errors-To: dts-bounces@dpdk.org On Mon, 15 Aug 2022 10:27:42 +0000, Jiale Song wrote: > the rule queue group not match the check queue group, > so modify the check queues to match the rule queues. > > Signed-off-by: Jiale Song Acked-by: Lijuan Tu Applied, thanks