Re: [PATCH] staging/octeon: Mark Ethernet driver as BROKEN

2020-02-04 Thread Chris Packham
On Tue, 2020-02-04 at 07:36 +, gre...@linuxfoundation.org wrote: > On Tue, Feb 04, 2020 at 12:54:26AM +, Chris Packham wrote: > > Hi Greg & All, > > > > On Mon, 2019-12-02 at 19:15 +0100, Greg Kroah-Hartman wrote: > > > On Mon, Dec 02, 2019 at 09:36:20AM -0800, Guenter Roeck wrote: > > > >

Re: [PATCH] staging/octeon: Mark Ethernet driver as BROKEN

2020-02-03 Thread gre...@linuxfoundation.org
On Tue, Feb 04, 2020 at 12:54:26AM +, Chris Packham wrote: > Hi Greg & All, > > On Mon, 2019-12-02 at 19:15 +0100, Greg Kroah-Hartman wrote: > > On Mon, Dec 02, 2019 at 09:36:20AM -0800, Guenter Roeck wrote: > > > On Mon, Dec 02, 2019 at 05:52:31PM +0100, Greg Kroah-Hartman wrote: > > > > On M

Re: [PATCH] staging/octeon: Mark Ethernet driver as BROKEN

2020-02-03 Thread Chris Packham
Hi Greg & All, On Mon, 2019-12-02 at 19:15 +0100, Greg Kroah-Hartman wrote: > On Mon, Dec 02, 2019 at 09:36:20AM -0800, Guenter Roeck wrote: > > On Mon, Dec 02, 2019 at 05:52:31PM +0100, Greg Kroah-Hartman wrote: > > > On Mon, Dec 02, 2019 at 06:18:36AM -0800, Guenter Roeck wrote: > > > > The code

Re: [PATCH] staging/octeon: Mark Ethernet driver as BROKEN

2019-12-02 Thread Greg Kroah-Hartman
On Mon, Dec 02, 2019 at 09:36:20AM -0800, Guenter Roeck wrote: > On Mon, Dec 02, 2019 at 05:52:31PM +0100, Greg Kroah-Hartman wrote: > > On Mon, Dec 02, 2019 at 06:18:36AM -0800, Guenter Roeck wrote: > > > The code doesn't compile due to incompatible pointer errors such as > > > > > > drivers/stag

Re: [PATCH] staging/octeon: Mark Ethernet driver as BROKEN

2019-12-02 Thread Guenter Roeck
On Mon, Dec 02, 2019 at 05:52:31PM +0100, Greg Kroah-Hartman wrote: > On Mon, Dec 02, 2019 at 06:18:36AM -0800, Guenter Roeck wrote: > > The code doesn't compile due to incompatible pointer errors such as > > > > drivers/staging/octeon/ethernet-tx.c:649:50: error: > > passing argument 1 of 'cv

Re: [PATCH] staging/octeon: Mark Ethernet driver as BROKEN

2019-12-02 Thread Greg Kroah-Hartman
On Mon, Dec 02, 2019 at 06:18:36AM -0800, Guenter Roeck wrote: > The code doesn't compile due to incompatible pointer errors such as > > drivers/staging/octeon/ethernet-tx.c:649:50: error: > passing argument 1 of 'cvmx_wqe_get_grp' from incompatible pointer type > > This is due to mixing, f

[PATCH] staging/octeon: Mark Ethernet driver as BROKEN

2019-12-02 Thread Guenter Roeck
The code doesn't compile due to incompatible pointer errors such as drivers/staging/octeon/ethernet-tx.c:649:50: error: passing argument 1 of 'cvmx_wqe_get_grp' from incompatible pointer type This is due to mixing, for example, cvmx_wqe_t with 'struct cvmx_wqe'. Unfortunately, one can no