Re: [PATCH net-next 2/2] net sched actions: fix module auto-loading

2017-10-11 Thread Cong Wang
On Wed, Oct 11, 2017 at 7:50 AM, Roman Mashak wrote: > Macro __stringify_1() can stringify a macro argument, however IFE_META_* > are enums, so they never expand, however request_module expects an integer > in IFE module name, so as a result it always fails to auto-load. > > Fixes: ef6980b6becb ("

[PATCH net-next 2/2] net sched actions: fix module auto-loading

2017-10-11 Thread Roman Mashak
Macro __stringify_1() can stringify a macro argument, however IFE_META_* are enums, so they never expand, however request_module expects an integer in IFE module name, so as a result it always fails to auto-load. Fixes: ef6980b6becb ("introduce IFE action") Signed-off-by: Roman Mashak --- net/sc