From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:59812 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751515AbeBSO6I (ORCPT ); Mon, 19 Feb 2018 09:58:08 -0500 Date: Mon, 19 Feb 2018 09:58:07 -0500 (EST) Message-Id: <20180219.095807.755290225851215252.davem@davemloft.net> To: mcroce@redhat.com Cc: netdev@vger.kernel.org, maheshb@google.com, fw@strlen.de Subject: Re: [PATCH v3 net-next 1/2] ipvlan: drop ipv6 dependency From: David Miller In-Reply-To: <20180219103337.6470-1-mcroce@redhat.com> References: <20180217191150.7643-2-mcroce@redhat.com> <20180219103337.6470-1-mcroce@redhat.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: Matteo Croce Date: Mon, 19 Feb 2018 11:33:37 +0100 > IPVlan has an hard dependency on IPv6. > Refactor the ipvlan code to allow compiling it with IPv6 disabled, move > duplicate code into addr_equal() and refactor series of if-else into a switch. > > Signed-off-by: Matteo Croce > --- > v3: more descriptive commit message and fix checkpatch.pl warnings Please, when making a change to a patch in a series, always resubmit the entire series. Thank you.