From patchwork Tue Mar 16 21:00:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 89272 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7282DA054F; Tue, 16 Mar 2021 22:00:44 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4C60F242A48; Tue, 16 Mar 2021 22:00:39 +0100 (CET) Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by mails.dpdk.org (Postfix) with ESMTP id 33BE940689 for ; Tue, 16 Mar 2021 22:00:37 +0100 (CET) Received: by mail-pf1-f174.google.com with SMTP id b23so9666435pfo.8 for ; Tue, 16 Mar 2021 14:00:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=QPRoZCRkQhWzZPTTwdeDizf/ivvocyGd6STVp+x4USE=; b=vzLrRcAn0oQylbz8Fgmx8XK2TXPI5TrLB280L7Hl9h2RW0OGhhcXiFj/uciwwkpquU sNhglK7ldXOGzk7Az5q9q1xgtyCrFoT4uBmlLpgZn245ZYGxm8qsB5ihK3nNffg4cAY5 phvSyisqCZJPOvoE5Hh5/z8GjQXKx3y1uDMABPrzHQsPyGInJ41/pQungS1pTvprA1nD esgD2VMdPcNxZPPQTdo8wqowErN1QQnT5xkB7V/FNgbayLjZcGDEt9vsBn4yAtRmmvYv An1P52zDzzIY/YfJLEsK+rHs8a9eDd2Yus59dPrMEFOAMF48J9kHFoCLJyZ4Io0cB2vN nM6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=QPRoZCRkQhWzZPTTwdeDizf/ivvocyGd6STVp+x4USE=; b=JIGusFGrCBK0b8pa+PbxpaZ7NRue7kJbWfgqJtZOIkhRoDrLUEGwKt7/WSOMkRdYiP m96/HPIx/Kio18Yph1KGixm0BNE9jqJ395cmUfz0C5tZCL1IT3B1kSGfn5hHPyjxuvpM FczG/SKsT+efpyMmyYDsk5Q/s4KjLqISD+3OqqPd07VP+9TqK/vwd9S3OWbDQ6WWiQLn PTYFUBFbNIzENDlvkZJvKdxHT2qZfOrbU50y2mZS+DEdKVhO2Farr0+io3GQ2Jm9FcMS zUU+qTEYqgi6hjtBJGEjchY+mwdcfYy0DGS6WZSeWkSvMgsJOuSWUpcBYZMC1cYR7DUK Q/nw== X-Gm-Message-State: AOAM5306MC/AttQwdnId1qxowcFz9lhxoi9o6OKS6Zf1L3qNs4U4jgOm 10XMNiqxsVmWQPghr36WbA3zcCkiUry58w== X-Google-Smtp-Source: ABdhPJxw3sBLmwpmzSADUC5R4Ei70vsqhTKLPaHrOwBKF6lsNZ1p4lXTsBXjXrlAhGAmVvv9hM0chg== X-Received: by 2002:a63:5b03:: with SMTP id p3mr1337671pgb.27.1615928436043; Tue, 16 Mar 2021 14:00:36 -0700 (PDT) Received: from hermes.local (76-14-218-44.or.wavecable.com. [76.14.218.44]) by smtp.gmail.com with ESMTPSA id c24sm286436pjv.18.2021.03.16.14.00.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Mar 2021 14:00:35 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , talshn@nvidia.com Date: Tue, 16 Mar 2021 14:00:24 -0700 Message-Id: <20210316210027.37213-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210316210027.37213-1-stephen@networkplumber.org> References: <20210316210027.37213-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 1/4] common/mlx5: add missing SPDX tag for windows headers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" These files were added without requires SPDX headers. Fixes: 7525ebd8ebb0 ("common/mlx5: add glue functions on Windows") Cc: talshn@nvidia.com Signed-off-by: Stephen Hemminger Acked-by: Tal Shnaiderman --- drivers/common/mlx5/windows/mlx5_win_defs.h | 4 ++-- drivers/common/mlx5/windows/mlx5_win_ext.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/common/mlx5/windows/mlx5_win_defs.h b/drivers/common/mlx5/windows/mlx5_win_defs.h index 8a1c2c5af94f..47bfc907e7d3 100644 --- a/drivers/common/mlx5/windows/mlx5_win_defs.h +++ b/drivers/common/mlx5/windows/mlx5_win_defs.h @@ -1,7 +1,7 @@ -/* +/* SPDX-License-Identifier: BSD-3-Clause * Copyright (C) Mellanox Technologies, Ltd. 2001-2020. - * */ + #ifndef __MLX5_WIN_DEFS_H__ #define __MLX5_WIN_DEFS_H__ diff --git a/drivers/common/mlx5/windows/mlx5_win_ext.h b/drivers/common/mlx5/windows/mlx5_win_ext.h index 60610df6b250..b5d4484a1366 100644 --- a/drivers/common/mlx5/windows/mlx5_win_ext.h +++ b/drivers/common/mlx5/windows/mlx5_win_ext.h @@ -1,7 +1,7 @@ -/* +/* SPDX-License-Identifier: BSD-3-Clause * Copyright (C) Mellanox Technologies, Ltd. 2001-2020. - * */ + #ifndef __MLX5_WIN_ETX_H__ #define __MLX5_WIN_ETX_H__