From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id ED40989B67 for ; Tue, 17 Aug 2021 00:25:48 +0000 (UTC) Date: Mon, 16 Aug 2021 17:25:46 -0700 Message-ID: <87tujozzlh.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20210816115626.22759-2-zbigniew.kempczynski@intel.com> References: <20210816115626.22759-1-zbigniew.kempczynski@intel.com> <20210816115626.22759-2-zbigniew.kempczynski@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Subject: Re: [igt-dev] [PATCH i-g-t 1/5] tests/gem_exec_capture: Remove unnecessary multiprocess stop() call List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Zbigniew =?ISO-8859-2?Q?Kempczy=F1ski?= Cc: igt-dev@lists.freedesktop.org, Petri Latvala List-ID: On Mon, 16 Aug 2021 04:56:22 -0700, Zbigniew Kempczy=F1ski wrote: > > I've incidentally missed this during review and line calling > intel_allocator_multiprocess_stop() left before merge. > > Remove this as source of confusion - for igt_fork() we can use > standalone allocator within child for some cases (reopen driver > or work within new created context). Reviewed-by: Ashutosh Dixit