[ovs-dev] [patch net-next RFC v2 2/6] skbuff: add "missed_flow" flag

Neil Jerram Neil.Jerram at metaswitch.com
Mon Mar 31 20:39:06 UTC 2014


> diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
> index 03db95a..0100c2f 100644
> --- a/include/linux/skbuff.h
> +++ b/include/linux/skbuff.h
> @@ -567,6 +567,7 @@ struct sk_buff {
>  	 * headers if needed
>  	 */
>  	__u8			encapsulation:1;
> +	__u8			missed_flow:1;
>  	/* 6/8 bit hole (depending on ndisc_nodetype presence) */
>  	kmemcheck_bitfield_end(flags2);

Presumably you need to update the "6/8 bit hole" comment here.

Regards,
	Neil




More information about the dev mailing list