From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id EBF8FA05D3 for ; Thu, 25 Apr 2019 17:19:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6012E1B5AC; Thu, 25 Apr 2019 17:19:25 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A7E2C1B59D for ; Thu, 25 Apr 2019 17:19:23 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2019 08:19:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,394,1549958400"; d="scan'208";a="226648458" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.108]) ([10.237.220.108]) by orsmga001.jf.intel.com with ESMTP; 25 Apr 2019 08:19:03 -0700 To: Thomas Monjalon Cc: dev@dpdk.org References: <5ef566e48777ab2db18ed50eacd2d07fe6456ce3.1556197049.git.anatoly.burakov@intel.com> <45797367.d1JeisVb9s@xps> From: "Burakov, Anatoly" Message-ID: <0ff9ba75-4628-32cd-c8c6-e4c5b07f132e@intel.com> Date: Thu, 25 Apr 2019 16:19:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] maintainers: claim maintainership of ipc 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190425151902.9jydJapoXORQy-HfkgEHCdjfLu11_79pQUtT56TYyCw@z> On 25-Apr-19 4:17 PM, Burakov, Anatoly wrote: > On 25-Apr-19 2:26 PM, Thomas Monjalon wrote: >> 25/04/2019 15:17, Anatoly Burakov: >>> IPC is a big part of secondary process infrastructure now, >>> and I have been de-facto maintainer for it since 18.05. >>> Update MAINTAINERS file to match. >>> >>> Signed-off-by: Anatoly Burakov >>> --- >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -202,6 +202,7 @@ F: doc/guides/prog_guide/multi_proc_support.rst >>>   F: app/test/test_mp_secondary.c >>>   F: examples/multi_process/ >>>   F: doc/guides/sample_app_ug/multi_process.rst >>> +F: lib/librte_eal/common/eal_common_proc.c >> >> Isn't there more files related to IPC? >> Please add it near other lib/ lines. >> > > No, just this and the rte_eal.h maybe, which isn't exclusively IPC but > has a lot of IPC-related stuff. > > OK, i'll send a v2. > Actually, there are no lib/* lines there. -- Thanks, Anatoly