mbox series

[net,0/3] fixup AVE ethernet driver

Message ID 1543478918-13883-1-git-send-email-hayashi.kunihiko@socionext.com
Headers show
Series fixup AVE ethernet driver | expand

Message

Kunihiko Hayashi Nov. 29, 2018, 8:08 a.m. UTC
This series adds fixup for AVE ethernet driver that includes increse of
descriptors, replacing macro for linux-next, and adding missing author
information.

Kunihiko Hayashi (3):
  net: ethernet: ave: Increase descriptors to improve performance
  net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOM
  net: ethernet: ave: Add MODULE_AUTHOR and MAINTAINERS entry

 MAINTAINERS                              |  7 +++++++
 drivers/net/ethernet/socionext/sni_ave.c | 24 ++++++++++++++----------
 2 files changed, 21 insertions(+), 10 deletions(-)

-- 
2.7.4

Comments

David Miller Nov. 29, 2018, 6:39 p.m. UTC | #1
From: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>

Date: Thu, 29 Nov 2018 17:08:35 +0900

> This series adds fixup for AVE ethernet driver that includes increse of

> descriptors, replacing macro for linux-next, and adding missing author

> information.


Series applied.