From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chas Williams <3chas3@gmail.com> Subject: VF in the bnx2x driver broken on 57810 Date: Mon, 11 Jan 2016 13:19:07 -0500 Message-ID: <1452536347.28524.13.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable To: dev@dpdk.org Return-path: Received: from mail-qg0-f43.google.com (mail-qg0-f43.google.com [209.85.192.43]) by dpdk.org (Postfix) with ESMTP id CB9635A6B for ; Mon, 11 Jan 2016 19:19:08 +0100 (CET) Received: by mail-qg0-f43.google.com with SMTP id b35so279407855qge.0 for ; Mon, 11 Jan 2016 10:19:08 -0800 (PST) Received: from monolith.home (pool-173-66-34-64.washdc.fios.verizon.net. [173.66.34.64]) by smtp.googlemail.com with ESMTPSA id n68sm9175631qki.18.2016.01.11.10.19.07 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Jan 2016 10:19:08 -0800 (PST) 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" Interestingly enough, VF works for a 57800 card but doesn't seem to work for a 57810 card. =C2=A0To the best of my knowledge, these cards are practically the same, i.e. E3's with rev B0. =C2=A0Are there any bnx2x hw guys that could tell me why these cards might be behaving differently? The 57810 brokenness is isolated to the receive path. =C2=A0It seems to transmit fine. =C2=A0Of course, the linux driver works just fine so it is= n't something specific with the hypervisor configuration.