Re: [PATCH net v2] net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N

2019-09-27 Thread David Miller
From: Paul Blakey Date: Wed, 25 Sep 2019 18:02:35 +0300 > This a new feature, it is preferred that it defaults to N. > We will probe the feature support from userspace before actually using it. > > Fixes: 95a7233c452a ('net: openvswitch: Set OvS recirc_id from tc chain > index') > Signed-off-by

[PATCH net v2] net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N

2019-09-25 Thread Paul Blakey
This a new feature, it is preferred that it defaults to N. We will probe the feature support from userspace before actually using it. Fixes: 95a7233c452a ('net: openvswitch: Set OvS recirc_id from tc chain index') Signed-off-by: Paul Blakey --- Changelog: v1->v2: Changed target to net.