From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 05/21] net/atlantic: b0 hardware layer main logic Date: Tue, 11 Sep 2018 10:04:44 -0700 Message-ID: <20180911100444.2c370f47@xeon-e3> References: <1536333719-32155-1-git-send-email-igor.russkikh@aquantia.com> <1536333719-32155-6-git-send-email-igor.russkikh@aquantia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, pavel.belous@aquantia.com, Nadezhda.Krupnina@aquantia.com, Simon.Edelhaus@aquantia.com, Corey Melton , Ashish Kumar To: Igor Russkikh Return-path: Received: from mail-pg1-f172.google.com (mail-pg1-f172.google.com [209.85.215.172]) by dpdk.org (Postfix) with ESMTP id 1D8A74C9F for ; Tue, 11 Sep 2018 19:04:47 +0200 (CEST) Received: by mail-pg1-f172.google.com with SMTP id t84-v6so10729371pgb.5 for ; Tue, 11 Sep 2018 10:04:47 -0700 (PDT) In-Reply-To: <1536333719-32155-6-git-send-email-igor.russkikh@aquantia.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, 7 Sep 2018 18:21:43 +0300 Igor Russkikh wrote: > +/* > + * aQuantia Corporation Network Driver > + * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved > + * > + * This program is free software; you can redistribute it and/or modify it > + * under the terms and conditions of the GNU General Public License, > + * version 2, as published by the Free Software Foundation. > + */ > + > +/* File hw_atl_b0.c: Definition of Atlantic hardware specific functions. */ > + Please use SPDX headers and not GPL boilerplate comments.