[dpdk-dev] [PATCH v5 05/11] lib/librte_vhost: merge Oliver's mbuf change

2014-09-30 Thread Thomas Monjalon
2014-09-30 06:43, Xie, Huawei: > > 2014-09-30 02:41, Xie, Huawei: > > > I would rework the patch according to your comment. > > > I don't get clear about this comment. Do you mean that recreate the patch > > > set > > > based on the example that already has this mbuf change? > > > > Yes > > > >

[dpdk-dev] [PATCH v5 05/11] lib/librte_vhost: merge Oliver's mbuf change

2014-09-30 Thread Thomas Monjalon
2014-09-30 02:41, Xie, Huawei: > I would rework the patch according to your comment. > I don't get clear about this comment. Do you mean that recreate the patch set > based on the example that already has this mbuf change? Yes > Some of the background you might not know: > I fully understand your

[dpdk-dev] [PATCH v5 05/11] lib/librte_vhost: merge Oliver's mbuf change

2014-09-30 Thread Xie, Huawei
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, September 30, 2014 12:46 PM > To: Xie, Huawei > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 05/11] lib/librte_vhost: merge Oliver's mbuf > change

[dpdk-dev] [PATCH v5 05/11] lib/librte_vhost: merge Oliver's mbuf change

2014-09-30 Thread Ouyang, Changchun
ATCH v5 05/11] lib/librte_vhost: merge Oliver's > mbuf change > > > -Original Message- > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Sent: Tuesday, September 30, 2014 3:44 AM > > To: Xie, Huawei > > Cc: dev at dpdk.org > >

[dpdk-dev] [PATCH v5 05/11] lib/librte_vhost: merge Oliver's mbuf change

2014-09-30 Thread Xie, Huawei
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, September 30, 2014 3:44 AM > To: Xie, Huawei > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 05/11] lib/librte_vhost: merge Oliver's mbuf > change >

[dpdk-dev] [PATCH v5 05/11] lib/librte_vhost: merge Oliver's mbuf change

2014-09-29 Thread Thomas Monjalon
> There is no rte_pktmbuf structure in mbuf now. Its fields are merged to > rte_mbuf structure. > > Signed-off-by: Huawei Xie This patch shouldn't appear but should be merged with your previous work. -- Thomas

[dpdk-dev] [PATCH v5 05/11] lib/librte_vhost: merge Oliver's mbuf change

2014-09-26 Thread Huawei Xie
There is no rte_pktmbuf structure in mbuf now. Its fields are merged to rte_mbuf structure. Signed-off-by: Huawei Xie --- lib/librte_vhost/vhost_rxtx.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/librte_vhost/vhost_rxtx.c b/lib/librte_vhost/