Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1206383

Re: [PATCH net-next 2/2] hv_netvsc: Implement set_channels ethtool op

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH net-next 2/2] hv_netvsc: Implement set_channels ethtool op
Date 2015-08-12 23:50 +0200
Message-ID <pWM4i-8ms-15@gated-at.bofh.it> (permalink)
References <pWrVU-4h9-7@gated-at.bofh.it> <pWrVU-4h9-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Andrew Schwartzmeyer <andschwa@microsoft.com>
Date: Tue, 11 Aug 2015 17:14:32 -0700

> This enables the use of ethtool --set-channels devname combined N to
> change the number of vRSS queues. Separate rx, tx, and other parameters
> are not supported. The maximum is rsscap.num_recv_que. It passes the
> given value to rndis_filter_device_add through the device_info->num_chn
> field.
> 
> If the procedure fails, it attempts to recover to the prior state. If
> the recovery fails, it logs an error and aborts.
> 
> Current num_chn is saved and restored when changing the MTU.
> 
> Signed-off-by: Andrew Schwartzmeyer <andschwa@microsoft.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH net-next 1/2] hv_netvsc: Set vRSS with num_chn in RNDIS filter Andrew Schwartzmeyer <andschwa@microsoft.com> - 2015-08-12 02:20 +0200
  [PATCH net-next 2/2] hv_netvsc: Implement set_channels ethtool op Andrew Schwartzmeyer <andschwa@microsoft.com> - 2015-08-12 02:20 +0200
    RE: [PATCH net-next 2/2] hv_netvsc: Implement set_channels ethtool op Haiyang Zhang <haiyangz@microsoft.com> - 2015-08-12 21:10 +0200
    Re: [PATCH net-next 2/2] hv_netvsc: Implement set_channels ethtool  op David Miller <davem@davemloft.net> - 2015-08-12 23:50 +0200
  RE: [PATCH net-next 1/2] hv_netvsc: Set vRSS with num_chn in RNDIS  filter Haiyang Zhang <haiyangz@microsoft.com> - 2015-08-12 21:10 +0200
  Re: [PATCH net-next 1/2] hv_netvsc: Set vRSS with num_chn in RNDIS  filter David Miller <davem@davemloft.net> - 2015-08-12 23:50 +0200

csiph-web