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 51F4A429C3; Sun, 23 Apr 2023 10:55:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4E50C4021D; Sun, 23 Apr 2023 10:55:20 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id D98FE40156 for ; Sun, 23 Apr 2023 10:55:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682240119; x=1713776119; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=hwQ0KgWJXFRYQK2YGV+NIp/xs9/f66amFMEIYOl3+zM=; b=TxLMvDG827Ir+nQAvpROVV8PIGJERG4emKu7OS+lpjV3nGQ3D6GowwiH l4f4epQtr/v+kUwIQXiAe7x/vEhTcMOKlUtRJyZhUr1rbgdFWlQb8l1fU ANZCEqkEm9i/bSxfc0oASpCPIevvNyAyw6P5wsgcBTdCvza/CTKAvY3+D dGLBkpIFZTy+2L5LfrkEzjoFNgzSG87xwH/43Mqh7nvlJLT/WTqnOQdlA mu0hfTpU1CHzEwjTzB7425IKnuNwhEbl4mCTeonM0P7AWnx1dOnTp9Pkd dC9f6zcDq/donzI1NiJrlbSKCBKyBr0vDTZiQLTpaOMR8ShqHeHDdjJnF g==; X-IronPort-AV: E=McAfee;i="6600,9927,10688"; a="343749179" X-IronPort-AV: E=Sophos;i="5.99,220,1677571200"; d="scan'208";a="343749179" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2023 01:55:03 -0700 Message-Id: <4e4ef6$nuv20l@fmsmga002-auth.fm.intel.com> Date: 23 Apr 2023 01:55:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10688"; a="804227101" X-IronPort-AV: E=Sophos;i="5.99,220,1677571200"; d="scan'208";a="804227101" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2023 01:55:02 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [PATCH] tests/dual_vlan: Explicitly wait for tcpdump From: lijuan.tu@intel.com To: ,Akihiko Odaki Cc: dts@dpdk.org,Akihiko Odaki In-Reply-To: <20230414124739.67152-1-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:47:39 +0900, Akihiko Odaki = wrote: > It is observed that sometimes tcpdump do not finish writing the packet > dump immediately after killed. Wait for tcpdump to avoid such race. >=20 > Signed-off-by: Akihiko Odaki Applied, thanks