From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id C20571B48B for ; Fri, 23 Nov 2018 03:07:13 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 56FFD21ECD; Thu, 22 Nov 2018 21:07:13 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 22 Nov 2018 21:07:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Pm/+MqkNK+CcINyOgLXLhW7+nnYxwEkn3fX2+vHHWII=; b=CYk3acNk2N4B HyBw7Gn1hu33tuwXvCfDj4HGUAupb+L0pkUlnb9yj6/UjwkY0vDZGBgdYq7f0Y/V MBg6L3OBCevd0uIiyGSwKkk1wfJJAnkUm3TMOXBxwovolpHw3stvc/z4R78C93OQ 7k8IGDwR4Z1GSQ/hl/L0qbjVVg6eUQc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=Pm/+MqkNK+CcINyOgLXLhW7+nnYxwEkn3fX2+vHHW II=; b=bc9m8QSQpHUfQdjEqe0+dsxprAXBaRRzk/v5WyofdwnwESCpYGEHuNfWZ Felqbxoooz7psEYaDyaPbbbhn5SWo1vwNc1BTMnURskE2C0lnUCnEjY07F5FyNZT aUYOcAKLr353XGj9EY7Ah1MQj3Txi8nuXE3xQSEjqB7DQpYM0cKrrE8V0Zzv3eV9 NNdzEz/PICSuw4SUOceYYGrUMGkzRqQDtAmPRYpZkpLewWVVxUBG9HWPT+7DRC1g C41nDJiYMyy9Wd25CBcp4i8Q44XAVFKdyZyheChowjSd3xz3AdyI5t5V9MPAUiRM A6Lj5V61S5YJX5auLasXiCx86wWfw== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 51101E49EB; Thu, 22 Nov 2018 21:07:12 -0500 (EST) From: Thomas Monjalon To: "Liu, Yong" Cc: dev@dpdk.org, "Mcnamara, John" Date: Fri, 23 Nov 2018 03:07:11 +0100 Message-ID: <2227899.fF2nHqyaXs@xps> In-Reply-To: References: <20181031144907.303203-1-yong.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] Doc: add known issue for restricted vdev ethdev ops in secondary process X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2018 02:07:14 -0000 > > From: Marvin Liu > > Acked-by: John McNamara Applied, thanks