From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: net/failsafe: add default Tx mbuf fast free capability Date: Fri, 21 Dec 2018 15:09:22 +0000 Message-ID: References: <1539344187-21481-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Ivan Malov To: Andrew Rybchenko , =?UTF-8?Q?Ga=c3=abtan_Rivet?= Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BF7BB1BE53 for ; Fri, 21 Dec 2018 16:09:25 +0100 (CET) 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 12/21/2018 12:12 PM, Ferruh Yigit wrote: > On 10/12/2018 12:36 PM, Andrew Rybchenko wrote: >> From: Ivan Malov >> >> This capability is reported when supported by the current emitting >> sub-device. Failsafe PMD itself does not excercise fast free logic. >> >> Signed-off-by: Ivan Malov >> Signed-off-by: Andrew Rybchenko Acked-by: Gaetan Rivet Applied to dpdk-next-net/master, thanks.