From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 675161B376 for ; Sun, 11 Feb 2018 02:09:49 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2018 17:09:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,492,1511856000"; d="scan'208";a="203225330" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 10 Feb 2018 17:09:48 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 10 Feb 2018 17:09:47 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.130]) with mapi id 14.03.0319.002; Sun, 11 Feb 2018 09:09:46 +0800 From: "Tan, Jianfeng" To: "Burakov, Anatoly" , "dev@dpdk.org" Thread-Topic: [PATCH] eal: fix rte_errno values for IPC API Thread-Index: AQHTonE1mpjMWZfCnUmaGOcHZFvdp6OeZDCw Date: Sun, 11 Feb 2018 01:09:45 +0000 Message-ID: References: <46a01b34318bbc799a0911fbb166a592c34ffa66.1518267551.git.anatoly.burakov@intel.com> In-Reply-To: <46a01b34318bbc799a0911fbb166a592c34ffa66.1518267551.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] eal: fix rte_errno values for IPC API 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: Sun, 11 Feb 2018 01:09:49 -0000 > -----Original Message----- > From: Burakov, Anatoly > Sent: Saturday, February 10, 2018 9:15 PM > To: dev@dpdk.org > Cc: Tan, Jianfeng > Subject: [PATCH] eal: fix rte_errno values for IPC API >=20 > rte_errno values should not be negative. >=20 > Fixes: bacaa2754017 ("eal: add channel for multi-process communication") > Fixes: 783b6e54971d ("eal: add synchronous multi-process communication") > Cc: jianfeng.tan@intel.com > Signed-off-by: Anatoly Burakov Reviewed-by: Jianfeng Tan Thanks for fixing this.