On Wed, Aug 3, 2016 at 10:08 AM, Pravin B Shelar wrote:
> struct ovs_gso_cb is stored in skb->cd. avoid going beyond size
> of skb->cb.
>
> Signed-off-by: Pravin B Shelar
Acked-by: Jesse Gross
___
dev mailing list
dev@openvswitch.org
http://openvswitc
struct ovs_gso_cb is stored in skb->cd. avoid going beyond size
of skb->cb.
Signed-off-by: Pravin B Shelar
---
datapath/linux/compat/gso.c | 1 +
datapath/linux/compat/gso.h | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/datapath/linux/compat/gso.c b/datapath/linux/compat/