Re: [PATCH net-next v9 0/4] Prerequisites for Cavium OCTEON-III network driver.

2018-05-02 Thread Steven J. Hill
On 04/29/2018 07:33 PM, David Miller wrote: > > I don't know if we really want all of these MIPS specific changes to > go via the net-next tree. > > The right way to do this is probably getting this series into the MIPS > architecture tree. > David, Correct, and I should have been clearer about

Re: [PATCH net-next v9 0/4] Prerequisites for Cavium OCTEON-III network driver.

2018-04-29 Thread David Miller
From: "Steven J. Hill" Date: Thu, 26 Apr 2018 18:30:10 -0500 > We want to add the Cavium OCTEON-III network driver. But since > interacting with the input and output queues is done via special CPU > local memory, we also need to add support to the MIPS/Octeon > architect

[PATCH net-next v9 0/4] Prerequisites for Cavium OCTEON-III network driver.

2018-04-26 Thread Steven J. Hill
We want to add the Cavium OCTEON-III network driver. But since interacting with the input and output queues is done via special CPU local memory, we also need to add support to the MIPS/Octeon architecture code. Aren't SoCs nice in this way? These are the prerequisite patches that are n

Re: Cavium Octeon III network driver.

2018-04-16 Thread Florian Fainelli
On 04/16/2018 08:29 AM, Steven J. Hill wrote: > On 04/14/2018 07:08 PM, Florian Fainelli wrote: >> >> net-next tree is currently closed, but once it opens back up, you would >> likely want to resubmit those patches. Last I remember they were ready >> to go. >> > The announcement appears on this lis

Re: Cavium Octeon III network driver.

2018-04-16 Thread Steven J. Hill
On 04/14/2018 07:08 PM, Florian Fainelli wrote: > > net-next tree is currently closed, but once it opens back up, you would > likely want to resubmit those patches. Last I remember they were ready > to go. > The announcement appears on this list for when it is open, correct?

Re: Cavium Octeon III network driver.

2018-04-14 Thread Florian Fainelli
Hi Steven, On 04/13/2018 03:43 PM, Steven J. Hill wrote: > Patches for Cavium's Octeon III network driver were submitted by > David Daney back on 20180222. David has since left the company and > I am now responsible for the upstreaming effort. When looking at > they are marked as "Not Applicable"

Cavium Octeon III network driver.

2018-04-13 Thread Steven J. Hill
Patches for Cavium's Octeon III network driver were submitted by David Daney back on 20180222. David has since left the company and I am now responsible for the upstreaming effort. When looking at they are marked as "Not Applicable". What steps do I take next? Thanks. Steve

[PATCH v8 0/4] Prerequisites for Cavium OCTEON-III network driver.

2018-02-22 Thread David Daney
We want to add the Cavium OCTEON-III network driver. But since interacting with the input and output queues is done via special CPU local memory, we also need to add support to the MIPS/Octeon architecture code. Aren't SoCs nice in this way? These are the prerequisite patches that are n

[PATCH v7 0/4] Prerequisites for Cavium OCTEON-III network driver.

2017-12-12 Thread David Daney
We want to add the Cavium OCTEON-III network driver. But since interacting with the input and output queues is done via special CPU local memory, we also need to add support to the MIPS/Octeon architecture code. Aren't SoCs nice in this way? These are the prerequisite patches that are n

Re: [PATCH v6 net-next,mips 0/7] Cavium OCTEON-III network driver.

2017-12-08 Thread Philippe Ombredanne
David, On Fri, Dec 8, 2017 at 1:09 AM, David Daney wrote: [] > Changes in v5: [] > o Removed redundant licensing text boilerplate. Thank you very much! Acked-by: Philippe Ombredanne -- Cordially Philippe Ombredanne, the licensing scruffy

[PATCH v6 net-next,mips 0/7] Cavium OCTEON-III network driver.

2017-12-07 Thread David Daney
We are adding the Cavium OCTEON-III network driver. But since interacting with the input and output queues is done via special CPU local memory, we also need to add support to the MIPS/Octeon architecture code. Aren't SoCs nice in this way? The first five patches add the SoC support need

[PATCH v5 net-next,mips 0/7] Cavium OCTEON-III network driver.

2017-12-01 Thread David Daney
We are adding the Cavium OCTEON-III network driver. But since interacting with the input and output queues is done via special CPU local memory, we also need to add support to the MIPS/Octeon architecture code. Aren't SoCs nice in this way? The first five patches add the SoC support need

Re: [PATCH v4 0/8] Cavium OCTEON-III network driver.

2017-11-29 Thread David Miller
The net-next tree is closed, please resubmit this when the net-next tree opens again. Thank you.

[PATCH v4 0/8] Cavium OCTEON-III network driver.

2017-11-28 Thread David Daney
We are adding the Cavium OCTEON-III network driver. But since interacting with the input and output queues is done via special CPU local memory, we also need to add support to the MIPS/Octeon architecture code. Aren't SoCs nice in this way? The first six patches add the SoC support need

[PATCH v3 0/8] Cavium OCTEON-III network driver.

2017-11-09 Thread David Daney
We are adding the Cavium OCTEON-III network driver. But since interacting with the input and output queues is done via special CPU local memory, we also need to add support to the MIPS/Octeon architecture code. Aren't SoCs nice in this way? The first six patches add the SoC support need

Re: [PATCH v2 0/8] Cavium OCTEON-III network driver.

2017-11-09 Thread David Daney
I need to send v3. With this v2 set, there is a small bug in the RX initialization that causes failure on little-endian kernels. David. On 11/08/2017 04:51 PM, David Daney wrote: We are adding the Cavium OCTEON-III network driver. But since interacting with the input and output queues is

[PATCH v2 0/8] Cavium OCTEON-III network driver.

2017-11-08 Thread David Daney
We are adding the Cavium OCTEON-III network driver. But since interacting with the input and output queues is done via special CPU local memory, we also need to add support to the MIPS/Octeon architecture code. Aren't SoCs nice in this way? The first six patches add the SoC support need

[PATCH 0/7] Cavium OCTEON-III network driver.

2017-11-01 Thread David Daney
We are adding the Cavium OCTEON-III network driver. But since interacting with the input and output queues is done via special CPU local memory, we also need to add support to the MIPS/Octeon architecture code. Aren't SoCs nice in this way? The first five patches add the SoC support need