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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 791F2C433EF for ; Thu, 24 Mar 2022 17:48:03 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D960D10E1C6; Thu, 24 Mar 2022 17:48:02 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 27F3010E193; Thu, 24 Mar 2022 17:48:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648144081; x=1679680081; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=7b/P9CI6Cj1okKrx48TjRrQxPWAiQ7AH90bnOyzoVt4=; b=j51aMbGPODFogmhmnQufm4fucxJJ65uaZwxd4cFanNE3mlqtZcX02KFA TYabIbg0gDJUzb7xK1LMXDBdedvl2tgMZRfFAW3HQ7i7yfRuJolIxyK3V 3pG30fqZ3hBNv3wtzjcfdEQuyl4mteMxp5YyAqLart3qhjmkLdQy5Hib4 t31SEyYCNBQDNJV7n7tMne7kes6p3ZwyTOMEMfr6MnDGvC4c6SDyM58Os 7sVyqjjgQ739pLSx/RKUpmi2ohHk+YmRhEzpAhCPjUcJPGm15VyLemo/T x1AqIdp5EjPbOX2t9fJ3z7G7GRCJ1rqCCcizLy6MrvqFaGUmcaaNp8D1i g==; X-IronPort-AV: E=McAfee;i="6200,9189,10296"; a="258156570" X-IronPort-AV: E=Sophos;i="5.90,208,1643702400"; d="scan'208";a="258156570" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2022 10:48:00 -0700 X-IronPort-AV: E=Sophos;i="5.90,208,1643702400"; d="scan'208";a="647956277" Received: from adixit-mobl1.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.252.135.167]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2022 10:48:00 -0700 Date: Thu, 24 Mar 2022 10:47:59 -0700 Message-ID: <8735j75jjk.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Matthew Auld In-Reply-To: <20220324142621.347452-4-matthew.auld@intel.com> References: <20220324142621.347452-1-matthew.auld@intel.com> <20220324142621.347452-4-matthew.auld@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [Intel-gfx] [igt-dev] [PATCH i-g-t 3/4] tests/gem_lmem_swapping: limit lmem to 4G X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, Thomas =?ISO-8859-1?Q?Hellstr=F6m?= , intel-gfx@lists.freedesktop.org, CQ Tang Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, 24 Mar 2022 07:26:20 -0700, Matthew Auld wrote: > > @@ -554,6 +560,7 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) > igt_fixture { > free(regions); > close(i915); > + igt_i915_driver_unload(); I thought we'd reload the module with default params here but when the next test runs the module gets loaded automatically so maybe this is ok?