Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2017-06-26 Thread Kavanagh, Mark B
>From: Michael Qiu [mailto:qdy220091...@gmail.com] >Sent: Monday, June 19, 2017 6:29 AM >To: d...@openvswitch.org >Cc: Kavanagh, Mark B ; b...@ovn.org; >db...@vmware.com; Michael Qiu >; Ksiadz, MarcinX ; Lal, >PrzemyslawX

Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2017-05-31 Thread Michael Qiu
Michael Qiu <qiud...@chinac.com>; Ksiadz, MarcinX <marcinx.ksi...@intel.com> Subject: Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments 在 2017/5/5 23:44, Ben Pfaff 写道: On Fri, May 05, 2017 at 08:57:27AM +, Kavanagh, Mark B wrote: On Tue, Ma

Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2017-05-31 Thread Kavanagh, Mark B
lt;qiud...@chinac.com>; Ksiadz, MarcinX <marcinx.ksi...@intel.com> >Subject: Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with >multi-segments > > > >在 2017/5/5 23:44, Ben Pfaff 写道: >> On Fri, May 05, 2017 at 08:57:27AM +, Kavanagh, Mark B wrote: >

Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2017-05-31 Thread Michael Qiu
在 2017/5/5 23:44, Ben Pfaff 写道: On Fri, May 05, 2017 at 08:57:27AM +, Kavanagh, Mark B wrote: On Tue, May 02, 2017 at 02:10:43PM +0800, Michael Qiu wrote: From: Michael Qiu When a packet is from DPDK source, and it contains multiple segments, data_len is not equal

Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2017-05-05 Thread Ben Pfaff
On Fri, May 05, 2017 at 08:57:27AM +, Kavanagh, Mark B wrote: > > > >On Tue, May 02, 2017 at 02:10:43PM +0800, Michael Qiu wrote: > >> From: Michael Qiu > >> > >> When a packet is from DPDK source, and it contains > >> multiple segments, data_len is not equal to the > >>

Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2017-05-05 Thread Kavanagh, Mark B
> >On Tue, May 02, 2017 at 02:10:43PM +0800, Michael Qiu wrote: >> From: Michael Qiu >> >> When a packet is from DPDK source, and it contains >> multiple segments, data_len is not equal to the >> packet size. This patch fix this issue. >> >> Signed-off-by: Michael Qiu

Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2017-05-04 Thread Ben Pfaff
On Tue, May 02, 2017 at 02:10:43PM +0800, Michael Qiu wrote: > From: Michael Qiu > > When a packet is from DPDK source, and it contains > multiple segments, data_len is not equal to the > packet size. This patch fix this issue. > > Signed-off-by: Michael Qiu

Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2017-05-03 Thread 网易
在 2017年5月3日,下午11:33,Kavanagh, Mark B 写道: >> From: Michael Qiu >> >> When a packet is from DPDK source, and it contains >> multiple segments, data_len is not equal to the >> packet size. This patch fix this issue. >> >> Signed-off-by: Michael Qiu

Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2017-05-03 Thread Kavanagh, Mark B
>From: Michael Qiu > >When a packet is from DPDK source, and it contains >multiple segments, data_len is not equal to the >packet size. This patch fix this issue. > >Signed-off-by: Michael Qiu >Signed-off-by: Marcin Ksiadz

[ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2017-05-02 Thread Michael Qiu
From: Michael Qiu When a packet is from DPDK source, and it contains multiple segments, data_len is not equal to the packet size. This patch fix this issue. Signed-off-by: Michael Qiu Signed-off-by: Marcin Ksiadz Signed-off-by:

Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2016-10-31 Thread Michael Qiu
2016/10/28 18:09, Kavanagh, Mark B : This patch didn't apply cleanly either; 'apply -3' resolved the issue, but I recommend rebasing to HEAD of master for next version. Other than that, just some minor cosmetic comments inline. When a packet is from DPDK source, and it contains multipule

Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2016-10-31 Thread 仇大玉
2016/10/28 18:09, Kavanagh, Mark B : This patch didn't apply cleanly either; 'apply -3' resolved the issue, but I recommend rebasing to HEAD of master for next version. Other than that, just some minor cosmetic comments inline. When a packet is from DPDK source, and it contains multipule

Re: [ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2016-10-28 Thread Kavanagh, Mark B
> This patch didn't apply cleanly either; 'apply -3' resolved the issue, but I recommend rebasing to HEAD of master for next version. Other than that, just some minor cosmetic comments inline. >When a packet is from DPDK source, and it contains >multipule segments, data_len is not equal to the

[ovs-dev] [PATCH 3/5] lib/dp-packet: Fix data_len issue with multi-segments

2016-10-27 Thread Michael Qiu
When a packet is from DPDK source, and it contains multipule segments, data_len is not equal to the packet size. This patch fix this issue. Signed-off-by: Michael Qiu Signed-off-by: Marcin Ksiadz Signed-off-by: Mark Kavanagh