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 6A02D42B23 for ; Tue, 16 May 2023 12:28:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6349341153; Tue, 16 May 2023 12:28:32 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id AFBD74068E; Tue, 16 May 2023 12:28:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684232910; x=1715768910; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=XZzYLwgibnNymFCCoy4pn4uhMygGzFvhsW2RwLU9+5s=; b=WmfbXSOsW3n7AqmQ/8h9FYedio/jBZ4tCvp5go3VfC+hItGjs1kLa6ga EREQMEQmdsrM49QcN3eumoKQcYCPfaBW6T7I+Wlm7u7OS7xulNB/wYa5P NY4gEN1AMgWAv7lrtaGPJ4h2cuwbZmVgLVh5JeIsGliPMstx8Dmq1jHWf 13rCCCmwabe9J9T8hzQxgN09muGHFn+qdPtYjzZ4YA/3ok2WWtMuHZAMW JVP4U4dr3O2+Hp/fSM9ujQ1xmOu8ZA0zQagr2pHw80ZLNfNDD130pi6xN 3JEs+Afn4PNIPLVlkEek3KTVyJL6v64Tk/7qow9/Te6wLiIRP5sFzlu5k w==; X-IronPort-AV: E=McAfee;i="6600,9927,10711"; a="414848776" X-IronPort-AV: E=Sophos;i="5.99,278,1677571200"; d="scan'208";a="414848776" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 May 2023 03:28:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10711"; a="845629395" X-IronPort-AV: E=Sophos;i="5.99,278,1677571200"; d="scan'208";a="845629395" Received: from unknown (HELO localhost.localdomain) ([10.239.252.253]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 May 2023 03:28:26 -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 v3] doc: comment VF does not support multi-process Date: Tue, 16 May 2023 10:22:05 +0000 Message-Id: <20230516102205.537013-1-mingjinx.ye@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230506100252.215680-1-mingjinx.ye@intel.com> References: <20230506100252.215680-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 Announcing that multi-process is not supported Signed-off-by: Mingjin Ye --- v2: Modify issue description reason. --- V3: Modify description. --- doc/guides/nics/ixgbe.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/nics/ixgbe.rst b/doc/guides/nics/ixgbe.rst index b1d77ab7ab..816d614c33 100644 --- a/doc/guides/nics/ixgbe.rst +++ b/doc/guides/nics/ixgbe.rst @@ -461,3 +461,9 @@ show bypass config Show the bypass configuration for a bypass enabled NIC using the lowest port on the NIC:: testpmd> show bypass config (port_id) + +VF driver does not support multi-process +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The VF driver does not support multi-process. And some function pointers +in the case of multi-process are not set correctly. -- 2.25.1