From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6752DA0527; Mon, 9 Nov 2020 07:56:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 08F405913; Mon, 9 Nov 2020 07:56:38 +0100 (CET) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id 4B7BB58C4 for ; Mon, 9 Nov 2020 07:56:37 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id 3277BA052A; Mon, 9 Nov 2020 07:56:36 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Mon, 09 Nov 2020 06:56:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: testpmd X-Bugzilla-Version: 20.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: junx.w.zhou@intel.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 571] [dpdk-20.11]packet_capture: can't start pdump. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D571 Bug ID: 571 Summary: [dpdk-20.11]packet_capture: can't start pdump. Product: DPDK Version: 20.11 Hardware: All OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: testpmd Assignee: dev@dpdk.org Reporter: junx.w.zhou@intel.com Target Milestone: --- DPDK version:=20 20.11-rc3 60af9bd63dd46ebd709371e88b4096fd2bc048cf OS: CentOS Linux release 8.2.2004 Compiler: gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5) Hardware platform: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz NIC hardware: Fortville_25g(Ethernet Controller XXV710 for 25GbE SFP28 158b) NIC firmware:=20 driver: i40e version: 2.13.10 firmware-version: 8.00 0x80008c1a 1.2766.0 Test Setup Steps to reproduce List the steps to reproduce the issue. 1.usertools/dpdk-devbind.py --force --bind=3Dvfio-pci 0000:05:00.0 0000:05:= 00.1 2.x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2 -n 4 -w 0000:05:00.0 = -w 0000:05:00.1 --file-prefix=3Dtest -- -i --port-topology=3Dchained 3.set fwd io 4.start 5.new session:x86_64-native-linuxapp-gcc/app/dpdk-pdump -v --file-prefix= =3Dtest -- --pdump=20 'port=3D0,queue=3D*,tx-dev=3D/tmp/pdumpLog/pdump-tx.pcap,rx-dev=3D/tmp/pdum= pLog/pdump-rx.pcap' Show the output from the previous commands. EAL: Detected 88 lcore(s) EAL: Detected 2 NUMA nodes EAL: RTE Version: 'DPDK 20.11.0-rc1' EAL: Multi-process socket /var/run/dpdk/test/mp_socket_470986_13014e4b81e444 EAL: Selected IOVA mode 'VA' EAL: Probing VFIO support... EAL: VFIO support initialized EAL: using IOMMU type 1 (Type 1) EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.0 (socket 0) EAL: Probe PCI driver: net_i40e (8086:158b) device: 0000:05:00.1 (socket 0) RING: Cannot reserve memory EAL: Error - exiting with code: 1 Cause: File exists:create_mp_ring_vdev:673 Expected Result Explain what is the expected result in text or as an example output: no error log Regression Is this issue a regression: (Y) Version the regression was introduced:=C2=A0 commit d23d73d088c1bdab8385fa64cd397ccedc725472 Author: Thomas Monjalon Date: Thu Oct 29 08:17:35 2020 +0100 net/pcap: switch Rx timestamp to dynamic mbuf field The mbuf timestamp is moved to a dynamic field in order to allow removal of the deprecated static field. The related mbuf flag is also replaced. Signed-off-by: Thomas Monjalon Acked-by: David Marchand Acked-by: Olivier Matz --=20 You are receiving this mail because: You are the assignee for the bug.=