From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 08 Mar 2017 09:42:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,265,1486454400"; d="scan'208";a="74327371" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.185.68]) ([10.254.185.68]) by fmsmga006.fm.intel.com with ESMTP; 08 Mar 2017 09:42:00 -0800 To: Andrew Rybchenko , dev@dpdk.org References: <1488805509-32237-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: Date: Wed, 8 Mar 2017 17:41:59 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1488805509-32237-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/sfc/base: separate limitations on Tx DMA descriptors X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2017 17:42:04 -0000 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.