From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0E07569FE for ; Wed, 6 Jul 2016 12:29:33 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 06 Jul 2016 03:29:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,318,1464678000"; d="scan'208";a="1016488878" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 06 Jul 2016 03:29:33 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u66ATVi1023919; Wed, 6 Jul 2016 11:29:31 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id u66ATV22021177; Wed, 6 Jul 2016 11:29:31 +0100 Received: (from istokes@localhost) by sivswdev01.ir.intel.com with id u66ATVC8021173; Wed, 6 Jul 2016 11:29:31 +0100 From: Ian Stokes To: dev@dpdk.org Cc: Ian Stokes Date: Wed, 6 Jul 2016 11:29:31 +0100 Message-Id: <1467800971-21140-1-git-send-email-ian.stokes@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH v2] doc: update GSG for i40e firmware version. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2016 10:29:34 -0000 Update the 'High Performance of Small Packets on 40G NIC' section of the GSG as the firmware version referenced for a NIC using the i40e driver was firmware version 4.2.5 which is no longer validated. Instruct users to consult release notes for current validated firmware versions. Signed-off-by: Ian Stokes --- v1 -> v2 Specificy GSG in commit subject line. Sepcify section in GSG that is updated in commit body. Remove references to FVL in GSG, replace with 'NIC using i40e driver'. --- doc/guides/linux_gsg/enable_func.rst | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/doc/guides/linux_gsg/enable_func.rst b/doc/guides/linux_gsg/enable_func.rst index ec0e04d..6005932 100644 --- a/doc/guides/linux_gsg/enable_func.rst +++ b/doc/guides/linux_gsg/enable_func.rst @@ -183,8 +183,7 @@ High Performance of Small Packets on 40G NIC As there might be firmware fixes for performance enhancement in latest version of firmware image, the firmware update might be needed for getting high performance. Check with the local Intel's Network Division application engineers for firmware updates. -The base driver to support firmware version of FVL3E will be integrated in the next -DPDK release, so currently the validated firmware version is 4.2.6. +Users should consult the release notes specific to a DPDK release to identify the validated firmware version for a NIC using the i40e driver. Use 16 Bytes RX Descriptor Size ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 1.7.4.1