From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B230C433FE for ; Tue, 22 Nov 2022 10:18:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233520AbiKVKSF (ORCPT ); Tue, 22 Nov 2022 05:18:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43724 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233557AbiKVKRS (ORCPT ); Tue, 22 Nov 2022 05:17:18 -0500 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5737E53EE8 for ; Tue, 22 Nov 2022 02:17:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669112238; x=1700648238; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=3jzg7bKKnakU7us6XsVDQksWDT1sF43EgdOAxv66/ks=; b=hrhV6uvx5VT0fa8PqAa0zAA22tABrQ+NgviqOT8f6Pygy0QuoiypKgao Zo0/26iSZjQLfXLzVMOTBcZ104IHcEa9unYqOgmf/MRH45ekSO6+42lAV MRhIVI2GDdP0VFLqRcTKMhkE26+oXzwzRYdEUmh2nJIAUxsGGzK9kMKU9 DUvOKinqYDSU1oSAU6yTBCn1Z2R6w8aoy4z/1Bxo4sf4kme2fXHxjUeK1 es9TldyCifsCxDGDhlHCpdIx9OEBXM8aSwLfKfBd1kUqAWU6yUgNpNwvI vVktaEinKQJLeCPBeIGGRxeWbh4+A08SUi9BuA0LYC9XTDGUlMEwDq5kU Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="294172955" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="294172955" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 02:17:18 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="704916098" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="704916098" Received: from jlawryno-mobl.ger.corp.intel.com (HELO [172.22.245.138]) ([172.22.245.138]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 02:17:14 -0800 Message-ID: Date: Tue, 22 Nov 2022 11:17:12 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: [PATCH v4 0/4] new subsystem for compute accelerator devices Content-Language: en-US To: Oded Gabbay , David Airlie , Daniel Vetter , Greg Kroah-Hartman Cc: Tvrtko Ursulin , Jeffrey Hugo , Jason Gunthorpe , Arnd Bergmann , Jiho Chu , John Hubbard , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Christoph Hellwig , Christopher Friedt , Thomas Zimmermann , Kevin Hilman , Alex Deucher , Yuji Ishikawa , Maciej Kwapulinski , Jagan Teki References: <20221119204435.97113-1-ogabbay@kernel.org> From: Jacek Lawrynowicz Organization: Intel Technology Poland sp. z o.o. - ul. Slowackiego 173, 80-298 Gdansk - KRS 101882 - NIP 957-07-52-316 In-Reply-To: <20221119204435.97113-1-ogabbay@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 11/19/2022 9:44 PM, Oded Gabbay wrote: > This is the fourth (and hopefully last) version of the patch-set to add the > new subsystem for compute accelerators. I removed the RFC headline as > I believe it is now ready for merging. Looks good and works without issues. I will rebase next version of Intel VPU patchest on top of this. Acked-by: Jacek Lawrynowicz Tested-by: Jacek Lawrynowicz Regards, Jacek