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 A0BE3A2EFC for ; Mon, 16 Sep 2019 21:21:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C74EA1BEDD; Mon, 16 Sep 2019 21:21:24 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 354C31BFF3 for ; Mon, 16 Sep 2019 04:45:43 +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:45:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,489,1559545200"; d="scan'208";a="386066299" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 15 Sep 2019 19:45:42 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) 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:45:42 -0700 Received: from fmsmsx121.amr.corp.intel.com ([169.254.6.190]) by FMSMSX152.amr.corp.intel.com ([169.254.6.135]) with mapi id 14.03.0439.000; Sun, 15 Sep 2019 19:45:41 -0700 From: "Sampath, Amrutha" To: "Zhang, Xiao" , "users@dpdk.org" Thread-Topic: no traffic sent/received while testing XL710 with Traffic generator on VM Thread-Index: AdVoRQGZt7BR+K1KSIihiMnIrdpogAD8VMAQAACVm5A= Date: Mon, 16 Sep 2019 02:45:42 +0000 Message-ID: <9343C8D8740E094F8B06586B4D5872DA730594B0@fmsmsx121.amr.corp.intel.com> References: <9343C8D8740E094F8B06586B4D5872DA730499F1@fmsmsx121.amr.corp.intel.com> In-Reply-To: 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] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailman-Approved-At: Mon, 16 Sep 2019 21:21:23 +0200 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" Once I assigned static MAC address for FVL VF's , it worked. I'm wondering why it didn't work for auto assigned MAC. Should I explicitly= configure promiscuous mode for it to work? Thanks -----Original Message----- From: Zhang, Xiao=20 Sent: Sunday, September 15, 2019 7:42 PM To: Sampath, Amrutha ; users@dpdk.org Subject: RE: no traffic sent/received while testing XL710 with Traffic gene= rator on VM 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,=20 > Amrutha > Sent: Wednesday, September 11, 2019 10:10 AM > To: users@dpdk.org > Subject: [dpdk-users] no traffic sent/received while testing XL710=20 > with Traffic 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=20 > 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=20 > -- > 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=20 > start traffic, but I only see tx on traffic generator end no statistics(r= x 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