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 D565D42B94; Thu, 25 May 2023 04:52:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D20ED40DDB; Thu, 25 May 2023 04:52:38 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id D5AAB40A82 for ; Thu, 25 May 2023 04:52:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684983157; x=1716519157; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=xLRboh2iw9XyKFQH1gcEt6rVMpGoZ9Z/4Uv04GKsUlw=; b=khIROWi/1EpbS6YVZl5qW1i5ZTWs3tc31C8ln9juA1umCOXIihy/uGdr eAb2AGTpESUJuDt3q7r+O1g9UH1MCnQPe6N6t9AEJZ8lmKTRMtpulOfgm TGye31z+9nH/OpOCQSBW0z0JKXhnIyw2296ovh8j4LzRgZO8ny7YDxHCs Pte+AcVynCQMRR9WmrQ6tB5KTUFFFATunG1QgiuPUGpxmBfYKHuOwU2v3 KV9a1sE9JbAFHKN3kBdX+8HhwQ/c9rXMe2aKAYmACNDQYPD1SLOPFzs0V vqKt1Od/nUA+TDFbbSAkJwHl6gkYcuvE5GX8rgdyrGsPXGp4KEAPlJniJ Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="351270159" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="351270159" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:52:35 -0700 Message-Id: <90bd5b$kqdb1a@orsmga007-auth.jf.intel.com> Date: 24 May 2023 19:52:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="698788908" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="698788908" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 19:52:34 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [PATCH 7/7] tests/ip_pipeline: Use common tcpdump methods From: lijuan.tu@intel.com To: ,Akihiko Odaki Cc: dts@dpdk.org,Akihiko Odaki In-Reply-To: <20230414125255.67812-8-akihiko.odaki@daynix.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: Akihiko Odaki Errors-To: dts-bounces@dpdk.org On Fri, 14 Apr 2023 21:52:55 +0900, Akihiko Odaki = wrote: > Signed-off-by: Akihiko Odaki Acked-by: Lijuan Tu Series applied, thanks