From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F1B9C433EF for ; Mon, 11 Apr 2022 14:26:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347267AbiDKO2O (ORCPT ); Mon, 11 Apr 2022 10:28:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53016 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347183AbiDKO2N (ORCPT ); Mon, 11 Apr 2022 10:28:13 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D34FC39155 for ; Mon, 11 Apr 2022 07:25:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=XcT6FzquqopacrOnV/feWmHMvMP0g4Ksy2bKFWWg++0=; b=ho+F24ab6oJ0sUlIm5AO6i26Zx nttrd9FTcbucOtqiEzOD3guvDbeGshUlogzlkRd2UONa71XJQkudYiROd0s4MD69FcKepJLvMOqcP s/BDP6Uf6/T/Ur5JDAUDk4WOOyKtO46iXyfv2oJ7DASPh9Qlhd9t0ln38DN2UwEpuWMc=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nduzK-00FH22-Ni; Mon, 11 Apr 2022 16:25:54 +0200 Date: Mon, 11 Apr 2022 16:25:54 +0200 From: Andrew Lunn To: "Geva, Erez" Cc: "netdev@vger.kernel.org" , Vivien Didelot , Florian Fainelli , Vladimir Oltean , "Sudler, Simon" , "Meisinger, Andreas" , "Schild, Henning" , "jan.kiszka@siemens.com" Subject: Re: [PATCH 1/1] DSA Add callback to traffic control information Message-ID: References: <20220411131148.532520-1-erez.geva.ext@siemens.com> <20220411131148.532520-2-erez.geva.ext@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Apr 11, 2022 at 02:17:44PM +0000, Geva, Erez wrote: > The Tag driver code in not by me. > So I can not publish it, only the owner may. If the code is licensed GPL, and you can fulfil the requirements of adding a Signed-off-by: you can submit it. However until there is a user of this, sorry, this patch will not be accepted. Andrew