From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from stargate3.asicdesigners.com (stargate.chelsio.com [67.207.112.58]) by dpdk.org (Postfix) with ESMTP id 5565CC46A for ; Mon, 29 Jun 2015 19:53:58 +0200 (CEST) Received: from localhost (scalar.blr.asicdesigners.com [10.193.185.94]) by stargate3.asicdesigners.com (8.13.8/8.13.8) with ESMTP id t5THrqx5003017; Mon, 29 Jun 2015 10:53:53 -0700 Date: Tue, 30 Jun 2015 04:53:31 +0530 From: Rahul Lakkireddy To: Thomas Monjalon Message-ID: <20150629232330.GB24385@scalar.blr.asicdesigners.com> References: <033bfa619a1d67e4d0e353bc66f553464328423d.1434628361.git.rahul.lakkireddy@chelsio.com> <1879966.kH5lfRojVu@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1879966.kH5lfRojVu@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org, Felix Marti , Nirranjan Kirubaharan , Kumar Sanghvi Subject: Re: [dpdk-dev] [PATCH v3 2/9] cxgbe: add cxgbe poll mode driver. 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, 29 Jun 2015 17:53:58 -0000 Hi Thomas, On Sun, Jun 28, 2015 at 21:32:32 +0200, Thomas Monjalon wrote: > 2015-06-18 17:47, Rahul Lakkireddy: > > +Chelsio cxgbe > > +M: Rahul Lakkireddy > > +F: drivers/net/cxgbe/ > > +F: doc/guides/nics/cxgbe.rst > > Just a detail: the doc file is added in a later patch. > For consistency, this line should be added later. I have fixed it in v4. Will post it soon. > > [...] > > --- a/config/common_linuxapp > > +++ b/config/common_linuxapp > > @@ -208,6 +208,16 @@ CONFIG_RTE_LIBRTE_MLX4_TX_MP_CACHE=8 > > CONFIG_RTE_LIBRTE_MLX4_SOFT_COUNTERS=1 > > > > # > > +# Compile burst-oriented Chelsio Terminator 10GbE/40GbE (CXGBE) PMD > > +# > > +CONFIG_RTE_LIBRTE_CXGBE_PMD=y > > +CONFIG_RTE_LIBRTE_CXGBE_DEBUG=n > > +CONFIG_RTE_LIBRTE_CXGBE_DEBUG_REG=n > > +CONFIG_RTE_LIBRTE_CXGBE_DEBUG_MBOX=n > > +CONFIG_RTE_LIBRTE_CXGBE_DEBUG_TX=n > > +CONFIG_RTE_LIBRTE_CXGBE_DEBUG_RX=n > > What is the status of the driver with FreeBSD? We have compilation fixes in pipeline waiting for internal QA. We are currently mid-way in testing linux vfio after which we will pick up FBSD support. > Could we, at least, add the options in common_bsdapp even disabled? We tried compilation by keeping it disabled in common_bsdapp and the compilation goes fine. However, if its ok with you, we would like to carry out some basic testing once our QA picks it up before adding this to common_bsdapp. Thanks, Rahul