From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by dpdk.org (Postfix) with ESMTP id 9F685CE7 for ; Mon, 11 Jul 2016 20:22:30 +0200 (CEST) Received: by mail-lf0-f49.google.com with SMTP id f6so79690813lfg.0 for ; Mon, 11 Jul 2016 11:22:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=gFodpcJD0NsLZpCL1i8vSKTHRB3Kk5hdGMXM3MPXVzQ=; b=N6bXzekSEw2C5skW0VVVDmZNHoCtZtj0Y98mv3qVsW7ALA8ZhWTF2r8V6Z5zWlQavq xeLD7z2bb2+hD1e2fGuVQ85Vq/F/FKrz+TIE2//aqp0B6BqL1EPe8D4bqb6/k0NOHP+s DDyke0znzy7xjRSmt5kZNJbNu6RpnRpnQCiAlpjuRYj4N/qHE6uNNsP5nuevPGwQrscU meIBdz1vDOvVlV80a7FN2BXu8kbA4C7HmeDbnWj9DAFFiOwdkFw9gGiDBwfH+bVKTLOp Ac1F64fwSrphtMm2oxDZguYkeoOdHVuDxb0B9NFKD29twvMVBwc1RC6Zz7MzaPV5PL1M /7zg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=gFodpcJD0NsLZpCL1i8vSKTHRB3Kk5hdGMXM3MPXVzQ=; b=gIjUhM5NgHxndoks8CIyerLYKBN2IGXuCILDt3+g1/Phx6ov3nzgi0QQFLEKgcFK+w k6kAtq/dOGVK8caBlM77pespKc1yuaGetM97b2Sdwpe8hdlxbnqbZZnBD4PhQco+Dmi+ eTGQ6qmX91XbN6wckKxgFT/YQXvMDn0EKSFoURPS9JthnuaILNvldVV1iG9HvwgaKH8q NXZLS7YaaIQshzUeDG+8IxhEd8aibgiFu9pVOKN044O5YBw5wF4NI/xiurfMyJkkqqJs YrZKW4Ao7OOpiRHXZ8yov8iwlOu1j2t6qvgLiJ1I7o7FgyFSgKww/Gk0nfsMghl1jX+u i9QA== X-Gm-Message-State: ALyK8tJjZBqPRtXJWRZnM7L+qKA8MZ8Lg9I1MVHv6tEmsHZ05eBDWtcA6JBUso5+6sO6IJzMvShzwC7htg6mGA== X-Received: by 10.25.143.132 with SMTP id r126mr5222929lfd.160.1468261349931; Mon, 11 Jul 2016 11:22:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.83.149 with HTTP; Mon, 11 Jul 2016 11:22:29 -0700 (PDT) From: Garik E Date: Mon, 11 Jul 2016 21:22:29 +0300 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] No RX frames on Intel 82599 VF 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, 11 Jul 2016 18:22:30 -0000 Hello, I have two Intel servers S2600WTTR and S2600WT2 both with 82599 10G Ethernet Controllers I run the same DPDK application on both servers. The application works with one interface bound to physical or virtual PCI function depending on configuration The S2600WTTR server receives incoming traffic on physical and virtual functions The S2600WT2 server receives traffic only on physical function When I bind S2600WT2 VF to ixgbevf driver and configure it as Linux ETH interface, it works normally. Network sniffer shows that Ethernet frames arrive to S2600WT2 port and frames are valid, however DPDK does not receive them. Where can I start to debug this issue ? OS: RHEL 6.6 x86-64 DPDK: 16-07-rc1