From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc/eth: update document for functional limitation Date: Thu, 24 May 2018 19:06:24 +0200 Message-ID: <1748708.EYc6N8xVZC@xps> References: <1527069959-37765-1-git-send-email-vipin.varghese@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, qi.z.zhang@intel.com, marko.kovacevic@intel.com, deepak.k.jain@intel.com, ferruh.yigit@intel.com To: Vipin Varghese Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 45CF9160 for ; Thu, 24 May 2018 19:06:28 +0200 (CEST) In-Reply-To: <1527069959-37765-1-git-send-email-vipin.varghese@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/05/2018 12:05, Vipin Varghese: > --- a/lib/librte_ethdev/rte_ethdev.h > +++ b/lib/librte_ethdev/rte_ethdev.h > @@ -1479,6 +1479,9 @@ int rte_eth_dev_attach(const char *devargs, uint16_t *port_id); > * This function must be called when the device is in the > * closed state. > * > + * Note: > + * - Currently supported for primary process only. I think it should be possible to attach a device in secondary process. If it is a recent limitation, it should be in "known issues" of the release notes.