Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1725365 > unrolled thread
| Started by | Haiyang Zhang <haiyangz@exchange.microsoft.com> |
|---|---|
| First post | 2017-09-01 23:40 +0200 |
| Last post | 2017-09-02 05:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH net-next, 0/4] cleanups and fixes of channel settings Haiyang Zhang <haiyangz@exchange.microsoft.com> - 2017-09-01 23:40 +0200
Re: [PATCH net-next, 0/4] cleanups and fixes of channel settings David Miller <davem@davemloft.net> - 2017-09-02 05:40 +0200
| From | Haiyang Zhang <haiyangz@exchange.microsoft.com> |
|---|---|
| Date | 2017-09-01 23:40 +0200 |
| Subject | [PATCH net-next, 0/4] cleanups and fixes of channel settings |
| Message-ID | <ul1Pr-2fo-5@gated-at.bofh.it> |
From: Haiyang Zhang <haiyangz@microsoft.com> This patch set cleans up some unused variables, unnecessary checks. Also fixed some limit checking of channel number. Haiyang Zhang (4): hv_netvsc: Clean up an unused parameter in rndis_filter_set_rss_param() hv_netvsc: Simplify num_chn checking in rndis_filter_device_add() hv_netvsc: Simplify the limit check in netvsc_set_channels() hv_netvsc: Fix the channel limit in netvsc_set_rxfh() drivers/net/hyperv/hyperv_net.h | 2 +- drivers/net/hyperv/netvsc_drv.c | 7 ++----- drivers/net/hyperv/rndis_filter.c | 11 +++++------ 3 files changed, 8 insertions(+), 12 deletions(-) -- 2.14.1
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2017-09-02 05:40 +0200 |
| Message-ID | <ul7rP-662-5@gated-at.bofh.it> |
| In reply to | #1725365 |
From: Haiyang Zhang <haiyangz@exchange.microsoft.com> Date: Fri, 1 Sep 2017 14:30:03 -0700 > This patch set cleans up some unused variables, unnecessary checks. > Also fixed some limit checking of channel number. Series applied.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web