From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 90C5034F0 for ; Fri, 23 Feb 2018 04:16:09 +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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Feb 2018 19:16:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,381,1515484800"; d="scan'208";a="20164566" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga008.jf.intel.com with ESMTP; 22 Feb 2018 19:16:08 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 22 Feb 2018 19:16:08 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 22 Feb 2018 19:16:07 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by shsmsx102.ccr.corp.intel.com ([169.254.2.124]) with mapi id 14.03.0319.002; Fri, 23 Feb 2018 11:16:05 +0800 From: "Tan, Jianfeng" To: "Burakov, Anatoly" , "dev@dpdk.org" Thread-Topic: [PATCH 4/4] eal: fix handling of errno values in IPC Thread-Index: AQHTq/P7buObMBdhIUqhDkIAqhmU9qOxUUSA Date: Fri, 23 Feb 2018 03:16:05 +0000 Message-ID: References: <53373b6d98cc54581eff8fecd277ebca077e589e.1519311106.git.anatoly.burakov@intel.com> <540a8617e20f7ae76df7efbf83e24b7109a7579a.1519311106.git.anatoly.burakov@intel.com> In-Reply-To: <540a8617e20f7ae76df7efbf83e24b7109a7579a.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 4/4] eal: fix handling of errno values in 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: , X-List-Received-Date: Fri, 23 Feb 2018 03:16:09 -0000 > -----Original Message----- > From: Burakov, Anatoly > Sent: Thursday, February 22, 2018 11:44 PM > To: dev@dpdk.org > Cc: Tan, Jianfeng > Subject: [PATCH 4/4] eal: fix handling of errno values in IPC >=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!