net/ifc: add LM mode parameter
authorXiao Wang <xiao.w.wang@intel.com>
Tue, 18 Dec 2018 08:02:04 +0000 (16:02 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 21 Dec 2018 15:22:40 +0000 (16:22 +0100)
commit4c3f55cc23ea01712a255e356d6cd61f886045c1
tree8d67ffc74cd18265b82af8ebd8d8bcbbcc52d1b1
parent40ef35f4a504e7030882cf717eb01453d149685d
net/ifc: add LM mode parameter

This patch series enables a new method for live migration, i.e. software
assisted live migration. This patch provides a device argument for user
to choose the methold.

When "sw-live-migration=1", driver/device will do live migration with a
relay thread dealing with dirty page logging. Without this parameter,
device will do dirty page logging and there's no relay thread consuming
CPU resource.

Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
drivers/net/ifc/ifcvf_vdpa.c