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 B72C1A2EF9 for ; Mon, 16 Sep 2019 04:42:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 116EF1C129; Mon, 16 Sep 2019 04:42:25 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 139E81C128 for ; Mon, 16 Sep 2019 04:42:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Sep 2019 19:42:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,489,1559545200"; d="scan'208";a="386065813" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 15 Sep 2019 19:42:21 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 15 Sep 2019 19:42:21 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 15 Sep 2019 19:42:21 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.23]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.53]) with mapi id 14.03.0439.000; Mon, 16 Sep 2019 10:42:19 +0800 From: "Zhang, Xiao" To: "Sampath, Amrutha" , "users@dpdk.org" Thread-Topic: no traffic sent/received while testing XL710 with Traffic generator on VM Thread-Index: AdVoRQGZt7BR+K1KSIihiMnIrdpogAD8VMAQ Date: Mon, 16 Sep 2019 02:42:18 +0000 Message-ID: References: <9343C8D8740E094F8B06586B4D5872DA730499F1@fmsmsx121.amr.corp.intel.com> In-Reply-To: <9343C8D8740E094F8B06586B4D5872DA730499F1@fmsmsx121.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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 Amrutha, Did you configure the vf to promiscuous mode? You need to configure it to promiscuous mode to get packets with destinatio= n not the same as mac of vf. The command is: ip link set dev vf 0 trust on BR, Xiao > -----Original Message----- > From: users [mailto:users-bounces@dpdk.org] On Behalf Of Sampath, Amrutha > Sent: Wednesday, September 11, 2019 10:10 AM > To: users@dpdk.org > Subject: [dpdk-users] no traffic sent/received while testing XL710 with T= raffic > generator on VM >=20 > Hi All, >=20 > I have VF's created for the XL710. > I'm using i40e driver version: 2.9.21 and iavf driver: 3.7.53 >=20 > I then run this command , whitelisting XL710 ports. >=20 > /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= - > cores=3D2 --coremask=3D0x0006 --rxq=3D1 --txq=3D1 -i --mbcache=3D512 --bu= rst=3D64 -- > rxd=3D2048 --txd=3D2048 --forward-mode=3Dmac --portmask=3D0x3 >=20 >=20 >=20 > I see port as up in traffic generator (both ixia and spirent) and start t= raffic, but I > only see tx on traffic generator end no statistics(rx or tx) on XL710 VF = side. >=20 >=20 >=20 > Is there anything I'm missing? >=20 >=20 >=20 >=20 >=20 > Thanks >=20 >=20 >=20 >=20