From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] cfgfile: Fix for Reading Files on nfs filesystem. Date: Wed, 24 Jun 2015 18:23:29 +0200 Message-ID: <19677236.gyqnbf9WdI@xps13> References: <1435162530-9272-1-git-send-email-danielx.t.mrzyglod@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Daniel Mrzyglod Return-path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 21BA2C4B2 for ; Wed, 24 Jun 2015 18:24:35 +0200 (CEST) Received: by wiwl6 with SMTP id l6so100251370wiw.0 for ; Wed, 24 Jun 2015 09:24:35 -0700 (PDT) In-Reply-To: <1435162530-9272-1-git-send-email-danielx.t.mrzyglod@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-06-24 18:15, Daniel Mrzyglod: > The problem occure when we have config files on NFS filesystem. You forgot to describe the problem. > Solution with minimal change to library is to add buffer for I/O operations. > Without buffering there is 3-10% of faulty Reading from NFS. > > The problem seems to be only NFS filesystem. > > Signed-off-by: Daniel Mrzyglod