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 4C583A0540; Wed, 6 Jul 2022 17:09:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA70E40687; Wed, 6 Jul 2022 17:09:45 +0200 (CEST) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mails.dpdk.org (Postfix) with ESMTP id 3902840156 for ; Wed, 6 Jul 2022 17:09:44 +0200 (CEST) Received: by mail-pl1-f174.google.com with SMTP id z1so8094807plb.1 for ; Wed, 06 Jul 2022 08:09:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Zr1vQlY3t+s0FbOw8QwknvFqFhE0Myxp5+Uq9Lz/bVk=; b=QSV5htnoKk3HWfTH7xaFoQwkGeLenO0XjWp2vv4vTS4W94HEa6RcyU2QGFm55ZPFiL PkO4x2sePHq3lcdGFgIPENjcmls/w6o098iVoXJ6vyHGGEYAA0dhuSSKNDL9awY8yzrv C54QgXgV+pUKPXSBvCi4hY1aSBc6ag0HMK4flTmH1IX/hRlEh+TfXFSsJkAqMc+OXQ9V M4V9aIkZJ/Zbwdnb/r0CfMt3nXIfxaNbKvy/VzdoFIjwqELTgi3siRctle3rzRoMZ+w+ DiNZMu4oWroEM+CfZ3ieaMESjqRwQ3aC8x1bOjMDiwtIrjqJzWYJg+U3m9bxGIAYz9Q4 Gk6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Zr1vQlY3t+s0FbOw8QwknvFqFhE0Myxp5+Uq9Lz/bVk=; b=xb15kqRsY5HZnxyjCUcZFlI2fs0PEIEL5oh8Jsffjbhw2YfJWodgSM0VH38SGZCfrE 4j8xbMjnNmaKvcpcmkhxOhRvjJRxjGBmA+yIFt4IO4sPzD8bNSM9M+nX+cyUBq5PZCAa 60bGJAF0/A3rjtFb4iVHbqL7kNhRX5tHel6SRxSzxiFqixBU/MweLMZEa2eTdYCm8Ddo pDgQt+J7BRQf+FGzbeP2jDJFU2kRkFu9UiBC96hAyV2rABeou1Cs/CUOrjI0mNcev7Tc f29p8OrwLzhuCRHHCIYJf1u7yTkcdWWcsb/AbK3seIx7Ys8DmQuuHocpKRsEHjxhoqvN fVRg== X-Gm-Message-State: AJIora+hvZB6TJb1lyG1D0hUCkHzwwrutLxtKyelOe13pZI30bOYn6YO mjLz5ALG4P+aQGJKTttNM5wvhQ== X-Google-Smtp-Source: AGRyM1uH4KMEZE+yZHt7mIXRuEpNBmpokZ1Eef85x2agSLZ6hDmaAecACiRL4gTtcpdGxqwhOLGnEQ== X-Received: by 2002:a17:902:e94c:b0:16b:fe90:2f65 with SMTP id b12-20020a170902e94c00b0016bfe902f65mr5495868pll.111.1657120183390; Wed, 06 Jul 2022 08:09:43 -0700 (PDT) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id h10-20020a17090a604a00b001ec9dce6f10sm14900611pjm.38.2022.07.06.08.09.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Jul 2022 08:09:43 -0700 (PDT) Date: Wed, 6 Jul 2022 08:09:40 -0700 From: Stephen Hemminger To: longli@linuxonhyperv.com Cc: longli@microsoft.com, Ferruh Yigit , dev@dpdk.org, Ajay Sharma , Stephen Hemminger Subject: Re: [Patch v2 01/17] net/mana: add basic driver, build environment and doc Message-ID: <20220706080940.30299e2f@hermes.local> In-Reply-To: <1657067328-18374-2-git-send-email-longli@linuxonhyperv.com> References: <1657067328-18374-1-git-send-email-longli@linuxonhyperv.com> <1657067328-18374-2-git-send-email-longli@linuxonhyperv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Tue, 5 Jul 2022 17:28:32 -0700 longli@linuxonhyperv.com wrote: > +Prerequisites > +------------- > + > +This driver relies on external libraries and kernel drivers for resources > +allocations and initialization. The following dependencies are not part of > +DPDK and must be installed separately: > + > +- **libibverbs** (provided by rdma-core package) > + Is there a version dependency on rdma-core? Is that version dependency listed somewhere?