From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com [209.85.215.48]) by dpdk.org (Postfix) with ESMTP id 4F2CF29CB; Mon, 12 Mar 2018 11:07:43 +0100 (CET) Received: by mail-lf0-f48.google.com with SMTP id e28-v6so13339741lfc.3; Mon, 12 Mar 2018 03:07:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=371hW/w0o0GJekR8x9nhWFbkArwnRVozzMI3D4XEovI=; b=p6nktGiQ166LilwGhRVDVCmqjSHSd9OTWKJxxawhxufQUkbiO4oGw/Fmni6Jc1EgaE inKIv6DvgQblxhulK5lFiPRD+YNqGPXOo2b/3Se8ylJSRhx+NfGOsVSNuVwH86sD6M7Z 3cSA+cpDt/Ktk2VJ4go4bSuauZ4hPiN/pQ/dLJncOZhVlpSopBYai1kNRTh5tF4b1epl IYFLdLBy7oo/LRUhqVq1T8Qjr0dhKaT2RxyQoq4KtGMuCa9Gyc+/0OH2Z8l3DGXPAqVa p8OGjVXu8cEdDDAnxH0hWp+WqHKDpPXrDjrck4uoT0v+Hn0B4lPZJ2/kyTP7zsyDy/zv CPTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=371hW/w0o0GJekR8x9nhWFbkArwnRVozzMI3D4XEovI=; b=rNyQXDq7mUmNioF8+9/i2Mnc8lLxfVUWHGZzMyEVTEEPShl31rcOtkECf8vCFhLY0P +jtoA2cb5O+wMSzlj78tCkhFRND2Ww5/yPsqOTPCR9KPONEqaDyrco6iITfFbfjyjfMX uNyctnLEi03rgPzig6iiE29GWNMeWQF7ogiL9bm+KYREnepfO78nzMNXFAvJvXMlkAC2 l6wjbnLXyNsEitCisJeEwW29Brdu+xzXk1059ngDBV7QqQGlj+GQloa97DanxFjyEPnS qnCYIxDNtefCyOHY5grZyvtxo/bWXsVX40yVMiTNh1pC0UYmAfnO70tpw9OFsA76a/Aq EzVQ== X-Gm-Message-State: AElRT7EsUOu+46bQe1FIpA+KkBpdMCtNFjtfTrREonRPdGNgZk020Zww SfLOgSxv0af1IbalhtVkl94wZoXcNCC8/nmxhULU X-Google-Smtp-Source: AG47ELsqudKuMwIJ9cNfZZ/UtOcWeOyFiVE9VbdP49ZrZu/oKGuWNS9E1uJ0hqHn1OmbLLl0/EgmaX3WtATpLAxt6pw= X-Received: by 10.46.27.211 with SMTP id c80mr4999982ljf.46.1520849262330; Mon, 12 Mar 2018 03:07:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.104.24 with HTTP; Mon, 12 Mar 2018 03:07:41 -0700 (PDT) From: Vishnuvardhan Reddy Date: Mon, 12 Mar 2018 15:37:41 +0530 Message-ID: To: dev@dpdk.org, users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] Intel XL710 with KVM-SRIOV & DPDK i40evf driver drops packets on RX even on a small rates 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: , X-List-Received-Date: Mon, 12 Mar 2018 10:07:43 -0000 Hi, We are running performance characterization for our customized DPDK application in the KVM Guest using Intel XL710 SRIOV VF. The Host is Netra X72 with XL710 NIC Quad port with 32 core. We are seeing RX packet drops at the VF level even for small packet rates (~200Mbps) & the DPDK rx_discard counter of i40evf is getting incremented. When we go through the XL710 data sheet, we got the following description for rx_discards. *Port Receive Packets Discarded Count GLPRT_RDPC[n] (0x00300600 + 0x8*n, n=0...3; RW1C)* * Counts received packets from the network that are dropped in the receive packet buffer. The packets are dropped due to possible lack of bandwidth on the PCIe or total bandwidth of the internal data path.* Could you please help us how we can proceed to identify the root cause of RX discards? Thanks, Vishnu