Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1218067imm; Sun, 2 Sep 2018 14:17:35 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbrYio2cGckNYr9jVgBHMujk2SGMr/BTYdm3OcxGVHdTP2455QyCyUl0wB1TsAmfZE8+IiY X-Received: by 2002:a63:e40d:: with SMTP id a13-v6mr23438150pgi.289.1535923055291; Sun, 02 Sep 2018 14:17:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535923055; cv=none; d=google.com; s=arc-20160816; b=EEk5MYXTiIH4Wub3TvkeXnQq49N+uwfViVkPVRrUz9rG9NhSSCtwCCBLCs+ewKosj4 Y52M9SheNFXOGNzRB4mk5C8V/TyYCK4gT0kW4rHF4H9PtOQ++9nKhSVXQmT41mG6SbAa t99TMK4R25M4Qg3XXjQOMTbzyeMcwF0CSDfq9WQogDjS2Iq7HZMqLrCg9cVSnngEAbJB kqp9gIgPmAoV8YFeZ52/ERZq/rJ2wCc0VB8YBegVeRk+tECsrX3aCP0JHczJOoCclIaA gK4KblnYDxJYaUKDI+GdtWBo/rJnR5Z9vijzH6vGKiSZkDY+ENFayKIVrzCNc+fjPrDu KqZg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date :arc-authentication-results; bh=PdX62jaHUNho0TUGapRqy75oAMRdczjSbCQwao/OeNg=; b=f1hmok5bdK3E0sZ1UPlC1arLdOqjQq4Xiw/oi/FvXuPc01f2vEzvTi+mLZeCmyFE9H JDpKC3Z5effQwP62BiDw5gQK+Wi0Rt4G/vzYoyQ9sfthU4lcmE4+GNMjfGBDi5hNYZOR rUHX5ICOcfA61hEABiE0KMi4mW6NtFShO51UAB06lcfynDFmceHsFY5BfOP2PSShIg8g OdU/CKTMGgdw+SsJUIM54q5CEQr+Cwmlt2RY/2fGjioH4fY7WXdn936Mt/2e978nM1qQ 1c3JLUB1mdXr6JCToV19CLY1/g3B0PezCEw0C/0QdB6sZctqXtGyAnhzenB+24U6cdUS fe2Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m6-v6si16165365pgn.603.2018.09.02.14.17.20; Sun, 02 Sep 2018 14:17:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727220AbeICBbL (ORCPT + 99 others); Sun, 2 Sep 2018 21:31:11 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:35016 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726600AbeICBbL (ORCPT ); Sun, 2 Sep 2018 21:31:11 -0400 Received: from localhost (96-93-106-177-static.hfc.comcastbusiness.net [96.93.106.177]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 76F6714239965; Sun, 2 Sep 2018 14:14:04 -0700 (PDT) Date: Sun, 02 Sep 2018 14:14:03 -0700 (PDT) Message-Id: <20180902.141403.1656418595490448023.davem@davemloft.net> To: Jisheng.Zhang@synaptics.com Cc: thomas.petazzoni@bootlin.com, andrew@lunn.ch, gregory.clement@bootlin.com, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v2 0/3] net: mvneta: some small improvements From: David Miller In-Reply-To: <20180831160810.2539ef4c@xhacker.debian> References: <20180831160810.2539ef4c@xhacker.debian> X-Mailer: Mew version 6.7 on Emacs 26 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 02 Sep 2018 14:14:04 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jisheng Zhang Date: Fri, 31 Aug 2018 16:08:10 +0800 > patch1 removes the NETIF_F_GRO check ourself, because the net subsystem > will handle it for us. > > patch2 enables NETIF_F_RXCSUM by default, since the driver and HW > supports the feature. > > patch3 is a small optimization, to reduce smp_processor_id() calling > in mvneta_tx_done_gbe. > > since v1: > - based on net-next tree > - remove the fix patches, since they should be based on net branch. > - Add Gregory's Reviewed-by tag Series applied, thanks.