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 3EAEA4265D; Thu, 28 Sep 2023 09:36:55 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6AB2840A6D; Thu, 28 Sep 2023 09:36:37 +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 A3026402DE for ; Thu, 28 Sep 2023 09:36:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1695886591; 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=nI6CiZh6x1LEfCuynoVd8tPbOLYT2neOAdugxv12FM8=; b=bodp9hk37IfjLKA0KqG5TOW8ycRxD13RZmPqhIWWgQmE5rRxC2Az4lVOlOuxIdn5Bo5LiX udqr/Jcnju7tcslMIxZVMu7I+ZuqtkatNJSn7K4e168a1ofzPcHjf9O+Yre4if6V549hcO hz9y68Tvsi7iSKuRreyDEzsSN1LW6OU= Received: from mail-lj1-f200.google.com (mail-lj1-f200.google.com [209.85.208.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-557-LYyteh5HPC6Oc7kKg9KOkw-1; Thu, 28 Sep 2023 03:36:29 -0400 X-MC-Unique: LYyteh5HPC6Oc7kKg9KOkw-1 Received: by mail-lj1-f200.google.com with SMTP id 38308e7fff4ca-2bfe60dfbc3so187930461fa.3 for ; Thu, 28 Sep 2023 00:36:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695886588; x=1696491388; 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=nI6CiZh6x1LEfCuynoVd8tPbOLYT2neOAdugxv12FM8=; b=YPIhTPGO/aKrkDFQTuofmWwcXjT04N+a1It6BvyKk4H0caX+z2CQdO9Ac1OjacTX78 EB5LfuSQIK074QyqMyt9uZqobatbPv+/NrU31+n5hUWZ8A/zFAmdUL7C9mj3raGnL9fA Y7RLdRqrLlGHZURACp2CrGap52tjEmAHGiUuwCuai9d1OAG8CQ0DgX5DoeYFz9z+TM+P YiAnUAVxxzKHE0e/ASHRpaojloAwTXEVwhUeV9eDe27MAYwnCPh1P0xahzBqvsE1lJgD ZWo1ncItrxf6gpZsMZNc++weTQ7sbyrRRFBkB4rz6wyIQtBLkfufiAxlyqCoDoFygB3B SCXw== X-Gm-Message-State: AOJu0Yy7Gd6CtRDKJ4sUta8woftKY6AaURIAxiJcxhmWZ+WFSxPjhX7T 8YhuDsmBPeCfYizsg2e2EZW47jLBGEM44aJdAbbtODQ8GRrYOn0tTGrb1j5UWqH/WfPePj/6Twn jc/tWSvDkdtifvgra2Sk= X-Received: by 2002:a2e:9115:0:b0:2bf:6852:9339 with SMTP id m21-20020a2e9115000000b002bf68529339mr421662ljg.3.1695886588512; Thu, 28 Sep 2023 00:36:28 -0700 (PDT) X-Google-Smtp-Source: AGHT+IE7hmyYpTJqXJvYDgX1upyKSwEA6zEUILIf9J2TDrnMSDjwtgMDx511yo/ZQ5RqmlWeQek0VOK1LMVJz/0aR8k= X-Received: by 2002:a2e:9115:0:b0:2bf:6852:9339 with SMTP id m21-20020a2e9115000000b002bf68529339mr421641ljg.3.1695886588214; Thu, 28 Sep 2023 00:36:28 -0700 (PDT) MIME-Version: 1.0 References: <20230921204349.3285318-1-nicolas.chautru@intel.com> <20230921204349.3285318-7-nicolas.chautru@intel.com> In-Reply-To: From: David Marchand Date: Thu, 28 Sep 2023 09:36:16 +0200 Message-ID: Subject: Re: [PATCH v2 6/7] baseband/acc: introduce the new VRB2 variant To: "Chautru, Nicolas" Cc: Maxime Coquelin , "dev@dpdk.org" , "hemant.agrawal@nxp.com" , "Vargas, Hernan" 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 Thu, Sep 28, 2023 at 1:46=E2=80=AFAM Chautru, Nicolas wrote: > > > +Bind PF UIO driver(s) > > > +~~~~~~~~~~~~~~~~~~~~~ > > > > > > > Please document with VFIO instead of IGB_UIO, which is being deprecated= . > > There are still some deployment with igb_uio, so keeping for a bit. Then = we can remove in all documentations. igb_uio has been removed 3 years ago and is (barely) maintained. This "deployment" (considering we are talking about new hardware installed probably on a brand new platform, I am a bit surprised to read this) should really switch to in-tree drivers. On the form of this doc, let me remind that there is a common doc (see _linux_gsg_binding_kernel) and this must be preferred rather than copy/paste those blocks about device binding. Thanks. --=20 David Marchand