[net-next 2/2] xen-netback: add module parameter to disable dynamic multicast control

2021-03-11 Thread ChiaHao Hsu
In order to support live migration of guests between kernels that do and do not support 'feature-dynamic-multicast-control', we add a module parameter that allows the feature to be disabled at run time, instead of using hardcode value. The default value is enable. Signed-off-by: C

[net-next 1/2] xen-netback: add module parameter to disable ctrl-ring

2021-03-11 Thread ChiaHao Hsu
In order to support live migration of guests between kernels that do and do not support 'feature-ctrl-ring', we add a module parameter that allows the feature to be disabled at run time, instead of using hardcode value. The default value is enable. Signed-off-by: ChiaHao Hsu --- drive