From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <anjali@juniper.net>
Received: from na01-bl2-obe.outbound.protection.outlook.com
 (mail-bl2on0143.outbound.protection.outlook.com [65.55.169.143])
 by dpdk.org (Postfix) with ESMTP id B2238DE0
 for <dev@dpdk.org>; Tue, 16 Jun 2015 14:33:49 +0200 (CEST)
Received: from BL2PR05MB113.namprd05.prod.outlook.com (10.255.232.20) by
 BL2PR05MB113.namprd05.prod.outlook.com (10.255.232.20) with Microsoft SMTP
 Server (TLS) id 15.1.184.17; Tue, 16 Jun 2015 12:33:48 +0000
Received: from BL2PR05MB113.namprd05.prod.outlook.com ([169.254.1.114]) by
 BL2PR05MB113.namprd05.prod.outlook.com ([169.254.1.114]) with mapi id
 15.01.0184.014; Tue, 16 Jun 2015 12:33:48 +0000
From: Anjali Kulkarni <anjali@juniper.net>
To: "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: Debugging SR-IOV related packet flow problem with DPDK
Thread-Index: AQHQqDCx5wg/WYojp02CMlqwcD5+ow==
Date: Tue, 16 Jun 2015 12:33:48 +0000
Message-ID: <D1A565DC.F3BF%anjali@juniper.net>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/14.4.5.141003
authentication-results: dpdk.org; dkim=none (message not signed) header.d=none;
x-ms-exchange-messagesentrepresentingtype: 1
x-originating-ip: [66.129.239.12]
x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BL2PR05MB113;
x-microsoft-antispam-prvs: <BL2PR05MB113571D17EB5A4ADD32A170D5A70@BL2PR05MB113.namprd05.prod.outlook.com>
x-exchange-antispam-report-test: UriScan:;
x-exchange-antispam-report-cfa-test: BCL:0; PCL:0;
 RULEID:(601004)(5005006)(520003)(3002001); SRVR:BL2PR05MB113; BCL:0; PCL:0;
 RULEID:; SRVR:BL2PR05MB113; 
x-forefront-prvs: 06098A2863
x-forefront-antispam-report: SFV:NSPM;
 SFS:(10019020)(6009001)(83506001)(106116001)(2351001)(2656002)(107886002)(87936001)(5002640100001)(102836002)(5001960100002)(110136002)(2501003)(50986999)(54356999)(99286002)(66066001)(229853001)(16236675004)(189998001)(46102003)(86362001)(450100001)(62966003)(4001350100001)(77156002)(40100003)(36756003)(2900100001)(122556002)(92566002)(94096001);
 DIR:OUT; SFP:1102; SCL:1; SRVR:BL2PR05MB113;
 H:BL2PR05MB113.namprd05.prod.outlook.com; FPR:; SPF:None; MLV:sfv; LANG:en; 
MIME-Version: 1.0
X-OriginatorOrg: juniper.net
X-MS-Exchange-CrossTenant-originalarrivaltime: 16 Jun 2015 12:33:48.5613 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: bea78b3c-4cdb-4130-854a-1d193232e5f4
X-MS-Exchange-Transport-CrossTenantHeadersStamped: BL2PR05MB113
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: [dpdk-dev] Debugging SR-IOV related packet flow problem with DPDK
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 16 Jun 2015 12:33:50 -0000

Hi,

I am observing that the SR-IOV enabled NIC does not increment any VF packet=
 counters despite incoming packet flow. I have enabled some debug logs like=
 CONFIG_RTE_LIBRTE_IXGBE_DEBUG_RX in config file.
Can someone point me to where these logs are being printed so I can try to =
figure out where packets are being dropped? Or how can I debug DPDK packet =
flow related issues (are there any stats I can look at)?

Thanks
Anjali