From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0A3C94C79 for ; Fri, 23 Feb 2018 04:14:30 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Feb 2018 19:14:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,381,1515484800"; d="scan'208";a="19679329" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga007.jf.intel.com with ESMTP; 22 Feb 2018 19:14:29 -0800 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 22 Feb 2018 19:14:29 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 22 Feb 2018 19:14:29 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.253]) with mapi id 14.03.0319.002; Fri, 23 Feb 2018 11:14:27 +0800 From: "Tan, Jianfeng" To: "Burakov, Anatoly" , "dev@dpdk.org" Thread-Topic: [PATCH 2/4] eal: fix IPC socket paths Thread-Index: AQHTq/P/cR4dMOMH3UOcvpTZ2CIwQqOxUMtQ Date: Fri, 23 Feb 2018 03:14:26 +0000 Message-ID: References: <53373b6d98cc54581eff8fecd277ebca077e589e.1519311106.git.anatoly.burakov@intel.com> <4fa0dbf4a02dfbbfa6ebb1101aec2d84b2e798ef.1519311106.git.anatoly.burakov@intel.com> In-Reply-To: <4fa0dbf4a02dfbbfa6ebb1101aec2d84b2e798ef.1519311106.git.anatoly.burakov@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/4] eal: fix IPC socket paths 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: Fri, 23 Feb 2018 03:14:31 -0000 > -----Original Message----- > From: Burakov, Anatoly > Sent: Thursday, February 22, 2018 11:44 PM > To: dev@dpdk.org > Cc: Tan, Jianfeng > Subject: [PATCH 2/4] eal: fix IPC socket paths >=20 > Fixes: bacaa2754017 ("eal: add channel for multi-process communication") > Cc: jianfeng.tan@intel.com > Signed-off-by: Anatoly Burakov Acked-by: Jianfeng Tan Thanks!