From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 7B5181D90 for ; Mon, 11 Dec 2017 17:15:50 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2017 08:15:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,392,1508828400"; d="scan'208";a="1903625" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga008.jf.intel.com with ESMTP; 11 Dec 2017 08:15:49 -0800 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 11 Dec 2017 08:15:49 -0800 Received: from fmsmsx108.amr.corp.intel.com ([169.254.9.23]) by fmsmsx121.amr.corp.intel.com ([10.18.125.36]) with mapi id 14.03.0319.002; Mon, 11 Dec 2017 08:15:48 -0800 From: "Eads, Gage" To: Pavan Nikhilesh , "jerin.jacobkollanukkaran@cavium.com" , "Van Haaren, Harry" , "Rao, Nikhil" , "hemant.agrawal@nxp.com" , "Ma, Liang J" CC: "dev@dpdk.org" Thread-Topic: [PATCH 02/13] examples/eventdev: move common data into pipeline common Thread-Index: AQHTb5tdDxhFX2nJOU6eAN7PK8RJ+qM+Vpaw Date: Mon, 11 Dec 2017 16:15:48 +0000 Message-ID: <9184057F7FC11744A2107296B6B8EB1E2BB16248@FMSMSX108.amr.corp.intel.com> References: <20171207203705.25020-1-pbhagavatula@caviumnetworks.com> <20171207203705.25020-3-pbhagavatula@caviumnetworks.com> In-Reply-To: <20171207203705.25020-3-pbhagavatula@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2VkZGY3MmYtYTFhZi00YTQ0LWI1MTgtNzg5ZjZlNTYyNzJiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik5OZ0cyc1htR2ZmWXRVbVptdmRhRjlpKzM2TExoVVBxNGRyeTVVMWJEa0k9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.1.200.106] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 02/13] examples/eventdev: move common data into pipeline common 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: Mon, 11 Dec 2017 16:15:50 -0000 Hi Pavan, > @@ -2,6 +2,7 @@ > * BSD LICENSE > * > * Copyright(c) 2016-2017 Intel Corporation. All rights reserved. > + * Copyright 2016 Cavium, Inc. Should this be 2017? Same for the copyright dates in pipeline_common.h.