From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [pull request][net-next V2 00/12] Mellanox, mlx5e updates 2018-08-10 Date: Mon, 13 Aug 2018 16:04:53 -0700 (PDT) Message-ID: <20180813.160453.1837601332489666344.davem@davemloft.net> References: <20180813204420.3342-1-saeedm@mellanox.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: saeedm@mellanox.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:33364 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730203AbeHNBtP (ORCPT ); Mon, 13 Aug 2018 21:49:15 -0400 In-Reply-To: <20180813204420.3342-1-saeedm@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Saeed Mahameed Date: Mon, 13 Aug 2018 13:44:08 -0700 > This series provides some updates to mlx5e netdevice driver. > > For more information please see tag log below. > > Please pull and let me know if there's any problem. > > v1->v2: > - Use l4_mask local function variable in validate_tcpudp4 rather than > the passed paramter > - Use ipv6_addr_any instead of explicitly implementing similar function > - use ip6src_m mask provided by the user rather than generating a full > mask. Pulled, thanks.