From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.esentire.com (mail.iim-support.esentire.com [52.129.34.132]) by dpdk.org (Postfix) with ESMTP id 238495942 for ; Fri, 12 May 2017 21:20:25 +0200 (CEST) Received: from exchange.esentire.com (cas01colo01p.internal [10.1.120.115]) by mail.esentire.com (Postfix) with ESMTPS id 5A169180303 for ; Fri, 12 May 2017 19:20:24 +0000 (UTC) Received: from mbx01cmb01p.esentire.local (10.1.120.118) by mbx02cmb01p.esentire.local (10.1.120.125) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Fri, 12 May 2017 15:19:30 -0400 Received: from mbx01cmb01p.esentire.local ([fe80::15b7:994a:6f0:2355]) by mbx01cmb01p.esentire.local ([fe80::15b7:994a:6f0:2355%14]) with mapi id 15.00.1210.000; Fri, 12 May 2017 15:20:47 -0400 From: Ming Fu To: "users@dpdk.org" Thread-Topic: multiple pdump on the same port Thread-Index: AdLLU91lQTakfLz3QDGRiVAaXPCP3A== Date: Fri, 12 May 2017 19:20:46 +0000 Message-ID: <529c442edf64498487c031bb2be84f51@mbx01cmb01p.esentire.local> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.1.120.131] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] multiple pdump on the same port X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2017 19:20:26 -0000 Hi, Wonder if it is possible to have multiple dpdk pdump on the same port. I t= ried two run two pdump on the same port and queue but the second pdump fail= ed. If there can only be one pdump per port, what might be the solution if I th= ere are multiple reader applications reading all packets from one port? It'= s not a load balance distribution, but every packet is read by every reader= s. Thanks Ming