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 63661A2EEB for ; Fri, 13 Sep 2019 09:39:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 46F1B1F09F; Fri, 13 Sep 2019 09:39:29 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id B76431EB66 for ; Wed, 11 Sep 2019 04:09:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Sep 2019 19:09:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,489,1559545200"; d="scan'208,217";a="359993833" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 10 Sep 2019 19:09:55 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 10 Sep 2019 19:09:54 -0700 Received: from fmsmsx121.amr.corp.intel.com ([169.254.6.244]) by FMSMSX113.amr.corp.intel.com ([169.254.13.127]) with mapi id 14.03.0439.000; Tue, 10 Sep 2019 19:09:54 -0700 From: "Sampath, Amrutha" To: "users@dpdk.org" Thread-Topic: no traffic sent/received while testing XL710 with Traffic generator on VM Thread-Index: AdVoRQGZt7BR+K1KSIihiMnIrdpogA== Date: Wed, 11 Sep 2019 02:09:54 +0000 Message-ID: <9343C8D8740E094F8B06586B4D5872DA730499F1@fmsmsx121.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.1.200.107] MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 13 Sep 2019 09:39:28 +0200 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] no traffic sent/received while testing XL710 with Traffic generator on VM 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: , Errors-To: users-bounces@dpdk.org Sender: "users" Hi All, I have VF's created for the XL710. I'm using i40e driver version: 2.9.21 and iavf driver: 3.7.53 I then run this command , whitelisting XL710 ports. /home/userx/dpdk/x86_64-native-linuxapp-gcc/app/testpmd -c 0x00007 -n 6 -w = 0000:00:08.0 -w 0000:00:09.0 --socket-mem=3D1024 -- --socket-num=3D0 --nb-c= ores=3D2 --coremask=3D0x0006 --rxq=3D1 --txq=3D1 -i --mbcache=3D512 --burst= =3D64 --rxd=3D2048 --txd=3D2048 --forward-mode=3Dmac --portmask=3D0x3 I see port as up in traffic generator (both ixia and spirent) and start tra= ffic, but I only see tx on traffic generator end no statistics(rx or tx) on= XL710 VF side. Is there anything I'm missing? Thanks