mbox series

[net-next,0/2] ibmvnic: Tunable parameter support

Message ID 9bafaca4-75e7-ba82-8eea-35a69c61b6db@linux.vnet.ibm.com
Headers show
Series ibmvnic: Tunable parameter support | expand

Message

John Allen Oct. 20, 2017, 9 p.m. UTC
This series implements support for changing tunable parameters such as the
mtu, number of tx/rx queues, and number of buffers per queue via ethtool
and ifconfig.

John Allen (2):
  ibmvnic: Update reset infrastructure to support tunable parameters
  ibmvnic: Fix failover error path for non-fatal resets

 drivers/net/ethernet/ibm/ibmvnic.c | 222 ++++++++++++++++++++++++++++++++-----
 drivers/net/ethernet/ibm/ibmvnic.h |  24 +++-
 2 files changed, 216 insertions(+), 30 deletions(-)

Comments

David Miller Oct. 22, 2017, 2:16 a.m. UTC | #1
From: John Allen <jallen@linux.vnet.ibm.com>
Date: Fri, 20 Oct 2017 16:00:54 -0500

> This series implements support for changing tunable parameters such as the
> mtu, number of tx/rx queues, and number of buffers per queue via ethtool
> and ifconfig.

These patches do not apply to net-next.