Re: [net-next,v3] openvswitch: Add packet len info to upcall.

2016-06-19 Thread pravin shelar
On Fri, Jun 17, 2016 at 12:52 PM, William Tu wrote: > The commit f2a4d086ed4c ("openvswitch: Add packet truncation support.") > introduces packet truncation before sending to userspace upcall receiver. > This patch passes up the skb->len before truncation so that the upcall > receiver knows the or

[net-next,v3] openvswitch: Add packet len info to upcall.

2016-06-17 Thread William Tu
The commit f2a4d086ed4c ("openvswitch: Add packet truncation support.") introduces packet truncation before sending to userspace upcall receiver. This patch passes up the skb->len before truncation so that the upcall receiver knows the original packet size. Potentially this will be used by sFlow, w