From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id CF144A05D3 for ; Sun, 28 Apr 2019 04:09:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9D64A5A44; Sun, 28 Apr 2019 04:09:56 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C29C35A44 for ; Sun, 28 Apr 2019 04:09:54 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Apr 2019 19:09:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,403,1549958400"; d="scan'208";a="319610709" Received: from dipei-st-npg.sh.intel.com ([10.67.110.220]) by orsmga005.jf.intel.com with ESMTP; 27 Apr 2019 19:09:52 -0700 From: Andy Pei To: web@dpdk.org Cc: rosen.xu@intel.com Date: Sun, 28 Apr 2019 10:04:37 +0800 Message-Id: <1556417077-62556-1-git-send-email-andy.pei@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-web] [PATCH v2] add ipn3ke supported NICs X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Sender: "web" ipn3ke PMD is introduced in DPDK 19.05, corresponding commit in upstream is: c01c748e4ae6 ("net/ipn3ke: add new driver"). Signed-off-by: Andy Pei --- content/supported/nics/intel.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/supported/nics/intel.md b/content/supported/nics/intel.md index 46c75ca..836e0bf 100644 --- a/content/supported/nics/intel.md +++ b/content/supported/nics/intel.md @@ -1,6 +1,6 @@ +++ title = "Intel" -description = "e1000, ixgbe, i40e, ice, fm10k" +description = "e1000, ixgbe, i40e, ice, fm10k, ipn3ke" hidden = true +++ @@ -11,6 +11,7 @@ hidden = true - [i40e](http://doc.dpdk.org/guides/nics/i40e.html) (X710, XL710, X722, XXV710) - [ice](http://doc.dpdk.org/guides/nics/ice.html) (E810) - [fm10k](http://doc.dpdk.org/guides/nics/fm10k.html) (FM10420) +- [ipn3ke](http://doc.dpdk.org/guides/nics/ipn3ke.html) (PAC N3000) {{% notice note %}} Note: The drivers e1000 and e1000e are also called em. The drivers em and igb are sometimes grouped in e1000 family. -- 1.8.3.1