From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/2] net/i40e: fix missing Port Representor data-path Date: Fri, 11 May 2018 17:08:43 +0100 Message-ID: <89c3bcc2-8f48-88ee-aa28-5fc60d9293a3@intel.com> References: <20180511122845.22757-1-remy.horton@intel.com> <20180511122845.22757-2-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Konstantin Ananyev , Wenzhuo Lu , Qi Zhang , Beilei Xing To: Mohammad Abdul Awal , Remy Horton , dev@dpdk.org Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 332891C7E5 for ; Fri, 11 May 2018 18:08:47 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/11/2018 3:04 PM, Mohammad Abdul Awal wrote: > > > On 11/05/2018 13:28, Remy Horton wrote: >> This patch adds Rx and Tx burst functions to the i40e Port >> Representors, so that the implementation within this PMD >> can be tested using applications such as testpmd which >> require data-path functionality. >> >> Fixes: e0cb96204b71 ("net/i40e: add support for representor ports") >> >> Signed-off-by: Remy Horton > Acked-by: Mohammad Abdul Awal Applied to dpdk-next-net/master, thanks.