From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755651AbdKBNOb (ORCPT ); Thu, 2 Nov 2017 09:14:31 -0400 Received: from 19pmail.ess.barracuda.com ([64.235.150.244]:55247 "EHLO 19pmail.ess.barracuda.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755611AbdKBNO3 (ORCPT ); Thu, 2 Nov 2017 09:14:29 -0400 Date: Thu, 2 Nov 2017 13:14:25 +0000 From: James Hogan To: David Daney CC: , , , "David S. Miller" , "Rob Herring" , Mark Rutland , , "Steven J. Hill" , , Carlos Munoz Subject: Re: [PATCH 4/7] MIPS: Octeon: Add Free Pointer Unit (FPA) support. Message-ID: <20171102131425.GO15235@jhogan-linux> References: <20171102003606.19913-1-david.daney@cavium.com> <20171102003606.19913-5-david.daney@cavium.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: <20171102003606.19913-5-david.daney@cavium.com> User-Agent: Mutt/1.7.2 (2016-11-26) X-Originating-IP: [192.168.154.110] X-BESS-ID: 1509628451-637138-27159-481581-1 X-BESS-VER: 2017.12-r1710252241 X-BESS-Apparent-Source-IP: 12.201.5.28 X-BESS-Outbound-Spam-Score: 1.10 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.186514 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.50 BSF_RULE7568M META: Custom Rule 7568M 0.00 BSF_BESS_OUTBOUND META: BESS Outbound 0.60 MARKETING_SUBJECT HEADER: Subject contains popular marketing words X-BESS-Outbound-Spam-Status: SCORE=1.10 using account:ESS59374 scores of KILL_LEVEL=7.0 tests=BSF_RULE7568M, BSF_BESS_OUTBOUND, MARKETING_SUBJECT X-BESS-BRTS-Status: 1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 01, 2017 at 05:36:03PM -0700, David Daney wrote: > diff --git a/arch/mips/cavium-octeon/Kconfig b/arch/mips/cavium-octeon/Kconfig > index 5c0b56203bae..211ef5b57214 100644 > --- a/arch/mips/cavium-octeon/Kconfig > +++ b/arch/mips/cavium-octeon/Kconfig > @@ -86,4 +86,14 @@ config OCTEON_ILM > To compile this driver as a module, choose M here. The module > will be called octeon-ilm > > +config OCTEON_FPA3 > + tristate "Octeon III fpa driver" > + default "n" n is the default default so I think this line is redundant. > + depends on CPU_CAVIUM_OCTEON > + help > + This option enables a Octeon III driver for the Free Pool Unit (FPA). > + The FPA is a hardware unit that manages pools of pointers to free > + L2/DRAM memory. This driver provides an interface to reserve, > + initialize, and fill fpa pools. > + > endif # CAVIUM_OCTEON_SOC Cheers James