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

2016-06-22 Thread David Miller
From: William Tu Date: Mon, 20 Jun 2016 07:26:17 -0700 > 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

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

2016-06-20 Thread pravin shelar
On Mon, Jun 20, 2016 at 7:26 AM, 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 >

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

2016-06-20 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,