Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751242AbdFAVg0 (ORCPT ); Thu, 1 Jun 2017 17:36:26 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:60570 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751050AbdFAVgZ (ORCPT ); Thu, 1 Jun 2017 17:36:25 -0400 Date: Thu, 01 Jun 2017 17:36:21 -0400 (EDT) Message-Id: <20170601.173621.2175012266174522011.davem@davemloft.net> To: vivien.didelot@savoirfairelinux.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, f.fainelli@gmail.com, andrew@lunn.ch Subject: Re: [PATCH net-next v3 0/5] net: dsa: tagger simplification From: David Miller In-Reply-To: <20170601200715.8438-1-vivien.didelot@savoirfairelinux.com> References: <20170601200715.8438-1-vivien.didelot@savoirfairelinux.com> X-Mailer: Mew version 6.7 on Emacs 25.2 / 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]); Thu, 01 Jun 2017 13:54:48 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 595 Lines: 18 From: Vivien Didelot Date: Thu, 1 Jun 2017 16:07:10 -0400 > This series clarifies the hot path, removes the labels in tagging > implementations, and frees the original SKB in the xmit caller. > > Changes in v3: > - drop removal of usused rcv arguments because they will be used later > - include the new ksz tagging implementation > - add reviewers' tags > > Changes in v2: > - do not remove tagger function copies > - document hot path requirements > - make netdev_uses_dsa simpler > - add reviewers' tags Series applied, thanks Vivien.