From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755504AbcFQPJb (ORCPT ); Fri, 17 Jun 2016 11:09:31 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:47737 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751690AbcFQPJU (ORCPT ); Fri, 17 Jun 2016 11:09:20 -0400 Subject: Re: [PATCH v3 0/2] net: ethernet: ti: cpsw: delete rx_descs property To: Ivan Khoronzhuk , References: <1466159140-3329-1-git-send-email-ivan.khoronzhuk@linaro.org> CC: , , , , , , , , , , From: Mugunthan V N Message-ID: <57641282.9070002@ti.com> Date: Fri, 17 Jun 2016 20:38:50 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1466159140-3329-1-git-send-email-ivan.khoronzhuk@linaro.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 17 June 2016 03:55 PM, Ivan Khoronzhuk wrote: > There is no reason in rx_descs property because davinici_cpdma > driver splits pool of descriptors equally between tx and rx channels. > So, this patch series makes driver to use available number of > descriptors for rx channels. > > Based on > git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git > master > > Since v2: > - add declaration of buf_num in correct order > > Since v1: > - separate device tree and driver patches > - return number of rx buffers from cpdma driver > Acked-by: Mugunthan V N Regards Mugunthan V N