Re: [ovs-dev] [PATCHv6 3/3] ofproto-dpif-mirror: Add mirror snaplen support.

2016-06-09 Thread Ben Pfaff
On Tue, Jun 07, 2016 at 10:53:54PM -0700, William Tu wrote: > This patch adds a 'snaplen' config for mirroring table. A mirrored packet > with size larger than snaplen bytes will be truncated in datapath before > sending to the mirror output port. A snaplen of 0 equals 65535, which means > no tru

[ovs-dev] [PATCHv6 3/3] ofproto-dpif-mirror: Add mirror snaplen support.

2016-06-07 Thread William Tu
This patch adds a 'snaplen' config for mirroring table. A mirrored packet with size larger than snaplen bytes will be truncated in datapath before sending to the mirror output port. A snaplen of 0 equals 65535, which means no truncation applied. Signed-off-by: William Tu --- ofproto/ofproto-dp