Re: [PATCH v16 14/17]Add a kconfig entry and make entry for mpdevice.

From: Randy Dunlap
Date: Wed Dec 01 2010 - 12:55:42 EST


On Wed, 1 Dec 2010 16:08:25 +0800 xiaohui.xin@xxxxxxxxx wrote:

> From: Xin Xiaohui <xiaohui.xin@xxxxxxxxx>
>
> Signed-off-by: Xin Xiaohui <xiaohui.xin@xxxxxxxxx>
> Reviewed-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx>
> ---
> drivers/vhost/Kconfig | 10 ++++++++++
> drivers/vhost/Makefile | 2 ++
> 2 files changed, 12 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
> index e4e2fd1..a6b8cbf 100644
> --- a/drivers/vhost/Kconfig
> +++ b/drivers/vhost/Kconfig
> @@ -9,3 +9,13 @@ config VHOST_NET
> To compile this driver as a module, choose M here: the module will
> be called vhost_net.
>
> +config MEDIATE_PASSTHRU
> + tristate "mediate passthru network driver (EXPERIMENTAL)"
> + depends on VHOST_NET
> + ---help---
> + zerocopy network I/O support, we call it as mediate passthru to

support; we call it "mediate passthru" to

> + be distiguish with hardare passthru.

distinguish it from hardware passthru.

> +
> + To compile this driver as a module, choose M here: the module will
> + be called mpassthru.
> +


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/