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 C8197A0548; Thu, 8 Sep 2022 10:03:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9CB6240143; Thu, 8 Sep 2022 10:03:57 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 09088400D6 for ; Thu, 8 Sep 2022 10:03:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662624236; x=1694160236; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Yuc5hVv4rHEoqaJQ6CxtqqIX0IRZ6DHt0c2peEYUK4k=; b=UIhXZZiwjfhGZzV3qOSsTuDR70a9kpUy0JD2qaJtpeHKIosK+X1d/Rla UIYuUKJ1+0SnSHZLWBhehCBVGYd6T5TICk7+5bBC9D9kcd+mhECU2zLBq 9JijVkgKJqXY4CDrAwnCBE05XEAhRjBDnyE3UYRl0NhEIjQGJmWkadEN4 tyRgCBjXimT0cOC4TinAUySGKbsNhArfLdc4w8T5EK7kchnH7jrQe3qRL zvuDqh7VKbAuP18tIVaSzTcPsMSUdCuAAtQfZZJTIdD32SW5XiRDwL6hZ QECHZuB1C66OzocFKFQbNKQ/JuWYQmVSv0fmEE95EMf9JyE0SOe3dMNbz w==; X-IronPort-AV: E=McAfee;i="6500,9779,10463"; a="361064974" X-IronPort-AV: E=Sophos;i="5.93,299,1654585200"; d="scan'208";a="361064974" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2022 01:03:55 -0700 Message-Id: <9bee9c$j731dm@orsmga008-auth.jf.intel.com> Date: 08 Sep 2022 01:03:53 -0700 X-IronPort-AV: E=Sophos;i="5.93,299,1654585200"; d="scan'208";a="644974011" 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; 08 Sep 2022 01:03:53 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V2 2/2] tests/ip_pipeline: redesign the cases to test rss pipline From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20220908114358.8447-2-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: Song Jiale Errors-To: dts-bounces@dpdk.org On Thu, 8 Sep 2022 11:43:58 +0000, Song Jiale wrote: > 1. synchronously modify test case. > 2. delete unused import. > > Signed-off-by: Song Jiale Acked-by: Lijuan Tu Series applied, thanks