From: Simon Xiao <hidden> Date: 2016-02-03 19:53:55
1. Adding NETIF_F_IPV6_CSUM and NETIF_F_TSO6 feature flags which are
supported by Hyper-V platform.
2. Cleanup the coding style of flag assignment by using macro.
Signed-off-by: Simon Xiao <redacted>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
---
drivers/net/hyperv/netvsc_drv.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
From: Tom Herbert <hidden> Date: 2016-02-03 20:02:08
On Wed, Feb 3, 2016 at 1:30 PM, Simon Xiao [off-list ref] wrote:
1. Adding NETIF_F_IPV6_CSUM and NETIF_F_TSO6 feature flags which are
supported by Hyper-V platform.
NETIF_F_IPV6_CSUM and NETIF_F_IP_CSUM are being deprecated. Please
change to use NETIF_F_HW_CSUM (calling helper functions if need).
Thanks,
Tom
quoted hunk
2. Cleanup the coding style of flag assignment by using macro.
Signed-off-by: Simon Xiao <redacted>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
---
drivers/net/hyperv/netvsc_drv.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)