search for: oherwise

Displaying 13 results from an estimated 13 matches for "oherwise".

Did you mean: otherwise
2019 Nov 07
3
[PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
...plan to extend it as another standard network interface for > kernel. It could be either a standalone pseudo device or a stack device. > Does this sounds good to you? > > Thanks That's a big change in an interface so it's a good reason to rename the driver at that point right? Oherwise users of an old kernel would expect a stacked driver and get a loopback instead. Or did I miss something? > > > > >
2019 Nov 07
3
[PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
...plan to extend it as another standard network interface for > kernel. It could be either a standalone pseudo device or a stack device. > Does this sounds good to you? > > Thanks That's a big change in an interface so it's a good reason to rename the driver at that point right? Oherwise users of an old kernel would expect a stacked driver and get a loopback instead. Or did I miss something? > > > > >
2019 Nov 07
2
[PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
...> kernel. It could be either a standalone pseudo device or a stack device. > > > Does this sounds good to you? > > > > > > Thanks > > That's a big change in an interface so it's a good reason > > to rename the driver at that point right? > > Oherwise users of an old kernel would expect a stacked driver > > and get a loopback instead. > > > > Or did I miss something? > > > My understanding is that it was a sample driver in /doc. It should not be > used in production environment. Otherwise we need to move it to &g...
2019 Nov 07
2
[PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
...> kernel. It could be either a standalone pseudo device or a stack device. > > > Does this sounds good to you? > > > > > > Thanks > > That's a big change in an interface so it's a good reason > > to rename the driver at that point right? > > Oherwise users of an old kernel would expect a stacked driver > > and get a loopback instead. > > > > Or did I miss something? > > > My understanding is that it was a sample driver in /doc. It should not be > used in production environment. Otherwise we need to move it to &g...
2019 Nov 07
2
[PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
...; kernel. It could be either a standalone pseudo device or a stack >>> device. >>> Does this sounds good to you? >>> >>> Thanks >> That's a big change in an interface so it's a good reason >> to rename the driver at that point right? >> Oherwise users of an old kernel would expect a stacked driver >> and get a loopback instead. >> >> Or did I miss something? > > > My understanding is that it was a sample driver in /doc. It should not > be used in production environment. Otherwise we need to move it to > d...
2019 Nov 07
2
[PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
...; kernel. It could be either a standalone pseudo device or a stack >>> device. >>> Does this sounds good to you? >>> >>> Thanks >> That's a big change in an interface so it's a good reason >> to rename the driver at that point right? >> Oherwise users of an old kernel would expect a stacked driver >> and get a loopback instead. >> >> Or did I miss something? > > > My understanding is that it was a sample driver in /doc. It should not > be used in production environment. Otherwise we need to move it to > d...
2019 Nov 07
1
[PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
...or a stack device. > > > > > Does this sounds good to you? > > > > > > > > > > Thanks > > > > That's a big change in an interface so it's a good reason > > > > to rename the driver at that point right? > > > > Oherwise users of an old kernel would expect a stacked driver > > > > and get a loopback instead. > > > > > > > > Or did I miss something? > > > > > > My understanding is that it was a sample driver in /doc. It should not be > > > used in prod...
2019 Nov 07
1
[PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
...or a stack >>>>> device. >>>>> Does this sounds good to you? >>>>> >>>>> Thanks >>>> That's a big change in an interface so it's a good reason >>>> to rename the driver at that point right? >>>> Oherwise users of an old kernel would expect a stacked driver >>>> and get a loopback instead. >>>> >>>> Or did I miss something? >>> >>> My understanding is that it was a sample driver in /doc. It should not >>> be used in production environmen...
2019 Nov 07
0
[PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
...standard network interface for >> kernel. It could be either a standalone pseudo device or a stack device. >> Does this sounds good to you? >> >> Thanks > That's a big change in an interface so it's a good reason > to rename the driver at that point right? > Oherwise users of an old kernel would expect a stacked driver > and get a loopback instead. > > Or did I miss something? My understanding is that it was a sample driver in /doc. It should not be used in production environment. Otherwise we need to move it to driver/virtio. But if you insist, I...
2019 Nov 07
0
[PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
...do device or a stack > > > > device. > > > > Does this sounds good to you? > > > > > > > > Thanks > > > That's a big change in an interface so it's a good reason > > > to rename the driver at that point right? > > > Oherwise users of an old kernel would expect a stacked driver > > > and get a loopback instead. > > > > > > Or did I miss something? > > > > > > My understanding is that it was a sample driver in /doc. It should not > > be used in production environment....
2019 Nov 07
0
[PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
...It could be either a standalone pseudo device or a stack device. >>>> Does this sounds good to you? >>>> >>>> Thanks >>> That's a big change in an interface so it's a good reason >>> to rename the driver at that point right? >>> Oherwise users of an old kernel would expect a stacked driver >>> and get a loopback instead. >>> >>> Or did I miss something? >> >> My understanding is that it was a sample driver in /doc. It should not be >> used in production environment. Otherwise we need to...
2019 Nov 07
2
[PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
On Wed, Nov 06, 2019 at 09:35:31PM +0800, Jason Wang wrote: > This sample driver creates mdev device that simulate virtio net device > over virtio mdev transport. The device is implemented through vringh > and workqueue. A device specific dma ops is to make sure HVA is used > directly as the IOVA. This should be sufficient for kernel virtio > driver to work. > > Only
2019 Nov 07
2
[PATCH V10 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
On Wed, Nov 06, 2019 at 09:35:31PM +0800, Jason Wang wrote: > This sample driver creates mdev device that simulate virtio net device > over virtio mdev transport. The device is implemented through vringh > and workqueue. A device specific dma ops is to make sure HVA is used > directly as the IOVA. This should be sufficient for kernel virtio > driver to work. > > Only