linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] net: ll_temac: Bugfixes and ethtool support
@ 2020-02-18  8:26 Esben Haabendal
  2020-02-18 19:50 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Esben Haabendal @ 2020-02-18  8:26 UTC (permalink / raw)
  To: netdev
  Cc: Andrew Lunn, Michal Simek, linux-kernel, Petr Štetiar,
	David S . Miller, linux-arm-kernel

Patch 1-4 brings fixes a number of bugs observed.
Patch 5-6 are simple cleanup, removing two unused struct fields.
Patch 7-8 add ethtool support for controlling rx and tx ring sizes and irq
coalesce parameters.

Esben Haabendal (9):
  net: ll_temac: Fix race condition causing TX hang
  net: ll_temac: Add more error handling of dma_map_single() calls
  net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC
    pressure
  net: ll_temac: Handle DMA halt condition caused by buffer underrun
  net: ll_temac: Remove unused tx_bd_next struct field
  net: ll_temac: Remove unused start_p variable
  net: ll_temac: Make RX/TX ring sizes configurable
  net: ll_temac: Add ethtool support for coalesce parameters

 drivers/net/ethernet/xilinx/ll_temac.h      |  12 +-
 drivers/net/ethernet/xilinx/ll_temac_main.c | 435 ++++++++++++++++----
 2 files changed, 367 insertions(+), 80 deletions(-)

-- 
2.25.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/8] net: ll_temac: Bugfixes and ethtool support
  2020-02-18  8:26 [PATCH 0/8] net: ll_temac: Bugfixes and ethtool support Esben Haabendal
@ 2020-02-18 19:50 ` David Miller
  2020-02-19 10:53   ` Esben Haabendal
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2020-02-18 19:50 UTC (permalink / raw)
  To: esben; +Cc: andrew, netdev, michal.simek, linux-kernel, ynezz, linux-arm-kernel


Several errors in this submission:

1) Do not mix bug fixes and new features.  Submit the bug fixes
   targetting 'net', and then wait for net to be merged into
   net-next at which time you can submit the new features on
   top.

2) As per Documentation/networking/netdev-FAQ.rst you should not
   ever CC: stable for networking patches, we submit bug fixes to
   stable ourselves.

Thank you.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/8] net: ll_temac: Bugfixes and ethtool support
  2020-02-18 19:50 ` David Miller
@ 2020-02-19 10:53   ` Esben Haabendal
  0 siblings, 0 replies; 3+ messages in thread
From: Esben Haabendal @ 2020-02-19 10:53 UTC (permalink / raw)
  To: David Miller
  Cc: andrew, netdev, michal.simek, linux-kernel, ynezz, linux-arm-kernel

David Miller <davem@davemloft.net> writes:

> Several errors in this submission:
>
> 1) Do not mix bug fixes and new features.  Submit the bug fixes
>    targetting 'net', and then wait for net to be merged into
>    net-next at which time you can submit the new features on
>    top.
>
> 2) As per Documentation/networking/netdev-FAQ.rst you should not
>    ever CC: stable for networking patches, we submit bug fixes to
>    stable ourselves.

Got it.  I will resend against net and net-next.

/Esben

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-19 10:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18  8:26 [PATCH 0/8] net: ll_temac: Bugfixes and ethtool support Esben Haabendal
2020-02-18 19:50 ` David Miller
2020-02-19 10:53   ` Esben Haabendal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).