From mboxrd@z Thu Jan 1 00:00:00 1970 From: Halil Pasic Subject: Re: [PATCH v5 4/8] s390/airq: use DMA memory for adapter interrupts Date: Wed, 12 Jun 2019 17:11:05 +0200 Message-ID: <20190612171105.230b976d.pasic@linux.ibm.com> References: <20190612111236.99538-1-pasic@linux.ibm.com> <20190612111236.99538-5-pasic@linux.ibm.com> <20190612163501.45a050b0.cohuck@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190612163501.45a050b0.cohuck@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Cornelia Huck Cc: Vasily Gorbik , linux-s390@vger.kernel.org, Thomas Huth , Claudio Imbrenda , kvm@vger.kernel.org, Sebastian Ott , "Michael S. Tsirkin" , Farhan Ali , Heiko Carstens , Eric Farman , virtualization@lists.linux-foundation.org, Christoph Hellwig , Christian Borntraeger , "Jason J. Herne" , Michael Mueller , Viktor Mihajlovski , Janosch Frank List-Id: virtualization@lists.linuxfoundation.org On Wed, 12 Jun 2019 16:35:01 +0200 Cornelia Huck wrote: > On Wed, 12 Jun 2019 13:12:32 +0200 > Halil Pasic wrote: [..] > > --- a/drivers/s390/cio/css.c > > +++ b/drivers/s390/cio/css.c > > @@ -1184,6 +1184,7 @@ static int __init css_bus_init(void) > > ret = cio_dma_pool_init(); > > if (ret) > > goto out_unregister_pmn; > > + airq_init(); > > Ignoring the return code here does not really hurt right now, but we > probably want to change that if we want to consider failures in css > initialization to be fatal. > Right. I think that would even simplify the code a bit (no rollback). > > css_init_done = 1; > > > > /* Enable default isc for I/O subchannels. */ > > On the whole, not really anything that needs changes right now, so have > a > > Reviewed-by: Cornelia Huck > Thank you so much! Regards, Halil