From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=6nAc0ZfNdpdrgtAyriHkUBcbxjG5QjofXoC9ZngWAlg=; b=Kgu1az0n3HDB0kF7C9PlD/p1cFtwWdODbk5BbL4droj2FdB5VJ69uRD92rJc69YalP 2wYBkzXC01opdUhgnQaCSFz/63dP9BfemJkte8QxdXKJUwtdFqcXB0+xAgVcglSRiZDq 20lOy/jxWZE+XsPtMySVskP2Jo6MPo9Q+Nn9PTHqt/F1dVA18IfPT3z8OY/sQHg0C+Mk MyIFwaotluwib3kPJK34muXJjl+tbYtOaWa1W16jiMWDNBJ+38sEUfCcCkjQ7cAarLSc LZtF95h1IRjwbykANoL64TFEbXMCSJT/apueuzvq//J9pvolZ0UsUgnJVW526T3QxDnP Ma9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=6nAc0ZfNdpdrgtAyriHkUBcbxjG5QjofXoC9ZngWAlg=; b=azpUpbZ0QiqWvF8H9GVLdoabxskRiCEWnxpX2oDZliodA4E/8xLXOzi1ptKXGnCEwk 5PZjb84K710OHbrC1I1fk0P/8iStA6BMQ5ryDN0WGMvfRhafPJxxecxUgDz15aWzTVO0 aK82p8Bfcn6rpLvIHux5cfR1oK9sGYpUYG2nKi4QXYTYt0b7MqWxqACJ0aXkFPL5Lliw cSXbT0Jwg94xAsC1q/uF+Zs+sLTFRB29hlDYB8ShRQj/MUirghzxf/sgq6F66o/7GETW q36Aaj2nuu6xP6xL3hKC3DqjS+Qc+46ScXs1p7H3ylTj9giSRWrjpIvuopmFrxkxWSVb YPQw== X-Gm-Message-State: APzg51CmC+DbYFFIue/WnfMO4C5VLRa2uQD986grZaorOtVLjVVHMw7z d+xFdmd0N/aEPmBOwmi5h2cr7njxq4FftQ== X-Google-Smtp-Source: ANB0VdZhSW09yGEuky3TgYLTuw04jv3HHW+xkz2XtR89T6eWzyduIP/ico45I9Je8/FXsMSzhlOScw== X-Received: by 2002:a62:4b14:: with SMTP id y20-v6mr30414323pfa.93.1536685486219; Tue, 11 Sep 2018 10:04:46 -0700 (PDT) Received: from xeon-e3 (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id f184-v6sm40407473pfc.88.2018.09.11.10.04.45 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 11 Sep 2018 10:04:46 -0700 (PDT) Date: Tue, 11 Sep 2018 10:04:44 -0700 From: Stephen Hemminger To: Igor Russkikh Cc: dev@dpdk.org, pavel.belous@aquantia.com, Nadezhda.Krupnina@aquantia.com, Simon.Edelhaus@aquantia.com, Corey Melton , Ashish Kumar Message-ID: <20180911100444.2c370f47@xeon-e3> In-Reply-To: <1536333719-32155-6-git-send-email-igor.russkikh@aquantia.com> 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 Subject: Re: [dpdk-dev] [PATCH 05/21] net/atlantic: b0 hardware layer main logic X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 17:04:47 -0000 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.