From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4E7FC433B4 for ; Fri, 9 Apr 2021 14:37:14 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 472EF61006 for ; Fri, 9 Apr 2021 14:37:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 472EF61006 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7256D14104F; Fri, 9 Apr 2021 16:37:13 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 34F034014D for ; Fri, 9 Apr 2021 16:37:12 +0200 (CEST) IronPort-SDR: hpbaSVBYkeso9/WlomSk6a9XSQZY7xgktH7Ck12h73QpD7h46ajwSgfnGCyuSQiJIbUyHgVRCA 4BfTiM3H8euw== X-IronPort-AV: E=McAfee;i="6000,8403,9949"; a="173855931" X-IronPort-AV: E=Sophos;i="5.82,209,1613462400"; d="scan'208";a="173855931" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2021 07:37:11 -0700 IronPort-SDR: NDlsBgcMk6jjK4xs0970PK6HkREcp00MfCuvN71eDyo8Rz++M85Xz7dPBQW2gqOCZecuahg33Q PndnRJa2KqxA== X-IronPort-AV: E=Sophos;i="5.82,209,1613462400"; d="scan'208";a="422752506" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.203.45]) ([10.213.203.45]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2021 07:37:10 -0700 To: Jiawen Wu , dev@dpdk.org References: <20210406093048.2923172-1-jiawenwu@trustnetic.com> <20210406093048.2923172-2-jiawenwu@trustnetic.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Fri, 9 Apr 2021 15:37:06 +0100 MIME-Version: 1.0 In-Reply-To: <20210406093048.2923172-2-jiawenwu@trustnetic.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v4 1/6] net/ngbe: add build and doc infrastructure 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 Sender: "dev" On 4/6/2021 10:30 AM, Jiawen Wu wrote: > Adding bare minimum PMD library and doc build infrastructure > and claim the maintainership for ngbe PMD. > > Signed-off-by: Jiawen Wu <...> > diff --git a/doc/guides/nics/ngbe.rst b/doc/guides/nics/ngbe.rst > new file mode 100644 > index 000000000..007d8e80e > --- /dev/null > +++ b/doc/guides/nics/ngbe.rst > @@ -0,0 +1,28 @@ > +.. SPDX-License-Identifier: BSD-3-Clause > + Copyright(c) 2018-2020. You may want to add who is the copyright owner, like "Intel Corporation" part in Copyright(c) 2017-2019 Intel Corporation I recognized same is missing in txgbe too, can you fix that too please? > + > +NGBE Poll Mode Driver > +====================== > + > +The NGBE PMD (librte_pmd_ngbe) provides poll mode driver support > +for Wangxun 1 Gigabit Ethernet NICs. > + > +Prerequisites > +------------- > + > +- Learning about Wangxun 10 Gigabit Ethernet NICs using "10 Gigabit" or "1 Gigabit"? > + ``_. > + What is the relation between netswift/WebEx/Wangxun ?