From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] macvtap: fix up direction in comment on offloading Date: Thu, 15 Aug 2013 15:39:56 -0700 (PDT) Message-ID: <20130815.153956.753981075193965537.davem@davemloft.net> References: <20130815174626.GA10874@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: mst@redhat.com, linux-kernel@vger.kernel.org, jasowang@redhat.com, edumazet@google.com, vyasevic@redhat.com, netdev@vger.kernel.org To: kongjianjun@gmail.com Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Amos Kong Date: Fri, 16 Aug 2013 04:41:26 +0800 > On Fri, Aug 16, 2013 at 1:46 AM, Michael S. Tsirkin wrote: >> It speaks about receiving frames, so while >> it says GSO, it really means GRO. >> >> Signed-off-by: Michael S. Tsirkin >> --- >> drivers/net/macvtap.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/net/macvtap.c b/drivers/net/macvtap.c >> index a98fb0e..a98ed9f 100644 >> --- a/drivers/net/macvtap.c >> +++ b/drivers/net/macvtap.c >> @@ -1047,7 +1047,7 @@ static int set_offload(struct macvtap_queue *q, unsigned long arg) >> * accept TSO frames and turning it off means that user space >> * does not support TSO. >> * For macvtap, we have to invert it to mean the same thing. >> - * When user space turns off TSO, we turn off GSO/LRO so that >> + * When user space turns off TSO, we turn off GRO/LRO so that > > Right fix. > > Reviewed-by: Amos Kong Applied, thanks.