From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:36068 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750950AbeCNSB5 (ORCPT ); Wed, 14 Mar 2018 14:01:57 -0400 Date: Wed, 14 Mar 2018 14:01:55 -0400 (EDT) Message-Id: <20180314.140155.2269775332232678760.davem@davemloft.net> To: cathy.zhou@oracle.com Cc: netdev@vger.kernel.org, sparclinux@vger.kernel.org Subject: Re: [PATCH net-next] sunvnet: does not support GSO for sctp From: David Miller In-Reply-To: <1521050167-3946-1-git-send-email-cathy.zhou@oracle.com> References: <1521050167-3946-1-git-send-email-cathy.zhou@oracle.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: cathy.zhou@oracle.com Date: Wed, 14 Mar 2018 10:56:07 -0700 > 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 Since this is a bug fix I'm applying this to the 'net' tree. Thanks.