Re: [PATCH net-next] net: sched: fix tcf_block_get_ext() in case CONFIG_NET_CLS is not set

2018-01-05 Thread David Miller
From: Jakub Kicinski Date: Wed, 3 Jan 2018 17:30:45 -0800 > From: Quentin Monnet > > The definition of functions tcf_block_get() and tcf_block_get_ext() > depends of CONFIG_NET_CLS being set. When those functions gained extack >

Re: [PATCH net-next] net: sched: fix tcf_block_get_ext() in case CONFIG_NET_CLS is not set

2018-01-04 Thread Cong Wang
On Thu, Jan 4, 2018 at 1:59 AM, Quentin Monnet wrote: > Hi Cong, > > 2018-01-03 18:08 UTC-0800 ~ Cong Wang >> On Wed, Jan 3, 2018 at 5:30 PM, Jakub Kicinski >> wrote: >>> From: Quentin Monnet

Re: [PATCH net-next] net: sched: fix tcf_block_get_ext() in case CONFIG_NET_CLS is not set

2018-01-04 Thread Quentin Monnet
Hi Cong, 2018-01-03 18:08 UTC-0800 ~ Cong Wang > On Wed, Jan 3, 2018 at 5:30 PM, Jakub Kicinski > wrote: >> From: Quentin Monnet >> >> The definition of functions tcf_block_get() and tcf_block_get_ext() >>

Re: [PATCH net-next] net: sched: fix tcf_block_get_ext() in case CONFIG_NET_CLS is not set

2018-01-03 Thread Cong Wang
On Wed, Jan 3, 2018 at 5:30 PM, Jakub Kicinski wrote: > From: Quentin Monnet > > The definition of functions tcf_block_get() and tcf_block_get_ext() > depends of CONFIG_NET_CLS being set. When those functions gained extack > support,

[PATCH net-next] net: sched: fix tcf_block_get_ext() in case CONFIG_NET_CLS is not set

2018-01-03 Thread Jakub Kicinski
From: Quentin Monnet The definition of functions tcf_block_get() and tcf_block_get_ext() depends of CONFIG_NET_CLS being set. When those functions gained extack support, only one version of the declaration of those functions was updated. Function tcf_block_get() was