From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/2] net/sfc/base: separate limitations on Tx DMA descriptors Date: Wed, 8 Mar 2017 17:41:59 +0000 Message-ID: References: <1488805509-32237-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Andrew Rybchenko , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 63B7C952 for ; Wed, 8 Mar 2017 18:42:02 +0100 (CET) In-Reply-To: <1488805509-32237-1-git-send-email-arybchenko@solarflare.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" On 3/6/2017 1:05 PM, Andrew Rybchenko wrote: > Siena has limitation on maximum byte count and 4k boundary crosssing > (which is stricter than maximum byte count). > EF10 has limitation on maximum byte count only. > > Fixes: f7dc06bf35f2 ("net/sfc/base: import 5xxx/6xxx family support") > Fixes: e7cd430c864f ("net/sfc/base: import SFN7xxx family support") > Fixes: 94190e3543bf ("net/sfc/base: import SFN8xxx family support") > > Signed-off-by: Andrew Rybchenko Series applied to dpdk-next-net/master, thanks.