Re: [ovs-dev] [PATCH v1] ofproto-dpif-mirror: Fix issue of reseting snaplen in mirroring

2017-04-03 Thread Andy Zhou
On Fri, Mar 31, 2017 at 8:09 AM, William Tu wrote: > Looks good to me, thanks for the fix. > > Acked-by: William Tu > > On Sun, Mar 26, 2017 at 8:16 PM, Zhenyu Gao wrote: >> Currently, the mirror code doesn't check new value of

Re: [ovs-dev] [PATCH v1] ofproto-dpif-mirror: Fix issue of reseting snaplen in mirroring

2017-03-31 Thread William Tu
Looks good to me, thanks for the fix. Acked-by: William Tu On Sun, Mar 26, 2017 at 8:16 PM, Zhenyu Gao wrote: > Currently, the mirror code doesn't check new value of snaplen when try > to reconfigure snaplen. > This patch fix this issue and add

[ovs-dev] [PATCH v1] ofproto-dpif-mirror: Fix issue of reseting snaplen in mirroring

2017-03-26 Thread Zhenyu Gao
Currently, the mirror code doesn't check new value of snaplen when try to reconfigure snaplen. This patch fix this issue and add testings to reconfigure snaplen. Signed-off-by: Zhenyu Gao --- ofproto/ofproto-dpif-mirror.c | 3 ++- tests/ofproto-dpif.at | 40