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 DA9BCA00C4; Fri, 1 Jul 2022 18:29:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B91EB40A7D; Fri, 1 Jul 2022 18:29:40 +0200 (CEST) Received: from mail-pj1-f43.google.com (mail-pj1-f43.google.com [209.85.216.43]) by mails.dpdk.org (Postfix) with ESMTP id 91FB240A7B for ; Fri, 1 Jul 2022 18:29:39 +0200 (CEST) Received: by mail-pj1-f43.google.com with SMTP id h9-20020a17090a648900b001ecb8596e43so3156886pjj.5 for ; Fri, 01 Jul 2022 09:29:39 -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=cxM/aOFvscvinCfxizn+xj1278yW9ryyDxehtIWJC6M=; b=Cpa6D6p9iuR94bn9ZDqFXFqr864pePAR81CcR4sBFLnglUa5RHXfG3YBz/MIcBIYaV nFpZrX19xVZKf3R4CMynbawUwUlQKKf6P3uVDciFHltReNDc8GXexMJMBPImW6vazeGY CiA20hucYWEkEmNcF+bDmDwkdTpUemdFVhB804eqFrulQ+MmAUm/IVAcmOaBo7wTExcz Ww2T+NbTkBAtB5prceGO0Zr72bqF3FKKZZ2VPYv66mDrFd+eU437Hkva87OVTFQ3/nRm 0KRtnNocSn8uTjISe10FsNPZPwnShp2MVQY5mdkLPPsrDF57xzeS++oNAtkfGos5J9/A 7FBA== 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=cxM/aOFvscvinCfxizn+xj1278yW9ryyDxehtIWJC6M=; b=ENPQgloCX2DoeWEA8Q0Bd8Z2TN3lkpyC4SkiqwuIvbgx/33Ugq7Bc/ZpWw9tmiJFoF 5bnaom+KMQEJT/OdWyBn4kapxE9zrPZgcFxE+XUptV8fSW3UWpqUP3npuLidLEwENPz9 egJNZ+Za5AQfwH0zYZxlAF5sUyS12EZjGN+VblLM6BeAWNJfTaSkRqpgy1wQ5nD1G4fM YM4/u6Xz8797275UUA1f/6gcfCLDt4svVkEy1/0Z2D2rxNlgvIub/ADjX+wTxuKuTVs7 hUCeQ7eUuWAbIF15c5PUlPo12rlL0LpjheVQU4fEtUPI0hdwVOE+DeuUCpi07Oo7TqBf tAAA== X-Gm-Message-State: AJIora/osc9seTJmMnuc+Vp5+eiwAdZpljs8jEbE+A0qB2SlBN+Q6g2d oKTyk2Drb0xTaDs06gteAdGsZQ== X-Google-Smtp-Source: AGRyM1tNI5dMJK0RHwQj93SZlfRhjtd646Ib6C5RWwqK6cSw+VY84XmZwO1UUU/X+gZrR9L1dOzQ/A== X-Received: by 2002:a17:90a:2bcc:b0:1ed:38d8:1413 with SMTP id n12-20020a17090a2bcc00b001ed38d81413mr17582592pje.75.1656692978515; Fri, 01 Jul 2022 09:29:38 -0700 (PDT) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id d21-20020a17090abf9500b001ec9b7efec2sm6851988pjs.5.2022.07.01.09.29.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Jul 2022 09:29:37 -0700 (PDT) Date: Fri, 1 Jul 2022 09:29:35 -0700 From: Stephen Hemminger To: longli@linuxonhyperv.com Cc: longli@microsoft.com, Ferruh Yigit , dev@dpdk.org, Ajay Sharma , Stephen Hemminger Subject: Re: [PATCH 01/17] net/mana: add basic driver, build environment and doc Message-ID: <20220701092935.24720ba0@hermes.local> In-Reply-To: <1656666167-26035-2-git-send-email-longli@linuxonhyperv.com> References: <1656666167-26035-1-git-send-email-longli@linuxonhyperv.com> <1656666167-26035-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, 1 Jul 2022 02:02:31 -0700 longli@linuxonhyperv.com wrote: > diff --git a/doc/guides/nics/features/mana.ini b/doc/guides/nics/features/mana.ini > new file mode 100644 > index 0000000000..9d8676089b > --- /dev/null > +++ b/doc/guides/nics/features/mana.ini > @@ -0,0 +1,10 @@ > +; > +; Supported features of the 'cnxk' network poll mode driver. Looks like cut/paste error! > +; > +; Refer to default.ini for the full list of available PMD features. > +; > +[Features] > +Linux = Y > +Multiprocess aware = Y > +Usage doc = Y > +x86-64 = Y