From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=W/Tb2hm1tx17kUzlBCyLV9KUTtD7Uw0HvqLH/KAe34Y=; b=e78YTEz5iUp2AhHAsPR2I+UxhqvekGvoqoclVEazKzFNj11eQpTO9jbf9SHcdXkLMN 15dS1XDtddYpd2Ii23xVQNpiIiVPL+mmMlQJM15G+w2+nMHyFICaGgdoM9Ic+EXrP6/s xczDUJFgfT8OZPdl9jyMcDieBpelsZ8tSolgiAQtUnnM+Pt1ybWzBTCnuFM+0jZt8VMG y5oLaGnVSC+Np5FyeOUp13g9zdCeFkQ0nYGb3Hwhx1TgkB+OuYR6/nkDBftFVcIJ+J3f Sfe9b7yoAoqHrHfOnEBJml6VyjDjhZMRNcTWE2buhSKlwBtJIezc3Pr0pWeT5yseSr5C uppw== X-Gm-Message-State: ALoCoQnU9ID+Z7oExhZuSgsYfPYOGjfgxg6ENsypwSN5gDlGYvhkKwRkIQAn6YM9lGvTk5g1NEl3 X-Received: by 10.68.65.112 with SMTP id w16mr25922397pbs.144.1435652892916; Tue, 30 Jun 2015 01:28:12 -0700 (PDT) Received: from [10.16.129.101] (napt.igel.co.jp. [219.106.231.132]) by mx.google.com with ESMTPSA id je4sm44640127pbb.17.2015.06.30.01.28.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Jun 2015 01:28:12 -0700 (PDT) Message-ID: <5592531A.40007@igel.co.jp> Date: Tue, 30 Jun 2015 17:28:10 +0900 From: Tetsuya Mukawa User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "Iremonger, Bernard" , "dev@dpdk.org" 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> In-Reply-To: <55920266.7080007@igel.co.jp> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 7/8] eal: Consolidate pci uio functions of linuxapp and bsdapp X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 08:28:13 -0000 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