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 20EA2A050B; Wed, 13 Apr 2022 17:56:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B917840694; Wed, 13 Apr 2022 17:56:08 +0200 (CEST) Received: from mail-pg1-f174.google.com (mail-pg1-f174.google.com [209.85.215.174]) by mails.dpdk.org (Postfix) with ESMTP id 58DC94068E for ; Wed, 13 Apr 2022 17:56:07 +0200 (CEST) Received: by mail-pg1-f174.google.com with SMTP id q19so2182645pgm.6 for ; Wed, 13 Apr 2022 08:56:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=95sQ4cPPQESKOz6v5H3nNK2GdUV6ggFKOx43ZZ5CCLU=; b=pHnqL9o009oAlXLYMODpHHhj3a8W1lXyvr7/MyjZkNJFJyGmdWGmgLQLjSJAdHHO4O WleSqvlxH0O+XqShO9+TjdhmkAODSqtIjwM8YspB5lQFuc2zlUhizrxbyYUYOzWcB5Wk J7PLtXnnOY+tAlrgwBvZfmUTu8Mgxf1I+0eBhe/J0lrUCyT2DkzOTMCrLk79GC0Z0+Pm NUz0XHCMBtI8lR6auABo++ITee5Oyn9TeTmuVv3di4lQAT3QgwDLfdpjAnQ71cERecjt N1zRUMIXE56bLiFcTTZmpmO3IOy0AhRD6oDoSOXeGIBEh4j4RW2yDDXiRzzQrJSlpTPI ibPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=95sQ4cPPQESKOz6v5H3nNK2GdUV6ggFKOx43ZZ5CCLU=; b=FxPfYdAI/SiGMr1XDfZGr6z++bvPa7vJrLiSmrNLe5hB1ZLplOsquKJM/CmQq1+TwB lkKo+Zbdoczi4ZxWdC2PzuaLhdN6vepZhoUDLLFRF+rU7U8C62+ewudK4Vq7Vef+42uV 0GrKyWtq2+xkFnQVf7TfoqJwqws4eEJUaVuq54WF+pEY0PeMfoynRoFhS1plF54TBIes +pclGple3CPCplAgZY/AyT88KJdFjpFHSABThr53vbhq0zDVdx6KjG5OxBFtU8wKA1an 5TY6yB5R3c4nKtlwHQG4bF5MlOvQ5VLyZVlS0E9H5cw6k1xbtPgjxRRBocNN8g9uGN9f G8Sw== X-Gm-Message-State: AOAM531mxjcTPV5l0zfnTALxvqOHdO74ts8BO5JdYe6Qp6Pciv0VqDWd PFcac0mESZyBVDCIlyYO4oVZuQ== X-Google-Smtp-Source: ABdhPJxveCBIp2Lmzysn5V9LGiOxlMyDQKXEXEwTpamAWXMrbfORdItLdphA1whdoSKx4FUwGdfJ0A== X-Received: by 2002:a05:6a00:ad2:b0:4f1:2734:a3d9 with SMTP id c18-20020a056a000ad200b004f12734a3d9mr44278767pfl.61.1649865366467; Wed, 13 Apr 2022 08:56:06 -0700 (PDT) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id 137-20020a63078f000000b0039d9c13cd39sm5628699pgh.67.2022.04.13.08.56.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Apr 2022 08:56:06 -0700 (PDT) Date: Wed, 13 Apr 2022 08:56:03 -0700 From: Stephen Hemminger To: =?UTF-8?B?xLBicmFoaW0gS2/Dp2Fr?= Cc: users@dpdk.org, dts@dpdk.org, dev@dpdk.org, dts-test-report@dpdk.org Subject: Re: EAL: failed to parse device "vdev:net_pcap_rx_0", core (0), capture for (0) tuples Message-ID: <20220413085603.563a12c9@hermes.local> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Tue, 12 Apr 2022 09:59:06 +0300 =C4=B0brahim Ko=C3=A7ak wrote: > Hi, >=20 > I want to run dpdk-pdump but I get the following error. I can not open > tuple..I share to application output. Can you support to me ? >=20 > Thank you, > =C4=B0brahim Ko=C3=A7ak Which version of DPDK? What version of rdma-core library? Looks like mlx5 device is unable to support secondary process. After that pdump can't really do what you want.