From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id F39DBC3C2 for ; Thu, 28 Jan 2016 12:14:49 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 28 Jan 2016 03:14:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,358,1449561600"; d="scan'208";a="735758146" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.228.69]) ([163.33.228.69]) by orsmga003.jf.intel.com with ESMTP; 28 Jan 2016 03:14:48 -0800 Message-ID: <56A9F827.1060403@intel.com> Date: Thu, 28 Jan 2016 11:14:47 +0000 From: Remy Horton Organization: Intel Shannon Limited User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Ferruh Yigit References: <1453911849-16562-1-git-send-email-ferruh.yigit@intel.com> <1453911849-16562-3-git-send-email-ferruh.yigit@intel.com> In-Reply-To: <1453911849-16562-3-git-send-email-ferruh.yigit@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 2/3] rte_ctrl_if: add control interface library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2016 11:14:50 -0000 On 27/01/2016 16:24, Ferruh Yigit wrote: > + default: > + ret = -95 /* EOPNOTSUPP */; > + break; Is this intentional? -EOPNOTSUPP is -122 (-95 is -ENOTSOCK)..