[dpdk-dev] [PATCH v4 0/3] Fix packet length issue

2014-11-05 Thread Thomas Monjalon
> > This patch set fix packet length issue in vhost app, and enhance code by > > extracting a function to replace duplicated codes in one copy and zero copy > > TX function. > > > > -v4 chang: > > Check offset value and extra bytes inside packet buffer cross page > > boundary. > > > > -v3 chang

[dpdk-dev] [PATCH v4 0/3] Fix packet length issue

2014-11-05 Thread Ouyang Changchun
This patch set fix packet length issue in vhost app, and enhance code by extracting a function to replace duplicated codes in one copy and zero copy TX function. -v4 chang: Check offset value and extra bytes inside packet buffer cross page boundary. -v3 change: Extract a function to replace dup

[dpdk-dev] [PATCH v4 0/3] Fix packet length issue

2014-11-05 Thread Ananyev, Konstantin
> From: Ouyang, Changchun > Sent: Wednesday, November 05, 2014 7:11 AM > To: dev at dpdk.org > Cc: Xie, Huawei; Ananyev, Konstantin; Cao, Waterman; Ouyang, Changchun > Subject: [PATCH v4 0/3] Fix packet length issue > > This patch set fix packet length issue in vhost app, and enhance code by > ext