Re: [PATCH net-next,0/4] hv_netvsc: Ethtool handler to change UDP hash levels

2017-08-22 Thread David Miller
From: Haiyang Zhang Date: Mon, 21 Aug 2017 19:22:36 -0700 > From: Haiyang Zhang > > The patch set adds the functions to switch UDP hash level between > L3 and L4 by ethtool command. UDP over IPv4 and v6 can be set > differently. The

Re: [PATCH net-next,0/4] hv_netvsc: Ethtool handler to change UDP hash levels

2017-08-22 Thread David Miller
From: Haiyang Zhang Date: Mon, 21 Aug 2017 19:22:36 -0700 > From: Haiyang Zhang > > The patch set adds the functions to switch UDP hash level between > L3 and L4 by ethtool command. UDP over IPv4 and v6 can be set > differently. The default hash level is L4. We currently only > allow switching

[PATCH net-next,0/4] hv_netvsc: Ethtool handler to change UDP hash levels

2017-08-21 Thread Haiyang Zhang
From: Haiyang Zhang The patch set adds the functions to switch UDP hash level between L3 and L4 by ethtool command. UDP over IPv4 and v6 can be set differently. The default hash level is L4. We currently only allow switching TX hash level from within the guests. The

[PATCH net-next,0/4] hv_netvsc: Ethtool handler to change UDP hash levels

2017-08-21 Thread Haiyang Zhang
From: Haiyang Zhang The patch set adds the functions to switch UDP hash level between L3 and L4 by ethtool command. UDP over IPv4 and v6 can be set differently. The default hash level is L4. We currently only allow switching TX hash level from within the guests. The ethtool callback function is