Re: [dpdk-dev] [PATCH 4/5] port: fix file descriptor reader

2017-03-31 Thread Dumitrescu, Cristian
> -Original Message- > From: Andriy Berestovskyy > [mailto:andriy.berestovs...@caviumnetworks.com] > Sent: Friday, March 31, 2017 2:37 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: [PATCH 4/5] port: fix file descriptor reader > > The code should return the actual number of

[dpdk-dev] [PATCH 4/5] port: fix file descriptor reader

2017-03-31 Thread Andriy Berestovskyy
The code should return the actual number of packets read. Fixes: 5a99f208 ("port: support file descriptor") Signed-off-by: Andriy Berestovskyy --- lib/librte_port/rte_port_fd.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/librte_port/rte_port_fd.c b/lib/librte_