From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xin Long Subject: Re: [PATCH net 0/2] geneve, vxlan: Don't set exceptions if skb->len < mtu Date: Mon, 15 Oct 2018 18:40:59 +0900 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: davem , Sabrina Dubroca , network dev To: Stefano Brivio Return-path: Received: from mail-io1-f68.google.com ([209.85.166.68]:46729 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726273AbeJORZj (ORCPT ); Mon, 15 Oct 2018 13:25:39 -0400 Received: by mail-io1-f68.google.com with SMTP id t7-v6so13765770ioj.13 for ; Mon, 15 Oct 2018 02:41:10 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Sat, Oct 13, 2018 at 6:54 AM Stefano Brivio wrote: > > This series fixes the exception abuse described in 2/2, and 1/2 > is just a preparatory change to make 2/2 less ugly. > > Stefano Brivio (2): > geneve, vxlan: Don't check skb_dst() twice > geneve, vxlan: Don't set exceptions if skb->len < mtu > > drivers/net/geneve.c | 14 +++----------- > drivers/net/vxlan.c | 12 ++---------- > include/net/dst.h | 10 ++++++++++ > 3 files changed, 15 insertions(+), 21 deletions(-) > > -- > 2.19.1 > Series Reviewed-by: Xin Long