From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eventdev/eth_rx_adapter: update the note field Date: Tue, 22 May 2018 19:42:43 +0200 Message-ID: <22135944.nhGhugN8F4@xps> References: <1526898540-35986-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, nikhil.rao@intel.com, deepak.k.jain@intel.com To: Vipin Varghese Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id AF0841F1C for ; Tue, 22 May 2018 19:42:45 +0200 (CEST) In-Reply-To: <1526898540-35986-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" 21/05/2018 12:29, Vipin Varghese: > rte_event_eth_rx_adapter_create allocates eth_devices for > currently available eth devices. For newly created eth > devices a new instance for rx adapter has to be created. > > Signed-off-by: Vipin Varghese > Acked-by: Nikhil Rao Applied, thanks