From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id B27BF4CC7 for ; Wed, 21 Mar 2018 18:34:11 +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 orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2018 10:34:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,340,1517904000"; d="scan'208";a="213417250" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.63]) ([10.237.221.63]) by fmsmga006.fm.intel.com with ESMTP; 21 Mar 2018 10:34:09 -0700 To: Shahaf Shuler , =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , "dev@dpdk.org" Cc: Adrien Mazarguil , Yongseok Koh References: From: Ferruh Yigit Message-ID: <373b9147-a05e-562b-42b0-1995573718ab@intel.com> Date: Wed, 21 Mar 2018 17:34:09 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 00/10] net/mlx5: clean driver 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: Wed, 21 Mar 2018 17:34:12 -0000 On 3/18/2018 6:33 AM, Shahaf Shuler wrote: > Monday, March 5, 2018 2:21 PM, Nelio Laranjeiro: >> - Removes unused SR-IOV flag. >> - Adds missing documentation on some functions. >> - Removes the spin-lock on the private structure. >> - Standardize the return values of all functions as discussed on the mailing >> list [1]. >> >> [1] >> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdp >> dk.org%2Fml%2Farchives%2Fdev%2F2018- >> January%2F087991.html&data=02%7C01%7Cshahafs%40mellanox.com%7Cf0 >> 6e83bf350d44ba5f8908d58293a839%7Ca652971c7d2e4d9ba6a4d149256f461b >> %7C0%7C0%7C636558493060723163&sdata=mlYhk19ixx42hzEmUguXNq8rUe >> H7%2F5EIAF3AJD%2F6%2FNA%3D&reserved=0 >> > > Series applied to next-net-mlx, thanks. This is a good cleanup thanks for the effort.