On 2015/02/01 0:16, Xie, Huawei wrote: >>> + * map it to our address space. >>> + */ >>> +static int >>> +host_memory_map(struct virtio_net *dev, struct virtio_memory *mem, >>> + pid_t pid, uint64_t addr) >>> +{ >> Hi Xie, >> >> This patch only copy host_memory_map() to a new file. >> And actually the original function is removed at below patch. >> - "[PATCH 07/12] lib/librte_vhost: split set_memory_table into two parts" >> >> Is it difficult to remove and copy the function in this patch? > The purpose of splitting into several patches is to be reviewer friendly. > You could easily check the changes between each commit.
OK, Thanks. Tetsuya >> Thanks, >> Tetsuya >>