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 892D541CD6 for ; Wed, 17 May 2023 12:11:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8607542B8B; Wed, 17 May 2023 12:11:23 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id E208E4067B; Wed, 17 May 2023 12:11:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684318281; x=1715854281; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=spXDXcAPcEeectbLoP0Hj/N04aFFbgsVif/0sTt3AJ8=; b=lKTVHzR17JiZzJ54ALrsbQhEuxdIodh0xzD93/b4fFUOU89nwIrVBvNw tsIHVrqc1LMQQu21OEeEZ1xhwHsQzQ14cIchhiAeahf7S/YU5TAY8MUZo ORcwaYbEgGiRAcfs43shosOF3ZzKG+EUaoQx/E9fFLQvWNpgE3SaUfwUs 4m959xlAkIFGj1e2wQfQmzO6SIzp3tHXAQe7v1JNJ4XLm/eo9/koKY2hB 52SprTy0hhndlhtB4fB6htJC7cBN9Mc6o+T3244FrcqhX3h96gqSyK8Xp 8BI1oTrgLMjLuNDlLe3KWa4vI7LdP/WH+8V7hITFO5/356DteATA7+xoB Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10712"; a="336273212" X-IronPort-AV: E=Sophos;i="5.99,281,1677571200"; d="scan'208";a="336273212" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2023 03:10:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10712"; a="791448988" X-IronPort-AV: E=Sophos;i="5.99,281,1677571200"; d="scan'208";a="791448988" Received: from unknown (HELO localhost.localdomain) ([10.239.252.253]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 May 2023 03:10:49 -0700 From: Mingjin Ye To: dev@dpdk.org Cc: qiming.yang@intel.com, stable@dpdk.org, yidingx.zhou@intel.com, Mingjin Ye , Wenjun Wu Subject: [PATCH v4] doc: update ixgbe VF features list Date: Wed, 17 May 2023 10:03:37 +0000 Message-Id: <20230517100337.552579-1-mingjinx.ye@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230516102205.537013-1-mingjinx.ye@intel.com> References: <20230516102205.537013-1-mingjinx.ye@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 The ixgbe VF driver is not multi-process aware. Some function pointers are not set correctly in multi-process situations. Remove the multiprocess aware feature from the features list. Signed-off-by: Mingjin Ye --- v2: Modify issue description reason. --- V3: Modify description. --- V4: Removed the multiprocess aware feature. --- doc/guides/nics/features/ixgbe_vf.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/guides/nics/features/ixgbe_vf.ini b/doc/guides/nics/features/ixgbe_vf.ini index e14325045c..299ccd4b61 100644 --- a/doc/guides/nics/features/ixgbe_vf.ini +++ b/doc/guides/nics/features/ixgbe_vf.ini @@ -32,7 +32,6 @@ Tx descriptor status = Y Basic stats = Y Extended stats = Y Registers dump = Y -Multiprocess aware = Y FreeBSD = Y Linux = Y Windows = Y -- 2.25.1