From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH net-next 0/5] net: systemport: Turn on offloads by Date: Thu, 27 Sep 2018 15:36:09 -0700 Message-ID: <20180927223614.7116-1-f.fainelli@gmail.com> Cc: davem@davemloft.net, Florian Fainelli To: netdev@vger.kernel.org Return-path: Received: from mail-pg1-f196.google.com ([209.85.215.196]:34778 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725972AbeI1E6p (ORCPT ); Fri, 28 Sep 2018 00:58:45 -0400 Received: by mail-pg1-f196.google.com with SMTP id d19-v6so2980182pgv.1 for ; Thu, 27 Sep 2018 15:38:11 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Hi David, Up until now, we had added all the code necessary to turn on RX/TX checksum offloads at runtime, but there is no reason why they have to be disabled by default given that this gives a slight performance improvement. Florian Fainelli (5): net: systemport: Refactor bcm_sysport_set_features() net: systemport: Utilize bcm_sysport_set_features() during resume/open net: systemport: Turn on offloads by default net: systemport: Be drop monitor friendly while re-allocating headroom net: systemport: Add software counters to track reallocations drivers/net/ethernet/broadcom/bcmsysport.c | 67 +++++++++++----------- drivers/net/ethernet/broadcom/bcmsysport.h | 2 + 2 files changed, 35 insertions(+), 34 deletions(-) -- 2.17.1