Re: [dpdk-dev] [PATCH v5 07/10] net/ifc: add devarg for LM mode

2018-12-18 Thread Maxime Coquelin
On 12/18/18 9:02 AM, Xiao Wang wrote: 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 de

[dpdk-dev] [PATCH v5 07/10] net/ifc: add devarg for LM mode

2018-12-18 Thread Xiao Wang
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