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 C7C6FA0509 for ; Mon, 9 May 2022 10:03:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B4FA841156; Mon, 9 May 2022 10:03:11 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 4AB634068F; Mon, 9 May 2022 10:03:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652083389; x=1683619389; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=QRLOeDjRX9z4aQilEI6bYrr0Dg6q1wU9Md/k17iGBlE=; b=LtgJKMCGgoZCDM9ogw2mgR/Ug2BeFT2ojxEJQw9yhzjGLnRH+g0LVuRw BAKTblvUL5HNlq/2x3T27gXnD4eraO+tr2T14zlF5KBwrueXluT0uuAq2 sZmg88TcYh3ICL1ijK5CPxNWJQwDDbN3Je6ms2Jw40aGyvWDo9V+WVZ9P uLVo+OD2vV6YHkPzptPJQhJxy3SAz6uesg0drFtCOYZNsOIiQTKdgnJxY AqF4gcOaW0KZHc8aQIgmo33P+qUdCvij35y9RXBv98qIlxucOR65As9Ql yB014k5AJvil5IzfWcPpftZohTks/+8FRCaKPgOTb1pqoGUt9kc87nItc Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10341"; a="268901308" X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="268901308" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2022 01:03:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,210,1647327600"; d="scan'208";a="564932085" Received: from dpdk-qiming1.sh.intel.com ([10.67.118.152]) by orsmga007.jf.intel.com with ESMTP; 09 May 2022 01:03:05 -0700 From: Qiming Yang To: dev@dpdk.org Cc: qi.z.zhang@intel.com, Qiming Yang , stable@dpdk.org Subject: [PATCH v2] doc: update matching versions in i40e guide Date: Mon, 9 May 2022 15:18:50 +0800 Message-Id: <20220509071850.84553-1-qiming.yang@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220426054706.53091-1-qiming.yang@intel.com> References: <20220426054706.53091-1-qiming.yang@intel.com> X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Add recommended matching list for i40e PMD in DPDK 21.05, 21.08, 21.11 and 22.03. And add a known issue when FW upgrade to a version higher than 8.4. Cc: stable@dpdk.org Signed-off-by: Qiming Yang --- v2: * added known issue in FW 8.4+ --- doc/guides/nics/i40e.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index ef91b3a1ac..e03bb84211 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -101,6 +101,14 @@ For X710/XL710/XXV710, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 22.03 | 2.17.15 | 8.30 | + +--------------+-----------------------+------------------+ + | 21.11 | 2.17.4 | 8.30 | + +--------------+-----------------------+------------------+ + | 21.08 | 2.15.9 | 8.30 | + +--------------+-----------------------+------------------+ + | 21.05 | 2.15.9 | 8.30 | + +--------------+-----------------------+------------------+ | 21.02 | 2.14.13 | 8.00 | +--------------+-----------------------+------------------+ | 20.11 | 2.14.13 | 8.00 | @@ -148,6 +156,14 @@ For X722, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 22.03 | 2.17.15 | 5.50 | + +--------------+-----------------------+------------------+ + | 21.11 | 2.17.4 | 5.30 | + +--------------+-----------------------+------------------+ + | 21.08 | 2.15.9 | 5.15 | + +--------------+-----------------------+------------------+ + | 21.05 | 2.15.9 | 5.15 | + +--------------+-----------------------+------------------+ | 21.02 | 2.14.13 | 5.00 | +--------------+-----------------------+------------------+ | 20.11 | 2.13.10 | 5.00 | @@ -771,6 +787,13 @@ it will fail and return the info "Conflict with the first rule's input set", which means the current rule's input set conflicts with the first rule's. Remove the first rule if want to change the input set of the PCTYPE. +PF reset fail after QinQ set with FW >= 8.4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +If upgrade FW to a version higher than 8.4, after set MAC VLAN filter and configure outer VLAN on PF, kill +DPDK process will cause the card crash. + + Example of getting best performance with l3fwd example ------------------------------------------------------ -- 2.17.1