From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [PATCH v3 7/8] eal: Consolidate pci uio functions of linuxapp and bsdapp Date: Tue, 30 Jun 2015 17:28:10 +0900 Message-ID: <5592531A.40007@igel.co.jp> References: <1432016513-8456-5-git-send-email-mukawa@igel.co.jp> <1435546610-4533-1-git-send-email-mukawa@igel.co.jp> <1435546610-4533-8-git-send-email-mukawa@igel.co.jp> <8CEF83825BEC744B83065625E567D7C204A42DCA@IRSMSX108.ger.corp.intel.com> <55920266.7080007@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: "Iremonger, Bernard" , "dev@dpdk.org" Return-path: Received: from mail-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) by dpdk.org (Postfix) with ESMTP id 7B1A8C3BC for ; Tue, 30 Jun 2015 10:28:13 +0200 (CEST) Received: by pdbci14 with SMTP id ci14so2189860pdb.2 for ; Tue, 30 Jun 2015 01:28:12 -0700 (PDT) In-Reply-To: <55920266.7080007@igel.co.jp> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2015/06/30 11:43, Tetsuya Mukawa wrote: > On 2015/06/29 23:03, Iremonger, Bernard wrote: >>> -----Original Message----- >>> From: Tetsuya Mukawa [mailto:mukawa@igel.co.jp] >>> Sent: Monday, June 29, 2015 3:57 AM >>> To: dev@dpdk.org >>> Cc: Iremonger, Bernard; david.marchand@6wind.com; Tetsuya.Mukawa >>> Subject: [PATCH v3 7/8] eal: Consolidate pci uio functions of linuxapp and >>> bsdapp >>> >>> From: "Tetsuya.Mukawa" >>> >>> The patch consolidates below functions, and implement these in >>> eal_common_pci_uio.c. >>> - pci_uio_map_secondary() >>> - pci_uio_map_resource() >>> - pci_uio_unmap() >>> - pci_uio_find_resource() >>> - pci_uio_unmap_resource() >>> >>> Signed-off-by: Tetsuya Mukawa >> Hi Tetsuya, >> >> The copyrights of all files in this patch set should be updated to 2015. > Hi Bernard, > > Could I make sure this comment? > Is it okay to change copyright of Intel like below? > - Copyright(c) 2010-2014 Intel Corporation. All rights reserved. > + Copyright(c) 2010-2015 Intel Corporation. All rights reserved. > > Or do you suggest it's better to add my company copyright below Intel? > > Regards, > Tetsuya > Hi Bernard, I haven't involved this fixing in latest patch series. (Probably deadline will come soon, but my patches still have some comments, so I will submit the patches that fix such issues.) Even if we need to change copyright, it'll be very easy. In the case, I will send new version patch series to fix it. Regards, Tetsuya