From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <3chas3@gmail.com> Received: from mail-qk0-f180.google.com (mail-qk0-f180.google.com [209.85.220.180]) by dpdk.org (Postfix) with ESMTP id 390298E91 for ; Wed, 4 Nov 2015 19:20:46 +0100 (CET) Received: by qkct129 with SMTP id t129so23424742qkc.2 for ; Wed, 04 Nov 2015 10:20:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :content-type:mime-version:content-transfer-encoding; bh=+cuWkR1m6UFXrOs16g7abJJlPCX9uly5OwPGLMs7G3Y=; b=OHo5gzoS1cSItW44gV9KYOWsdg6jdb4d4Qbq5zsKhJCaH57P3K/l7bQ/Aui7iie/US KdmYhRl40XlTHf7IlTvAkpV+MKPzNzDPyBiUKzD68qamWoUTsDAxD0JHEY001mXCkrq+ GwitAvojHb6qNSp97M8fzEQPeolMfG7FDtNT1rwbC2Pv/NRXLWKWu47QlTV3EA2G2kAf +2mxWVsmhBs74ds0VypYwQtY2Gjvp+sP+OJc0mseQbHF8gRx0WA6gh2F0L6NOd48Y+Lz gHnYbZu3qbpAieRU31szi44rHuMEC/czcdI+zewjkQeP9qKMyLb4fBOnZEPmKrhxepFn komg== X-Received: by 10.55.16.165 with SMTP id 37mr3076218qkq.31.1446661245290; Wed, 04 Nov 2015 10:20:45 -0800 (PST) Received: from new-host-2.home (pool-71-163-182-126.washdc.fios.verizon.net. [71.163.182.126]) by smtp.googlemail.com with ESMTPSA id b137sm622963qhc.37.2015.11.04.10.20.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Nov 2015 10:20:44 -0800 (PST) Message-ID: <1446661243.1777.2.camel@gmail.com> From: "Charles (Chas) Williams" <3chas3@gmail.com> To: "Mussar, Gary" Date: Wed, 04 Nov 2015 13:20:43 -0500 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 (3.12.11-1.fc21) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Status of bnx2x pmd? 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: Wed, 04 Nov 2015 18:20:46 -0000 On Fri, 2015-10-30 at 18:10 -0400, Mussar, Gary wrote: > I have been attempting to build testpmd with the bnx2x pmd enabled to try and talk through a bcm57810 10G NIC card. I have tried using SR-IOV VFs and I have tried using the PFs. Neither seem to be able to be properly initialized in testpmd and/or testpmd aborts. > > Is this PMD actually usable or is it trash? > > Gary See the two patches I have posted to this list recently w/respect to the bnx2x. At this point, I have a VF on a 57810 working in the TX direction. I am unable to figure out what is wrong with the RX direction though. The rx packet counters increment but I don't seem to get packet delivery. There is probably a minor issue with bnx2x_fill_accept_flags() being used in both the PF and VF drivers when setting the rx filter but fixing that didn't seem to help. At this point it is a long slog comparing the linux driver to the PMD driver.