netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v4 00/12] net: ethernet: aquantia: improvements and fixes
@ 2017-02-20 19:36 Pavel Belous
  2017-02-20 19:36 ` [PATCH net-next v4 01/12] net: ethernet: aquantia: Removed extra assignment for skb->dev Pavel Belous
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Pavel Belous @ 2017-02-20 19:36 UTC (permalink / raw)
  To: David S . Miller
  Cc: netdev, Simon Edelhaus, Alexey Andriyanov, Lino Sanfilippo,
	Pavel Belous

From: Pavel Belous <pavel.belous@aquantia.com>

The following patchset contains improvements and fixes for aQuantia
AQtion ethernet driver from net-next tree.

Most fixes are based on the comments from Lino Sanfilippo.

Sanity testing was performed on real HW. No regression found.

v1->v2: 1)Removed buffers copying.
	2)Fixed dma error handling.

v2->v3: 1)Fixes for aq_ndev_change_mtu:
	-Use core MTU checking for min_mtu.
	-Removed extra new_mtu assigment.
	2)Reverse XMAS tree in aq_ring_rx_fill.
v3->v4: 1)Use ndev->reg_state instead "is_ndev_registered" flag.

Please review.
Thanks.
Pavel Belous (12):
  net: ethernet: aquantia: Removed extra assignment for skb->dev.
  net: ethernet: aquantia: Removed busy_count field.
  net: ethernet: aquantia: Fixes for aq_ndev_change_mtu
  net: ethernet: aquantia: Using module_pci_driver.
  net: ethernet: aquantia: Superfluous initialization of "err".
  net: ethernet: aquantia: Fixed missing rtnl_unlock.
  net: ethernet: aquantia: Using NETDEV_TX_OK instead 0.
  net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc.
  net: ethernet: aquantia: Call netdev_register after all initialized.
  net: ethernet: aquantia: Fixed incorrect buff->len calculation.
  net: ethernet: aquantia: Fixed memory allocation if
    AQ_CFG_RX_FRAME_MAX > 1 page.
  net: ethernet: aquantia: Copying tx buffers is not needed.

 drivers/net/ethernet/aquantia/atlantic/aq_main.c   |  40 +---
 drivers/net/ethernet/aquantia/atlantic/aq_nic.c    | 206 +++++++++++----------
 .../ethernet/aquantia/atlantic/aq_nic_internal.h   |   1 -
 drivers/net/ethernet/aquantia/atlantic/aq_ring.c   |  24 +--
 drivers/net/ethernet/aquantia/atlantic/aq_ring.h   |   3 -
 drivers/net/ethernet/aquantia/atlantic/aq_utils.h  |   1 -
 .../ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c  |   4 +-
 .../ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c  |   4 +-
 8 files changed, 121 insertions(+), 162 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-02-20 22:51 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-20 19:36 [PATCH net-next v4 00/12] net: ethernet: aquantia: improvements and fixes Pavel Belous
2017-02-20 19:36 ` [PATCH net-next v4 01/12] net: ethernet: aquantia: Removed extra assignment for skb->dev Pavel Belous
2017-02-20 19:36 ` [PATCH net-next v4 02/12] net: ethernet: aquantia: Removed busy_count field Pavel Belous
2017-02-20 19:36 ` [PATCH net-next v4 03/12] net: ethernet: aquantia: Fixes for aq_ndev_change_mtu Pavel Belous
2017-02-20 22:31   ` Lino Sanfilippo
2017-02-20 19:36 ` [PATCH net-next v4 04/12] net: ethernet: aquantia: Using module_pci_driver Pavel Belous
2017-02-20 19:36 ` [PATCH net-next v4 05/12] net: ethernet: aquantia: Superfluous initialization of "err" Pavel Belous
2017-02-20 19:36 ` [PATCH net-next v4 06/12] net: ethernet: aquantia: Fixed missing rtnl_unlock Pavel Belous
2017-02-20 19:36 ` [PATCH net-next v4 07/12] net: ethernet: aquantia: Using NETDEV_TX_OK instead 0 Pavel Belous
2017-02-20 19:36 ` [PATCH net-next v4 08/12] net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc Pavel Belous
2017-02-20 19:36 ` [PATCH net-next v4 09/12] net: ethernet: aquantia: Call netdev_register after all initialized Pavel Belous
2017-02-20 22:48   ` Lino Sanfilippo
2017-02-20 19:36 ` [PATCH net-next v4 10/12] net: ethernet: aquantia: Fixed incorrect buff->len calculation Pavel Belous
2017-02-20 19:36 ` [PATCH net-next v4 11/12] net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 page Pavel Belous
2017-02-20 19:36 ` [PATCH net-next v4 12/12] net: ethernet: aquantia: Copying tx buffers is not needed Pavel Belous
2017-02-20 22:51   ` Lino Sanfilippo
2017-02-20 22:12 ` [PATCH net-next v4 00/12] net: ethernet: aquantia: improvements and fixes David Miller

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).