Re: [RFC V2] virtio: Add platform specific DMA API translation for virito devices

2018-06-06 Thread Christoph Hellwig
On Thu, May 31, 2018 at 08:43:58PM +0300, Michael S. Tsirkin wrote: > Pls work on a long term solution. Short term needs can be served by > enabling the iommu platform in qemu. So, I spent some time looking at converting virtio to dma ops overrides, and the current virtio spec, and the sad through

Re: [libvirt] [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net

2018-06-06 Thread Samudrala, Sridhar
On 6/6/2018 11:52 AM, Ján Tomko wrote: On Wed, Jun 06, 2018 at 11:17:36AM -0700, Samudrala, Sridhar wrote: On 6/4/2018 7:06 PM, Jason Wang wrote: On 2018年06月05日 09:41, Samudrala, Sridhar wrote: Ping on this patch now that the kernel patches are accepted into davem's net-next tree. https://

Re: [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net

2018-06-06 Thread Michael S. Tsirkin
On Wed, Jun 06, 2018 at 11:17:36AM -0700, Samudrala, Sridhar wrote: > On 6/4/2018 7:06 PM, Jason Wang wrote: > > > > > > On 2018年06月05日 09:41, Samudrala, Sridhar wrote: > > > Ping on this patch now that the kernel patches are accepted into > > > davem's net-next tree. > > > https://patchwork.ozla

Re: [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net

2018-06-06 Thread Samudrala, Sridhar
On 6/4/2018 7:06 PM, Jason Wang wrote: On 2018年06月05日 09:41, Samudrala, Sridhar wrote: Ping on this patch now that the kernel patches are accepted into davem's net-next tree. https://patchwork.ozlabs.org/cover/920005/ On 5/7/2018 4:09 PM, Sridhar Samudrala wrote: This feature bit can be use

Re: [PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations

2018-06-06 Thread hpa
On June 6, 2018 1:05:45 AM PDT, Sedat Dilek wrote: >Hi, > >when discovering 'gnu_inline', I found ... > >$ git grep -w __FORTIFY_INLINE >include/linux/string.h:#define __FORTIFY_INLINE extern __always_inline >__attribute__((gnu_inline)) >include/linux/string.h:__FORTIFY_INLINE char *strncpy(char

Re: [virtio-dev] Re: [PATCH v3] virtio_pci: support enabling VFs

2018-06-06 Thread Tiwei Bie
On Wed, Jun 06, 2018 at 05:27:07PM +0300, Michael S. Tsirkin wrote: > On Wed, Jun 06, 2018 at 10:19:43PM +0800, Tiwei Bie wrote: > > On Wed, Jun 06, 2018 at 03:44:11PM +0300, Michael S. Tsirkin wrote: > > > On Wed, Jun 06, 2018 at 08:11:54PM +0800, Tiwei Bie wrote: > > > > On Tue, Jun 05, 2018 at 0

Re: [virtio-dev] Re: [PATCH v3] virtio_pci: support enabling VFs

2018-06-06 Thread Michael S. Tsirkin
On Wed, Jun 06, 2018 at 10:19:43PM +0800, Tiwei Bie wrote: > On Wed, Jun 06, 2018 at 03:44:11PM +0300, Michael S. Tsirkin wrote: > > On Wed, Jun 06, 2018 at 08:11:54PM +0800, Tiwei Bie wrote: > > > On Tue, Jun 05, 2018 at 03:23:11PM +0300, Michael S. Tsirkin wrote: > > > > On Tue, Jun 05, 2018 at 0

Re: [virtio-dev] Re: [PATCH v3] virtio_pci: support enabling VFs

2018-06-06 Thread Tiwei Bie
On Wed, Jun 06, 2018 at 03:44:11PM +0300, Michael S. Tsirkin wrote: > On Wed, Jun 06, 2018 at 08:11:54PM +0800, Tiwei Bie wrote: > > On Tue, Jun 05, 2018 at 03:23:11PM +0300, Michael S. Tsirkin wrote: > > > On Tue, Jun 05, 2018 at 09:36:53AM +0800, Tiwei Bie wrote: > > > > On Mon, Jun 04, 2018 at 0

Re: [virtio-dev] Re: [PATCH v3] virtio_pci: support enabling VFs

2018-06-06 Thread Michael S. Tsirkin
On Wed, Jun 06, 2018 at 08:11:54PM +0800, Tiwei Bie wrote: > On Tue, Jun 05, 2018 at 03:23:11PM +0300, Michael S. Tsirkin wrote: > > On Tue, Jun 05, 2018 at 09:36:53AM +0800, Tiwei Bie wrote: > > > On Mon, Jun 04, 2018 at 07:32:25PM +0300, Michael S. Tsirkin wrote: > > > > On Fri, Jun 01, 2018 at 1

Re: [virtio-dev] Re: [PATCH v3] virtio_pci: support enabling VFs

2018-06-06 Thread Tiwei Bie
On Tue, Jun 05, 2018 at 03:23:11PM +0300, Michael S. Tsirkin wrote: > On Tue, Jun 05, 2018 at 09:36:53AM +0800, Tiwei Bie wrote: > > On Mon, Jun 04, 2018 at 07:32:25PM +0300, Michael S. Tsirkin wrote: > > > On Fri, Jun 01, 2018 at 12:02:39PM +0800, Tiwei Bie wrote: > > > > There is a new feature bi