OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [virtio-dev] Memory sharing device


  Hi,

> > Note:  I think using a pci memory bar (aka host memory mapped into the
> > guest) as backing storage for dma-bufs isn't going to work.
> 
> (Not knowing dma-bufs) but could you explain why?

Many places in the linux kernel assume dma-bufs are built out of normal
ram pages (i.e. something backed by struct page).  Which is not the case
for pci memory bars which are typically ioremapped() (completely or in
chunks) to access them.

cheers,
  Gerd



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]