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 F1D29A054A; Tue, 6 Sep 2022 17:00:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 97CD640143; Tue, 6 Sep 2022 17:00:28 +0200 (CEST) Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by mails.dpdk.org (Postfix) with ESMTP id B974C400D6 for ; Tue, 6 Sep 2022 17:00:26 +0200 (CEST) Received: by mail-pg1-f178.google.com with SMTP id 78so10850960pgb.13 for ; Tue, 06 Sep 2022 08:00:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date; bh=wqGw31v/6O+8EEExpVsyVxZr10sr9gFJnLaVjTUO4FU=; b=eOJUIzxrVovq93rSR96tLpru8FNjsWueGpaRTmb8rCLg2uAErlcJBH7FFrYJUAQnA1 OnCJYgPAbyPJ3zfwtpVFS2ZgNn8yYm36Yos2EmcaM/exRG1j3Z2u3TMq13LB61fMSuct LR4fwnHBCQL7uDijyh7YQ8RptSGXmcz3U/b9mGRYxM1Oixa+evDud48Yudsrbsxc4NQ4 PhW4Nz+RSChlAwWWoO6HgUNBWdAXzW7x7eRavzoKG/BaaLGgkTlkscrCBFzNXtU9T+TY QgU8dJaKdeH9tZf6NV/lEK9KoHHN1FL8F21VrKoJ3RPz0K0ZL8pcjK4DQ1BOJlbIjj1Y PyAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date; bh=wqGw31v/6O+8EEExpVsyVxZr10sr9gFJnLaVjTUO4FU=; b=TQkp+1gFYbGYG2ZzrDYcDoMrNI3KPlmcWV8UEFD552c28NP5IS7qakTM+9GOrXIZAU FFpUYhrScMWZl8pE6vWN5yh3je43bOETc3pB5ZPuspUOJZ0gvEpOfPcS56n5AEcgt/3Y TENyfvviCuSv1YHea/FheMwZlRtrK/bW8Qtxw/nykcqKU8ekKM5rkgbzpIUEC6dQiVRd UqcUK7rca0a52vY42EQiNRX3vjivI2eLYf0czxnA4UhJVyxli28+nK+OElhPwUlTLZB/ rLbbTfwcYzIrOdDKOFeyNL680n7u0xq4xBdBCwNhWep1EWHLMTzFrEupxyHb+28N3yhS hqEA== X-Gm-Message-State: ACgBeo0tJf5aWa1ljCt0fELPLT6HuD/Wz2SQjaJydGvTLBqvW6LnJghV NUPkPpRMtwa5hVnA2A4wvXU3OQ== X-Google-Smtp-Source: AA6agR5SjVM8X+aS29IB+Qm7VQeB68KfIPKOcwuQGiuZtQKSRvyMal4eG2MvT499+tv9HJE5YWBtIQ== X-Received: by 2002:a63:1a46:0:b0:42c:414a:95ee with SMTP id a6-20020a631a46000000b0042c414a95eemr34310892pgm.386.1662476425817; Tue, 06 Sep 2022 08:00:25 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id a6-20020a170902900600b001769206a766sm6850630plp.307.2022.09.06.08.00.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Sep 2022 08:00:25 -0700 (PDT) Date: Tue, 6 Sep 2022 08:00:23 -0700 From: Stephen Hemminger To: longli@linuxonhyperv.com Cc: longli@microsoft.com, Ferruh Yigit , dev@dpdk.org, Ajay Sharma , Stephen Hemminger Subject: Re: [Patch v7 01/18] net/mana: add basic driver, build environment and doc Message-ID: <20220906080023.4b0f8d13@hermes.local> In-Reply-To: <1662169260-4953-2-git-send-email-longli@linuxonhyperv.com> References: <1662169260-4953-1-git-send-email-longli@linuxonhyperv.com> <1662169260-4953-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 Fri, 2 Sep 2022 18:40:43 -0700 longli@linuxonhyperv.com wrote: > From: Long Li > > MANA is a PCI device. It uses IB verbs to access hardware through the > kernel RDMA layer. This patch introduces build environment and basic > device probe functions. > > Signed-off-by: Long Li > --- You should add a reference to minimal required version of rdma-core. Older versions won't work right.