From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: Capture packets using DPDK Date: Wed, 23 Sep 2015 10:56:49 -0700 Message-ID: <20150923105649.4b3e4e5d@urahara> References: <5602A581.2050006@noida.interrasystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Priyankar Ghosh , Ramandeep Sandhu To: K Rahul Return-path: Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by dpdk.org (Postfix) with ESMTP id DA4118E5A for ; Wed, 23 Sep 2015 19:56:38 +0200 (CEST) Received: by pacgz1 with SMTP id gz1so12499665pac.3 for ; Wed, 23 Sep 2015 10:56:38 -0700 (PDT) In-Reply-To: <5602A581.2050006@noida.interrasystems.com> 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" On Wed, 23 Sep 2015 18:43:37 +0530 K Rahul wrote: > We have downloaded DPDK v2.1.0 and built it with target > 'x86_64-native-linuxapp-gcc' using the setup.sh script provided in tools > directory. We are using 64-bit Centos 6.5 with kernel version 2.6.32 and > we had set the number of hugepages (per node) to 512. Our capture card > is *Broadcom NetXtreme II BCM5709 Gigabit Ethernet* on which we want to > use dpdk and the system config is i7 quad-core@3.4Ghz with > Hyperthreading ON, which supports 2MB hugepages. The bnx2x driver only supports the Broadcom 10G cards, not the 1G cards. If you look at Linux you will see the 1G cards use a different driver (bnx2) than the 10G cards (bnx2x).