From: Paul Blakey <pa...@mellanox.com> Date: Tue, 20 Aug 2019 15:30:51 +0300
> @@ -4050,6 +4060,9 @@ enum skb_ext_id { > #ifdef CONFIG_XFRM > SKB_EXT_SEC_PATH, > #endif > +#if IS_ENABLED(CONFIG_NET_TC_SKB_EXT) > + TC_SKB_EXT, > +#endif > SKB_EXT_NUM, /* must be last */ > }; Sorry, no. The SKB extensions are not a dumping ground for people to use when they can't figure out another more reasonable place to put their values. Try to use the normal cb[], and if you can't you must explain in exhaustive detail why you cannot in any way whatsoever make that work. Again, SKB extensions are not a dumping ground.