Re: [PATCH 1/7] iommu: refactoring of deferred flush entries

2016-04-11 Thread Benjamin Serebrin via iommu
Reviewed-by: sereb...@google.com Looks good! On Mon, Dec 28, 2015 at 8:15 AM, Adam Morrison wrote: > From: Omer Peleg > > Currently, deferred flushes' info is striped between several lists in > the flush tables. Instead, move all information about a specific flush > to a single entry in this ta

[PATCH 1/7] iommu: refactoring of deferred flush entries

2015-12-28 Thread Adam Morrison
From: Omer Peleg Currently, deferred flushes' info is striped between several lists in the flush tables. Instead, move all information about a specific flush to a single entry in this table. This patch does not introduce any functional change. Signed-off-by: Omer Peleg [m...@cs.technion.ac.il: