Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2918627pxu; Sun, 29 Nov 2020 09:00:08 -0800 (PST) X-Google-Smtp-Source: ABdhPJywsvH7d0rHIQOasOucP1jV1PT7VG9W//qTHnvS106SWZwkYca5e2wql44J8xpmonpQCVuV X-Received: by 2002:a50:e786:: with SMTP id b6mr17113760edn.242.1606669208094; Sun, 29 Nov 2020 09:00:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606669208; cv=none; d=google.com; s=arc-20160816; b=iWHqI7jsaHdvnLq6rPPw/V7pZy4whef1MfLv6XFwZ1h00ic3ic0gKekrSvQpTcU8Mh xV8+MzLsJJNIipRB5Ig1nVvDGeCXMTeopVODWYk+ltJuFkZJrcC2/3lxiE/xfq8an59Z UZSftFFB7/9p5m8w2ldMsMsn8fkK8p/UxkrRm3XNY1i/Iyalq5Y0RjmpSBsoy6aSzP3+ WFKhuuqSnCaPUvchK6BznpZy7t3SD/D8ccV+SmFkq+nYr4d6PsqOl7KghwseH14GFu1i 92vjSFOFcwsDYQYQ+cxUsJgASefxu9ulSbEzQpCm04UqMAQY+N0m/miFVSPV0769fY9r 1FmQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=grD+XqJhXe3ZZ5JjW1mI3f+oYtCNyxxZ6ZXRmVbhFw8=; b=dh3D7mEHINJ+S74BDe/BRagC9EMP7jyLr7MfSj4NVW8IJzzolrthpaTh58VJXSqbQA X1rl1gmc7We6UH79ijLDfUCrPJ7gUKYv6voaZD26nQ6eAp8j7zxpwRPdnJZBXax/qR7c LdI4KRFsNh73Xhdxq5Uf7Vl96DMmMyceBHBTAaZXooanwr3C1agZUTUQDhf2D7M07muM 7s0qx2rn6qrRmmNOV+f3C/6au0DKFXjaVeohF4ujEg5dq7kNAitTFNk0IrhaoqMfBF7z udvEqJ56nKIrRlSTphZ7qnfTcCUDG4MnsKKm+hR6VeJ/9BnU2C8KsanaWkYyBrS+dEyN oWxQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y12si8633827ejm.210.2020.11.29.08.59.44; Sun, 29 Nov 2020 09:00:08 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728185AbgK2Q6R (ORCPT + 99 others); Sun, 29 Nov 2020 11:58:17 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:55470 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728050AbgK2Q6R (ORCPT ); Sun, 29 Nov 2020 11:58:17 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kjQ10-009NH3-Ms; Sun, 29 Nov 2020 17:57:34 +0100 Date: Sun, 29 Nov 2020 17:57:34 +0100 From: Andrew Lunn To: Jean Pihet Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Ryan Barnett , Conrad Ratschan , Hugo Cornelis , Arnout Vandecappelle Subject: Re: [PATCH 1/2] net: dsa: ksz: pad frame to 64 bytes for transmission Message-ID: <20201129165734.GB2234159@lunn.ch> References: <20201129102400.157786-1-jean.pihet@newoldbits.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201129102400.157786-1-jean.pihet@newoldbits.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jean Please also include a patch 0/X which describes the patchset as a whole. This will be used as the branch merge commit. Andrew