From mboxrd@z Thu Jan 1 00:00:00 1970 From: Garik E Subject: No RX frames on Intel 82599 VF Date: Mon, 11 Jul 2016 21:22:29 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev@dpdk.org 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) 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" 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