mbox series

[net-next,0/7] stmmac multi-queue fixes and cleanups

Message ID 20180219171116.15326-1-niklas.cassel@axis.com
Headers show
Series stmmac multi-queue fixes and cleanups | expand

Message

Niklas Cassel Feb. 19, 2018, 5:11 p.m. UTC
stmmac multi-queue fixes and cleanups

Niklas Cassel (7):
  net: stmmac: set MSS for each tx DMA channel
  net: stmmac: do not clear tx_skbuff entries in
    stmmac_xmit()/stmmac_tso_xmit()
  net: stmmac: WARN if tx_skbuff entries are reused before cleared
  net: stmmac: rename dwmac4_tx_queue_routing() to match reality
  net: stmmac: call correct function in
    stmmac_mac_config_rx_queues_routing()
  net: stmmac: add error handling in stmmac_mtl_setup()
  net: stmmac: honor error code from stmmac_dt_phy()

 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c  |  6 ++--
 drivers/net/ethernet/stmicro/stmmac/stmmac.h       |  2 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  | 23 +++++++--------
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  | 34 +++++++++++++++++-----
 4 files changed, 42 insertions(+), 23 deletions(-)

Comments

Jose Abreu Feb. 19, 2018, 6:12 p.m. UTC | #1
Hi Niklas,

On 19-02-2018 17:11, Niklas Cassel wrote:
> stmmac multi-queue fixes and cleanups
>
> Niklas Cassel (7):
>   net: stmmac: set MSS for each tx DMA channel
>   net: stmmac: do not clear tx_skbuff entries in
>     stmmac_xmit()/stmmac_tso_xmit()
>   net: stmmac: WARN if tx_skbuff entries are reused before cleared
>   net: stmmac: rename dwmac4_tx_queue_routing() to match reality
>   net: stmmac: call correct function in
>     stmmac_mac_config_rx_queues_routing()
>   net: stmmac: add error handling in stmmac_mtl_setup()
>   net: stmmac: honor error code from stmmac_dt_phy()

Thanks! The whole series is:

Reviewed-by: Jose Abreu <joabreu@synopsys.com>

Best Regards,
Jose Miguel Abreu

>
>  drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c  |  6 ++--
>  drivers/net/ethernet/stmicro/stmmac/stmmac.h       |  2 +-
>  drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  | 23 +++++++--------
>  .../net/ethernet/stmicro/stmmac/stmmac_platform.c  | 34 +++++++++++++++++-----
>  4 files changed, 42 insertions(+), 23 deletions(-)
>
David Miller Feb. 20, 2018, 7:14 p.m. UTC | #2
From: Niklas Cassel <niklas.cassel@axis.com>
Date: Mon, 19 Feb 2018 18:11:08 +0100

> stmmac multi-queue fixes and cleanups

Looks good to me, series applied, thanks Niklas.