mbox series

[net-next,v2,0/5] net: mvpp2: various improvements

Message ID 20171211081329.3683-1-antoine.tenart@free-electrons.com
Headers show
Series net: mvpp2: various improvements | expand

Message

Antoine Tenart Dec. 11, 2017, 8:13 a.m. UTC
Hi all,

These patches are sent as a series to avoid any possible conflict, even
though there're not entirely related. I can send them separately if
needed. The series applies on today's net-next tree.

Thanks!
Antoine

Since v1:
  - Removed the patch disabling TSO on allocation errors.

Antoine Tenart (4):
  net: mvpp2: only free the TSO header buffers when it was allocated
  net: mvpp2: align values in ethtool get_coalesce
  net: mvpp2: report the tx-usec coalescing information to ethtool
  net: mvpp2: adjust the coalescing parameters

Yan Markman (1):
  net: mvpp2: split the max ring size from the default one

 drivers/net/ethernet/marvell/mvpp2.c | 47 +++++++++++++++++++++---------------
 1 file changed, 27 insertions(+), 20 deletions(-)

Comments

David Miller Dec. 13, 2017, 4:17 p.m. UTC | #1
From: Antoine Tenart <antoine.tenart@free-electrons.com>
Date: Mon, 11 Dec 2017 09:13:24 +0100

> These patches are sent as a series to avoid any possible conflict, even
> though there're not entirely related. I can send them separately if
> needed. The series applies on today's net-next tree.
 ...
> Since v1:
>   - Removed the patch disabling TSO on allocation errors.

Series applied.