From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) by dpdk.org (Postfix) with ESMTP id 831A65960 for ; Mon, 20 Apr 2015 22:55:13 +0200 (CEST) X-IronPort-AV: E=Sophos;i="5.11,610,1422921600"; d="scan'208";a="256825896" From: Shankar Krishnamurthy To: "dev@dpdk.org" Thread-Topic: DPDK VF and I40E Thread-Index: AdB7qxWlPEtM9ivbQo62Rf+yqVXH8Q== Date: Mon, 20 Apr 2015 20:55:11 +0000 Message-ID: <3AC1B0A52CB0CC4E964B5C55CB5053DA06561C@SJCPEX01CL03.citrite.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dpdk-dev] DPDK VF and I40E X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 20:55:14 -0000 DPDK Experts, When I run I40E host PF driver with DPDK VF Driver in VM, I see an issue wh= ere packets are received in bunch of 4s. See below But the same problem does not show up when run with DPDK PF testpmd with DP= DK VF in VM.=20 Since we would like to have I40e regular driver work with DPDK VF, Can one = please point to code change that was made in DPDK PF (testpmd) to make this= happen?=20 thanks, shanar. Inside VM: ./examples/l2fwd/l2fwd/x86_64-native-linuxapp-gcc/app/l2fwd -c 0xb -n 4 -- = -p 0x3 ... Port statistics =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Statistics for port 0 ------------------------------ Packets sent: 4 Packets received: 0 Packets dropped: 0 Statistics for port 1 ------------------------------ Packets sent: 0 Packets received: 4 Packets dropped: 0 Aggregate statistics =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Total packets sent: 4 Total packets received: 4 Total packets dropped: 0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D