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 3F14842B24 for ; Tue, 16 May 2023 17:18:10 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B6E1410EE; Tue, 16 May 2023 17:18:10 +0200 (CEST) Received: from mail-pj1-f48.google.com (mail-pj1-f48.google.com [209.85.216.48]) by mails.dpdk.org (Postfix) with ESMTP id 60461410EE for ; Tue, 16 May 2023 17:18:08 +0200 (CEST) Received: by mail-pj1-f48.google.com with SMTP id 98e67ed59e1d1-24dfc3c662eso9600778a91.3 for ; Tue, 16 May 2023 08:18:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1684250287; x=1686842287; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=XJOUn9tRrM8o26oLt8tqLXsysqnMIcQRSluq7XkFOwY=; b=OdA7+cdwadeZYtU/6J1bnpmV/LeIw6rSy/d4GzkjdkbN4XhLdbCxammhhYFNQ4lrZd 40Kgca+Io7E6HTfQuFgeNO8h0dAJlnu8BYM+n0KFrzbERAquiruB/KRMhKb/czHIq4Dc 4YaULD6YYSQSyC1v3wv8z2AntJ6jLS+q30dBKDfABcNfucpCzSQBizy6XoLUjoR/2Xkw ULojr63aIqaHI7QFkVjN4f3lBacS9Xz3yuWg5WANZO5pbz3is9XmFiCW0axCsgllTJ7f 25f08NJx7fh3y7taHIlqIbfrFDOAQdVG0cUYfg11Ui8Dd8BzelLVHV9JhzdAldiM67Ox g1HQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684250287; x=1686842287; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=XJOUn9tRrM8o26oLt8tqLXsysqnMIcQRSluq7XkFOwY=; b=A7sSSh3zf4ggpzN6S+5vAY4zkv1N/Ps+EuulLkdqdArj2ra1InSw5XWQ+KV0ik2p0Z MgRC4EGiTSZFX0wGKiIE29n7O/CRmTKCcfTUJ1KA5BQ1X1KnTkBP/RtNpPan4YmOXOy/ 58X4X2b9fywtDW5E9gOFeZ95Mj4yzNUfyT57sADR+jm3o5bAJxe+54yMVYu5WveE0x8g Z5thcwcFYh2ufTULV+s0wD5975UtA482kfG1KdaGT0aOQws5e7IvA8RZkrmancqOpOOH tGsBZrrqY5A+nWCPb0V0xqEBputndYCAUZUBecIa6ANgW9IF9PInjnA+2bcOvon3tvlF qQrg== X-Gm-Message-State: AC+VfDxzC2gQBEVHtA/DsAkgQVEH6DZznmlLbQEyrvwLF9JmdxQx8DWE 8rFaUJhw/lUbN1dC8m1t3GOUkw== X-Google-Smtp-Source: ACHHUZ4AEiVAydFMZtaUfB6uaT+rchjm42Im7ghqK7bbvQnOnBx7aO6QaG8AVp0/cIxji7Erd7LbpA== X-Received: by 2002:a17:90a:eb12:b0:24e:9e6:7067 with SMTP id j18-20020a17090aeb1200b0024e09e67067mr36190715pjz.7.1684250287535; Tue, 16 May 2023 08:18:07 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id gf19-20020a17090ac7d300b00246774a9addsm1751629pjb.48.2023.05.16.08.18.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 May 2023 08:18:07 -0700 (PDT) Date: Tue, 16 May 2023 08:18:05 -0700 From: Stephen Hemminger To: Mingjin Ye Cc: dev@dpdk.org, qiming.yang@intel.com, stable@dpdk.org, yidingx.zhou@intel.com, Wenjun Wu Subject: Re: [PATCH v3] doc: comment VF does not support multi-process Message-ID: <20230516081805.7368a72b@hermes.local> In-Reply-To: <20230516102205.537013-1-mingjinx.ye@intel.com> References: <20230506100252.215680-1-mingjinx.ye@intel.com> <20230516102205.537013-1-mingjinx.ye@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Tue, 16 May 2023 10:22:05 +0000 Mingjin Ye wrote: > 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. This is best done by updating doc/guides/nic/features/ixgbe_vf.ini That is enough. Don't need to add note in ixgbe.rst.