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 B1AC6C4332F for ; Fri, 22 Apr 2022 12:20:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1447371AbiDVMXG (ORCPT ); Fri, 22 Apr 2022 08:23:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1447508AbiDVMW7 (ORCPT ); Fri, 22 Apr 2022 08:22:59 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 15205DED9 for ; Fri, 22 Apr 2022 05:20:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=ur/6ta9Iw9bxRMlZt+hvIOUDYWZduFBQUiH0mLU7qSU=; b=c30keb6HOw79gCSMJzNttvTcxU r7jaFsqdWcsnDxtttN5je79ekda+VUpN7IAKpcbV4mu6i7w9nYpTPUkR45cM6H/mEH6jcb6doX50h dln5oQ5MzFPplsVabJDu8DMKcQ/mtiP0yQs1OAVgn13E3ggS8rkfCFw6WyxoIaLPeFvk=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nhsGR-00GyEV-0Z; Fri, 22 Apr 2022 14:19:55 +0200 Date: Fri, 22 Apr 2022 14:19:54 +0200 From: Andrew Lunn To: Nathan Rossi Cc: Marc Zyngier , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Nathan Rossi , Gregory Clement , Sebastian Hesselbarth , Thomas Gleixner Subject: Re: [PATCH] irqchip/armada-370-xp: Enable MSI affinity configuration Message-ID: References: <20220421015728.86912-1-nathan@nathanrossi.com> <87mtgfgx7d.wl-maz@kernel.org> <87fsm6ahnh.wl-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > If you have a PCIe device that you can use with the 370 rd. Sorry, nothing on its bus. The only device i have which might make sense testing is a WRT1900ac. That has an Armada XP dual core. I could try building a UP kernel for it, but i guess you have tried that already with your machine in order to test a UP setup? Andrew