Message ID | 20221024091333.1048061-1-daniel.machon@microchip.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0AB19FA3740 for <linux-arm-kernel@archiver.kernel.org>; Mon, 24 Oct 2022 09:05:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=8Z7nU1XpHD4yyDAFdcBuzze0Jc2XpDbA2/NCGXu745I=; b=BxFN/1k5BQlo0o ozL0jBIBMjLqa0O9s2GO6ObdTTzBzWsFWss1L2ANnxdASshY3BqXrzHka5G18XewMIzj5r6PZrJ7y 41SmLLMk5hoB9unvAqllG4i7iYMhjRJ6J9R4KRwW6/Uvlkn6YfcdCxLiUt12vz3IIQWkKLFVyIPGx d+HYntq31yi8irggjJ0ydgStVB53DatrS/NoLZ1SRdxXOJ0CQ9aEto3d9wD3nW+thMdwp/mk8SxJz RmSYsrTklXFWHdA2iXCNtA/D/zGzalN2DDLj7c7iUaY9gwYuvpERwdBPu7Orn/H1s8hv32KIS7uCi PQefBywMjfc45OqubpLw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1omtNn-000HJs-MP; Mon, 24 Oct 2022 09:04:31 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1omtNj-000HIJ-Ic for linux-arm-kernel@lists.infradead.org; Mon, 24 Oct 2022 09:04:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1666602267; x=1698138267; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=XXCsn3F1PpVsJNrqava9x3S/sRoKDCqtFv/O//ZDBP8=; b=xM2m04UCKjxu3BTlUyCfvQr+MzfBC2f6whnpfIuD2qkwzBdBwg6KflHL 9YvE3bZwWGSSZxdrAcNEP3SZ32hrd1Y2IcOirhhZzxcurYzDyAsQP7Orx PBZIW+IKyu1YOx9Qufgd8Hd1xl+8pQ6/NnGWYQuRhhDpmSzeAiTi8c2Pe YDVIPiZMGwx8cwnXZ14LH23LPjBNkvNaM/3xeDs6eola36VMqu+Ltg08L amQ4SYQU8gY5k8LkhaRmhXlvbP9hlGTY2caHv4Ehc9UJff6nfd61M87bn QfbZ5TR2Bpk4SRdruKgY1fllzjGyKYaWjgSeWYHSpmVCIAFnICJ2puPCc w==; X-IronPort-AV: E=Sophos;i="5.95,207,1661842800"; d="scan'208";a="120045828" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 24 Oct 2022 02:04:24 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Mon, 24 Oct 2022 02:04:24 -0700 Received: from DEN-LT-70577.microchip.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.12 via Frontend Transport; Mon, 24 Oct 2022 02:04:20 -0700 From: Daniel Machon <daniel.machon@microchip.com> To: <netdev@vger.kernel.org> CC: <davem@davemloft.net>, <petrm@nvidia.com>, <maxime.chevallier@bootlin.com>, <thomas.petazzoni@bootlin.com>, <edumazet@google.com>, <kuba@kernel.org>, <pabeni@redhat.com>, <lars.povlsen@microchip.com>, <Steen.Hegelund@microchip.com>, <daniel.machon@microchip.com>, <UNGLinuxDriver@microchip.com>, <joe@perches.com>, <linux@armlinux.org.uk>, <horatiu.vultur@microchip.com>, <Julia.Lawall@inria.fr>, <vladimir.oltean@nxp.com>, <linux-kernel@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org> Subject: [net-next v3 0/6] Add new PCP and APPTRUST attributes to dcbnl Date: Mon, 24 Oct 2022 11:13:27 +0200 Message-ID: <20221024091333.1048061-1-daniel.machon@microchip.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221024_020427_729612_E2858D76 X-CRM114-Status: GOOD ( 17.78 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
Add new PCP and APPTRUST attributes to dcbnl
|
expand
|