From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from m16.mail.163.com (m16.mail.163.com [220.197.31.2]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 7B06F1C84DE for ; Fri, 14 Feb 2025 06:03:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.31.2 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739513005; cv=none; b=oBjzoVAX3nrCgaU/Gydi28r/hhU/zTAF2eniapupdrj2m4vXEi3kqi9FmljHoTTuRmW7eEvj4SNn8TkA5+rPBTcJOi/VJb3WN0X4odKHY3INIk48oR4Ds/t8aiQvDHTJ2OrbfhR0xuB0pP58v+F8arj2TloAgH/ZR5hOP4Sq8VA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739513005; c=relaxed/simple; bh=FW7Wn3LSFHK9BYXLpN+/Bk8+cLKzbsTyTU3TID3KZuo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Jy2eSq71cy2IapUHa/ZZvd90C8W6hk+oijKzmX3RFyURB5daLq11zAzOmx581vuiXUSMJKInvGRqRrS3XTJxDFUY5IRaiM4P5fpLyvwc+pzc2YZ1Aea4TkbfqYIagJ/FnWQITQF77JzN2aul7GWzkTH9xzRmpxOPYgaS06T+y/k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=163.com; spf=pass smtp.mailfrom=163.com; dkim=pass (1024-bit key) header.d=163.com header.i=@163.com header.b=mJPoNa8n; arc=none smtp.client-ip=220.197.31.2 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=163.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=163.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=163.com header.i=@163.com header.b="mJPoNa8n" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Message-ID:Date:MIME-Version:Subject:From: Content-Type; bh=Y3uy+jf6zj8vjb+odaDFqQkxCLEiZF/okq00bM/+Dcg=; b=mJPoNa8naCjHaIfQtTitgGjmgfzKiA4AcGkMqGM33oHpT1G/wH0uxV7b3L/3AP F7Aig8KkKQCT4l4e0l57SSmy12TlDmz9Ew+n4KW0xsKQ1yvee1f3ZQVpgPi/SY+K W+TGDpK5lXGrcAjDWoyP37YzOE6JhSoghyjOqP3xnEdQ0= Received: from [192.168.243.52] (unknown []) by gzga-smtp-mtada-g0-1 (Coremail) with SMTP id _____wAnb0bn265n+XP4Lg--.8986S2; Fri, 14 Feb 2025 14:00:09 +0800 (CST) Message-ID: <0ece2ad3-cd80-4339-a1ee-cf6f11810b20@163.com> Date: Fri, 14 Feb 2025 14:00:15 +0800 Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3] misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAX To: Frank Li , Niklas Cassel Cc: Manivannan Sadhasivam , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= , Kishon Vijay Abraham I , Arnd Bergmann , Greg Kroah-Hartman , Bjorn Helgaas , Jon Hunter , linux-pci@vger.kernel.org References: <20250213133913.17391-2-cassel@kernel.org> Content-Language: en-US From: Hans Zhang <18255117159@163.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CM-TRANSID:_____wAnb0bn265n+XP4Lg--.8986S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUYT5lUUUUU X-CM-SenderInfo: rpryjkyvrrlimvzbiqqrwthudrp/1tbiWwfyo2euFGFRoQABsA On 2025/2/13 23:58, Frank Li wrote: > On Thu, Feb 13, 2025 at 02:39:14PM +0100, Niklas Cassel wrote: >> Running 'pcitest -b 0' fails with "TEST FAILED" when the BAR0 size >> is e.g. 8 GB. > > pcitest is not exist now. Does it need update to pci_endpoint_test? > Hi Frank, Mani has modified the entire pci_endpoint_test test framework, BAR test is still required. So Niklas may need to modify the commit message. 392188bb0f6e ("selftests: pci_endpoint: Migrate to Kselftest framework") e19bde2269ca ("selftests: Move PCI Endpoint tests from tools/pci to Kselftests") Best regards Hans