[dpdk-dev] [PATCH] cfgfile: Fix for Reading Files on nfs filesystem.

2015-06-26 Thread Mrzyglod, DanielX T
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Daniel Mrzyglod > Sent: Wednesday, June 24, 2015 6:16 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] cfgfile: Fix for Reading Files on nfs filesystem. > > The problem occure when

[dpdk-dev] [PATCH] cfgfile: Fix for Reading Files on nfs filesystem.

2015-06-24 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] cfgfile: Fix for Reading Files on nfs filesystem.

2015-06-24 Thread Daniel Mrzyglod
The problem occure when we have config files on NFS filesystem. 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 ---