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 B10BE49E2 for ; Tue, 24 Apr 2018 19:25:48 +0200 (CEST) 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; 24 Apr 2018 10:25:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,324,1520924400"; d="scan'208";a="223015593" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.237.220.109]) ([10.237.220.109]) by fmsmga006.fm.intel.com with ESMTP; 24 Apr 2018 10:25:45 -0700 To: Stephen Hemminger Cc: dev@dpdk.org, bruce.richardson@intel.com, thomas@monjalon.net References: <20180424093242.6c35534b@xeon-e3> From: "Burakov, Anatoly" Message-ID: <3898cc9f-f41f-de8e-a89f-f8f35c7444e8@intel.com> Date: Tue, 24 Apr 2018 18:25:44 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180424093242.6c35534b@xeon-e3> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/2] Fix file locking in EAL memory 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: Tue, 24 Apr 2018 17:25:49 -0000 On 24-Apr-18 5:32 PM, Stephen Hemminger wrote: > On Tue, 24 Apr 2018 16:54:21 +0100 > Anatoly Burakov wrote: > >> One of the ways to work around this was using OFD locks, >> but they are only supported on kernels 3.15+, > > Maybe time to move to next LTS kernel (3.16)? > I'm all for it, but it's not my call to make :( -- Thanks, Anatoly