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 B4237A05D3 for ; Thu, 25 Apr 2019 17:17:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 218841B5AC; Thu, 25 Apr 2019 17:17:58 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 189FE1B59D for ; Thu, 25 Apr 2019 17:17:55 +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 fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2019 08:17:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,394,1549958400"; d="scan'208";a="226648190" 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:17:53 -0700 To: Thomas Monjalon Cc: dev@dpdk.org References: <5ef566e48777ab2db18ed50eacd2d07fe6456ce3.1556197049.git.anatoly.burakov@intel.com> <45797367.d1JeisVb9s@xps> From: "Burakov, Anatoly" Message-ID: Date: Thu, 25 Apr 2019 16:17:52 +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: <45797367.d1JeisVb9s@xps> Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Language: en-US Content-Transfer-Encoding: 7bit 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: <20190425151752.VAKzo0Al6OHlwgd7EsifuYzCnzxvD5BE9kXFo99F_Zw@z> 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. -- Thanks, Anatoly