Re: [PATCH net-next] hv_netvsc: Set tx_table to equal weight after subchannels open

2017-10-29 Thread David Miller
From: Haiyang Zhang Date: Sun, 29 Oct 2017 20:38:59 + > Could you please also queue it for net 4.14 and stable? This is not how you are supposed to handle things. When you have a bug fix you submit the fix for 'net' and then ask for it to be queued up for -stable.

Re: [PATCH net-next] hv_netvsc: Set tx_table to equal weight after subchannels open

2017-10-28 Thread David Miller
From: Haiyang Zhang Date: Fri, 27 Oct 2017 12:36:38 -0700 > From: Haiyang Zhang > > In some cases, like internal vSwitch, the host doesn't provide > send indirection table updates. This patch sets the table to be > equal weight after

[PATCH net-next] hv_netvsc: Set tx_table to equal weight after subchannels open

2017-10-27 Thread Haiyang Zhang
From: Haiyang Zhang In some cases, like internal vSwitch, the host doesn't provide send indirection table updates. This patch sets the table to be equal weight after subchannels are all open. Otherwise, all workload will be on one TX channel. As tested, this patch has