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 11:43:50 +0900 Message-ID: <55920266.7080007@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> 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-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by dpdk.org (Postfix) with ESMTP id C878CC45A for ; Tue, 30 Jun 2015 04:43:52 +0200 (CEST) Received: by paceq1 with SMTP id eq1so114097884pac.3 for ; Mon, 29 Jun 2015 19:43:52 -0700 (PDT) In-Reply-To: <8CEF83825BEC744B83065625E567D7C204A42DCA@IRSMSX108.ger.corp.intel.com> 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/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