Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755413AbdC3GAa (ORCPT ); Thu, 30 Mar 2017 02:00:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33420 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755264AbdC3GA2 (ORCPT ); Thu, 30 Mar 2017 02:00:28 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 45F8CC04B945 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jasowang@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 45F8CC04B945 Subject: Re: [PATCH 1/6] virtio: wrap find_vqs To: "Michael S. Tsirkin" , linux-kernel@vger.kernel.org References: <1490820507-8005-1-git-send-email-mst@redhat.com> <1490820507-8005-2-git-send-email-mst@redhat.com> Cc: John Fastabend , Arnd Bergmann , Greg Kroah-Hartman , Amit Shah , Gonglei , Herbert Xu , "David S. Miller" , David Airlie , Gerd Hoffmann , Dmitry Tarnyagin , Ohad Ben-Cohen , Bjorn Andersson , "James E.J. Bottomley" , "Martin K. Petersen" , Stefan Hajnoczi , virtualization@lists.linux-foundation.org, linux-crypto@vger.kernel.org, dri-devel@lists.freedesktop.org, netdev@vger.kernel.org, linux-remoteproc@vger.kernel.org, linux-scsi@vger.kernel.org, kvm@vger.kernel.org From: Jason Wang Message-ID: <72f533a2-482d-1956-b0fe-254e273e1818@redhat.com> Date: Thu, 30 Mar 2017 14:00:08 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490820507-8005-2-git-send-email-mst@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 30 Mar 2017 06:00:27 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 351 Lines: 13 On 2017年03月30日 04:48, Michael S. Tsirkin wrote: > We are going to add more parameters to find_vqs, let's wrap the call so > we don't need to tweak all drivers every time. > > Signed-off-by: Michael S. Tsirkin > --- A quick glance and it looks ok, but what the benefit of this series, is it required by other changes? Thanks