From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anjali Kulkarni Subject: Debugging SR-IOV related packet flow problem with DPDK Date: Tue, 16 Jun 2015 12:33:48 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "dev@dpdk.org" Return-path: 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 ; Tue, 16 Jun 2015 14:33:49 +0200 (CEST) Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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