From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E4A6042C6E; Fri, 9 Jun 2023 15:20:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A54B40EDB; Fri, 9 Jun 2023 15:20:34 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 2CC4340A84 for ; Fri, 9 Jun 2023 15:20:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1686316832; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IgoiFEc0by2LD3w5sLzfCNtN5pzQe+FjMGtpSCDPgK4=; b=bAOxqt0lVIpdW1tgiVGeMdBvoVx27ZvaPmN1yzLxWRw6t/7tpcl98fJEaLTB0e3AUTGK2a Ek8GZ3QQA7CKY911YlB7KAOxhpz79VjzfNla6sLpKXealEGTDzX17PP+dF+avr+UOmvOK5 uQrEyNccP9u02UJgkAVB9PeN+qFJ/Os= Received: from mail-il1-f199.google.com (mail-il1-f199.google.com [209.85.166.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-653-U6EuPrqoMEuVwfV35Zxq5w-1; Fri, 09 Jun 2023 09:20:31 -0400 X-MC-Unique: U6EuPrqoMEuVwfV35Zxq5w-1 Received: by mail-il1-f199.google.com with SMTP id e9e14a558f8ab-33d5df1a8ddso17376735ab.2 for ; Fri, 09 Jun 2023 06:20:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686316831; x=1688908831; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=IgoiFEc0by2LD3w5sLzfCNtN5pzQe+FjMGtpSCDPgK4=; b=j4xFpfMVPmOcZmLWAuFrzgmdPyInbCWcgLuOW9ZvBElR0axToWi6Qj76NiN44tjDiV EHAjS9kS7aD6wx8aK4Tm5aYXZ+xtrV3AlMGbDWt+C9JL/Qzi7Bx8SM3+QQGmAs898uet RZgDZP86BALexc4CcF3tF7a7Fi10/tXS8FrpIxGKvgRmW1AS8LewhCpcMAgWLOYAUf08 7TNAclVpu33enB70tWHScn8NtyU94+Pg/AOiGBcD+WhXOYdN7YVZychhxLw0QhT2T8iq bVm/Zj9T6Y4Lqq0w07Kufl0R/H97mjU5NlwRv0pQCou+6qPyzblU7/cHjhMxQAniKyNj brpA== X-Gm-Message-State: AC+VfDyhvy0vLTaXJy56ocktYxqEV7RLOm21sufwgLL5DhiquA+yFhSC RIBol7rZU49osqZMr7tHSL0RBLGdDQpPUue3HQhHsFdNP/gKSqvtcdextK1kmr6muqjwWRlFO8w mMtqyylyo0CHVweMNwlU= X-Received: by 2002:a05:6e02:5c9:b0:33d:612c:90e with SMTP id l9-20020a056e0205c900b0033d612c090emr1620840ils.2.1686316830838; Fri, 09 Jun 2023 06:20:30 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ6aK+xOuZA40qqez9blKubqHBBz6UnuPBcEKOBi3KoleTBldJIDdnLmLPIumu7LilIx1AFRBnzMgNtCFhPomLc= X-Received: by 2002:a05:6e02:5c9:b0:33d:612c:90e with SMTP id l9-20020a056e0205c900b0033d612c090emr1620835ils.2.1686316830652; Fri, 09 Jun 2023 06:20:30 -0700 (PDT) MIME-Version: 1.0 References: <20230609111109.2877000-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Fri, 9 Jun 2023 15:20:19 +0200 Message-ID: Subject: Re: [PATCH] bus/cdx: silence bus scan when CDX is unavailable To: David Marchand Cc: "dev@dpdk.org" , "Agarwal, Nikhil" , "Yigit, Ferruh" , "Gupta, Nipun" X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Fri, Jun 9, 2023 at 1:14=E2=80=AFPM Gupta, Nipun w= rote: > > Absence of the CDX bus is not an error. > > > > Bugzilla ID: 1246 > > Fixes: 45ef232af515 ("bus/cdx: introduce AMD CDX bus") > > > > Signed-off-by: David Marchand > Acked-by: Nipun Gupta Applied. --=20 David Marchand