Message ID | 20221028131403.1055694-1-daniel.machon@microchip.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <netdev-owner@kernel.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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1E31ECAAA1 for <netdev@archiver.kernel.org>; Fri, 28 Oct 2022 13:04:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230209AbiJ1NEk (ORCPT <rfc822;netdev@archiver.kernel.org>); Fri, 28 Oct 2022 09:04:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51122 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229473AbiJ1NEj (ORCPT <rfc822;netdev@vger.kernel.org>); Fri, 28 Oct 2022 09:04:39 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F05B1C38; Fri, 28 Oct 2022 06:04:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1666962267; x=1698498267; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=m37ASG6xGqA7+TgX1+ai5MRxe8qrMwTn41pI8n3A7DI=; b=0VUU0838mKgJNR8InRAwaVmkbaTt2hWSpGgwqUf2rS9p6ANjL2Q8lxKS HpT7h09CL9a0JldFaDcc1cxeFv735acahPHCYdz/XgGzg8TlutiDh/YXk ymNw3NAI3yshzp5RJDoEYPLIJweZSYTctvMDZEr42JleE0AGC8pjHTJKe LxYbxahP50cv4hmtlzpjiMDOOY8iBRxisTv9cbABNeFEj8VhBVisA37io Kx8xE8qBkstJMgI/RP5YejDhOgzCLF+TETG3MCFXtA8mvcOJKV1YW0qIU WRZCALKt6W5DJ8b018QGdviUh9BmvEhGdzOY4h/of1cLH4UTo52AJyr0w w==; X-IronPort-AV: E=Sophos;i="5.95,221,1661842800"; d="scan'208";a="180956093" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 28 Oct 2022 06:04:24 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Fri, 28 Oct 2022 06:04:23 -0700 Received: from DEN-LT-70577.microchip.com (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2507.12 via Frontend Transport; Fri, 28 Oct 2022 06: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: [PATCH net-next v5 0/6] Add new PCP and APPTRUST attributes to dcbnl Date: Fri, 28 Oct 2022 15:13:57 +0200 Message-ID: <20221028131403.1055694-1-daniel.machon@microchip.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: <netdev.vger.kernel.org> X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org |
Series |
Add new PCP and APPTRUST attributes to dcbnl
|
expand
|
I believe my comments from v4 still apply to this version.