[next-queue PATCH 1/1] ixgbe: cleanup sparse warnings

2018-04-13 Thread cathy . zhou
From: Cathy Zhou Sparse complains valid conversions between restricted types, force attribute is used to avoid those warnings. Signed-off-by: Cathy Zhou Reviewed-by: Shannon Nelson --- drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 13 ++- drivers/net/ethernet/intel/ixgbe

[PATCH net-next] sunvnet: does not support GSO for sctp

2018-03-14 Thread cathy . zhou
From: Cathy Zhou The NETIF_F_GSO_SOFTWARE implies support for GSO on SCTP, but the sunvnet driver does not support GSO for sctp. Here we remove the NETIF_F_GSO_SOFTWARE feature flag and only report NETIF_F_ALL_TSO instead. Signed-off-by: Cathy Zhou Signed-off-by: Shannon Nelson --- drivers