Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752367AbdLGIuH (ORCPT ); Thu, 7 Dec 2017 03:50:07 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:50339 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751001AbdLGIuE (ORCPT ); Thu, 7 Dec 2017 03:50:04 -0500 From: Antoine Tenart To: davem@davemloft.net Cc: Antoine Tenart , gregory.clement@free-electrons.com, thomas.petazzoni@free-electrons.com, miquel.raynal@free-electrons.com, nadavh@marvell.com, mw@semihalf.com, stefanc@marvell.com, ymarkman@marvell.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH net-next 0/6] net: mvpp2: various improvements Date: Thu, 7 Dec 2017 09:48:57 +0100 Message-Id: <20171207084903.27144-1-antoine.tenart@free-electrons.com> X-Mailer: git-send-email 2.14.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 968 Lines: 30 Hi all, These patches are sent as a series to avoid any possible conflict, even though there're not entirely related. I can send them separately if needed. The series applies on today's net-next tree. Patches 1-2 improve the TSO support, with one logic update: if the TSO related buffers can't be allocate the feature is deactivated but the driver won't fail to probe. The other patches are small improvements. Thanks! Antoine Antoine Tenart (5): net: mvpp2: only free the TSO header buffers when it was allocated net: mvpp2: disable TSO if its buffers cannot be allocated net: mvpp2: align values in ethtool get_coalesce net: mvpp2: report the tx-usec coalescing information to ethtool net: mvpp2: adjust the coalescing parameters Yan Markman (1): net: mvpp2: split the max ring size from the default one drivers/net/ethernet/marvell/mvpp2.c | 79 ++++++++++++++++++++++++++---------- 1 file changed, 58 insertions(+), 21 deletions(-) -- 2.14.3