Displaying 4 results from an estimated 4 matches for "21feea0d69c9".
2020 Apr 02
2
[PATCH] vhost: drop vring dependency on iotlb
...g
+++ b/drivers/vdpa/Kconfig
@@ -17,6 +17,7 @@ config VDPA_SIM
depends on RUNTIME_TESTING_MENU
select VDPA
select VHOST_RING
+ select VHOST_IOTLB
default n
help
vDPA networking device simulator which loop TX traffic back
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
index 21feea0d69c9..bdd270fede26 100644
--- a/drivers/vhost/Kconfig
+++ b/drivers/vhost/Kconfig
@@ -6,7 +6,6 @@ config VHOST_IOTLB
config VHOST_RING
tristate
- select VHOST_IOTLB
help
This option is selected by any driver which needs to access
the host side of a virtio ring.
--
MST
2020 Apr 02
2
[PATCH] vhost: drop vring dependency on iotlb
...g
+++ b/drivers/vdpa/Kconfig
@@ -17,6 +17,7 @@ config VDPA_SIM
depends on RUNTIME_TESTING_MENU
select VDPA
select VHOST_RING
+ select VHOST_IOTLB
default n
help
vDPA networking device simulator which loop TX traffic back
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
index 21feea0d69c9..bdd270fede26 100644
--- a/drivers/vhost/Kconfig
+++ b/drivers/vhost/Kconfig
@@ -6,7 +6,6 @@ config VHOST_IOTLB
config VHOST_RING
tristate
- select VHOST_IOTLB
help
This option is selected by any driver which needs to access
the host side of a virtio ring.
--
MST
2020 Apr 02
1
[PATCH] vhost: drop vring dependency on iotlb
...ESTING_MENU
> > select VDPA
> > select VHOST_RING
> > + select VHOST_IOTLB
> > default n
> > help
> > vDPA networking device simulator which loop TX traffic back
> > diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
> > index 21feea0d69c9..bdd270fede26 100644
> > --- a/drivers/vhost/Kconfig
> > +++ b/drivers/vhost/Kconfig
> > @@ -6,7 +6,6 @@ config VHOST_IOTLB
> > config VHOST_RING
> > tristate
> > - select VHOST_IOTLB
> > help
> > This option is selected by any driver whi...
2020 Apr 02
0
[PATCH] vhost: drop vring dependency on iotlb
...ig VDPA_SIM
> depends on RUNTIME_TESTING_MENU
> select VDPA
> select VHOST_RING
> + select VHOST_IOTLB
> default n
> help
> vDPA networking device simulator which loop TX traffic back
> diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
> index 21feea0d69c9..bdd270fede26 100644
> --- a/drivers/vhost/Kconfig
> +++ b/drivers/vhost/Kconfig
> @@ -6,7 +6,6 @@ config VHOST_IOTLB
>
> config VHOST_RING
> tristate
> - select VHOST_IOTLB
> help
> This option is selected by any driver which needs to access
> the...