[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170407.054907.736146169595152256.davem@davemloft.net>
Date: Fri, 07 Apr 2017 05:49:07 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: benh@...nel.crashing.org
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 02/12] ftgmac100: Move ftgmac100_hard_start_xmit()
around
From: Benjamin Herrenschmidt <benh@...nel.crashing.org>
Date: Fri, 7 Apr 2017 13:30:55 +1000
> Move it below ftgmac100_xmit() and the rest of the tx path
>
> No code change.
>
> Signed-off-by: Benjamin Herrenschmidt <benh@...nel.crashing.org>
> ---
> drivers/net/ethernet/faraday/ftgmac100.c | 59 ++++++++++++++++----------------
> 1 file changed, 30 insertions(+), 29 deletions(-)
>
> diff --git a/drivers/net/ethernet/faraday/ftgmac100.c b/drivers/net/ethernet/faraday/ftgmac100.c
> index f4b719214..3966c7a 100644
> --- a/drivers/net/ethernet/faraday/ftgmac100.c
> +++ b/drivers/net/ethernet/faraday/ftgmac100.c
> @@ -63,6 +63,7 @@ struct ftgmac100 {
> u32 rxdes0_edorr_mask;
>
> /* Tx ring */
> + struct sk_buff *tx_skbs[TX_QUEUE_ENTRIES];
> unsigned int tx_clean_pointer;
> unsigned int tx_pointer;
> unsigned int tx_pending;
Add this only in patch #6 or wherever it is that you start using it, not
this patch
Thanks.
Powered by blists - more mailing lists