Re: powerpc/8xx: Remove Kconfig symbol FADS

2014-11-07 Thread Scott Wood
On Fri, 2014-11-07 at 09:48 +0100, Paul Bolle wrote: > On Thu, 2014-11-06 at 21:50 -0600, Scott Wood wrote: > > On Wed, Sep 24, 2014 at 10:06:19AM +0200, Paul Bolle wrote: > > > Another cleanup might be to remove MPC8XXFADS (or "FADS") from the "8xx > > > Machine Type" choice. Is there any reason

Re: [v4,17/21] powerpc/8xx: set PTE bit 22 off TLBmiss

2014-11-07 Thread Scott Wood
On Fri, 2014-11-07 at 09:00 +0100, leroy christophe wrote: > Le 07/11/2014 04:37, Scott Wood a écrit : > > On Fri, Sep 19, 2014 at 10:36:09AM +0200, LEROY Christophe wrote: > >> No need to re-set this bit at each TLB miss. Let's set it in the PTE. > >> > >> Signed-off-by: Christophe Leroy > >> ---

Re: [PATCH net-next] PPC: bpf_jit_comp: add SKF_AD_HATYPE instruction

2014-11-07 Thread David Miller
From: Denis Kirjanov Date: Thu, 6 Nov 2014 09:02:35 +0300 > Add BPF extension SKF_AD_HATYPE to ppc JIT to check > the hw type of the interface > > JIT off: > [ 69.106783] test_bpf: #20 LD_HATYPE 48 48 PASS > JIT on: > [ 64.721757] test_bpf: #20 LD_HATYPE 7 6 PASS > > CC: Alexei Starovoitov

Re: [PATCH v3 1/4] dt/bindings: Introduce the FSL QorIQ DPAA BMan

2014-11-07 Thread Scott Wood
On Fri, 2014-11-07 at 03:38 -0600, Emil Medve wrote: > Hello Scott, > > > On 11/07/2014 02:19 AM, Scott Wood wrote: > > On Fri, 2014-11-07 at 02:14 -0600, Emil Medve wrote: > >> Hello Scott, > >> > >> > >> On 11/07/2014 01:34 AM, Scott Wood wrote: > >>> On Fri, 2014-11-07 at 01:31 -0600, Emil Med

Re: [PATCH v3 1/4] dt/bindings: Introduce the FSL QorIQ DPAA BMan

2014-11-07 Thread Emil Medve
Hello Scott, On 11/07/2014 02:19 AM, Scott Wood wrote: > On Fri, 2014-11-07 at 02:14 -0600, Emil Medve wrote: >> Hello Scott, >> >> >> On 11/07/2014 01:34 AM, Scott Wood wrote: >>> On Fri, 2014-11-07 at 01:31 -0600, Emil Medve wrote: Hello Scott, On 11/06/2014 03:49 PM, Scott

Re: powerpc/8xx: Remove Kconfig symbol FADS

2014-11-07 Thread Paul Bolle
On Thu, 2014-11-06 at 21:50 -0600, Scott Wood wrote: > On Wed, Sep 24, 2014 at 10:06:19AM +0200, Paul Bolle wrote: > > Another cleanup might be to remove MPC8XXFADS (or "FADS") from the "8xx > > Machine Type" choice. Is there any reason left to pick "FADS" as a > > machine type? > > Nothing refer

Re: [PATCH v3 1/4] dt/bindings: Introduce the FSL QorIQ DPAA BMan

2014-11-07 Thread Scott Wood
On Fri, 2014-11-07 at 02:14 -0600, Emil Medve wrote: > Hello Scott, > > > On 11/07/2014 01:34 AM, Scott Wood wrote: > > On Fri, 2014-11-07 at 01:31 -0600, Emil Medve wrote: > >> Hello Scott, > >> > >> > >> On 11/06/2014 03:49 PM, Scott Wood wrote: > >>> On Wed, 2014-11-05 at 09:18 -0600, Emil Med

Re: [PATCH v3 1/4] dt/bindings: Introduce the FSL QorIQ DPAA BMan

2014-11-07 Thread Emil Medve
Hello Scott, On 11/07/2014 01:34 AM, Scott Wood wrote: > On Fri, 2014-11-07 at 01:31 -0600, Emil Medve wrote: >> Hello Scott, >> >> >> On 11/06/2014 03:49 PM, Scott Wood wrote: >>> On Wed, 2014-11-05 at 09:18 -0600, Emil Medve wrote: +Devices connected to a BMan instance via Direct Connect P

Re: [v4,17/21] powerpc/8xx: set PTE bit 22 off TLBmiss

2014-11-07 Thread leroy christophe
Le 07/11/2014 04:37, Scott Wood a écrit : On Fri, Sep 19, 2014 at 10:36:09AM +0200, LEROY Christophe wrote: No need to re-set this bit at each TLB miss. Let's set it in the PTE. Signed-off-by: Christophe Leroy --- Changes in v2: - None Changes in v3: - Removed PPC405 related macro from PPC8x