Re: [PATCH v2 04/13] lpfc: Add push-to-adapter support to sli4

2018-02-13 Thread James Smart
On 2/12/2018 9:59 PM, Michael Ellerman wrote: Johannes Thumshirn writes: On Wed, Feb 07, 2018 at 10:51:57AM +0100, Johannes Thumshirn wrote: + /* Enable combined writes for DPP aperture */ + pg_addr = (unsigned

Re: [PATCH v2 04/13] lpfc: Add push-to-adapter support to sli4

2018-02-12 Thread Michael Ellerman
Johannes Thumshirn writes: > On Wed, Feb 07, 2018 at 10:51:57AM +0100, Johannes Thumshirn wrote: >> > + /* Enable combined writes for DPP aperture */ >> > + pg_addr = (unsigned long)(wq->dpp_regaddr) & PAGE_MASK; >> > +#ifdef CONFIG_X86 >> >