From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/9] net/sfc: support more features in EF10 Rx Date: Thu, 4 Oct 2018 08:55:11 +0100 Message-ID: <1f64efc3-d962-79c7-6b98-3efea230111e@intel.com> References: <1538557436-16163-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Andrew Rybchenko , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5F1617CDC for ; Thu, 4 Oct 2018 09:55:17 +0200 (CEST) In-Reply-To: <1538557436-16163-1-git-send-email-arybchenko@solarflare.com> 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 10/3/2018 10:03 AM, Andrew Rybchenko wrote: > Andrew Rybchenko (8): > net/sfc: receive prepared packets even in Rx exception case > net/sfc: use mbuf raw free instead of mempool put directly > net/sfc: check mbufs allocated using mempool API for Rx > net/sfc: avoid dummy writes to Rx queue state structure > net/sfc: decrease number of variables maintained on EF10 Rx > net/sfc: avoid usage of prepared packets number in EF10 Rx > net/sfc: rename variable to prepare for scatter support > net/sfc: support Rx scatter in EF10 Rx datapath > > Igor Romanov (1): > net/sfc: support Rx descriptor status on EF10 datapath Series applied to dpdk-next-net/master, thanks.