From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jianhua Xie Subject: Re: [PATCH 3/3] rocker: set feature NETIF_F_HW_SWITCH_OFFLOAD Date: Fri, 5 Dec 2014 12:44:47 +0800 Message-ID: <5481383F.8010206@freescale.com> References: <1417746401-8140-4-git-send-email-roopa@cumulusnetworks.com> <5481259C.3040707@freescale.com> <5481312D.6080708@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: , , , , , , , , , , , , , , , , , , jianhua Xie To: Roopa Prabhu Return-path: Received: from mail-bn1bbn0109.outbound.protection.outlook.com ([157.56.111.109]:29794 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751788AbaLEEo5 (ORCPT ); Thu, 4 Dec 2014 23:44:57 -0500 In-Reply-To: <5481312D.6080708@cumulusnetworks.com> Sender: netdev-owner@vger.kernel.org List-ID: =E5=9C=A8 2014=E5=B9=B412=E6=9C=8805=E6=97=A5 12:14, Roopa Prabhu =E5=86= =99=E9=81=93: > On 12/4/14, 7:25 PM, Jianhua Xie wrote: >> >> =E5=9C=A8 2014=E5=B9=B412=E6=9C=8805=E6=97=A5 10:26, roopa@cumulusne= tworks.com =E5=86=99=E9=81=93: >>> From: Roopa Prabhu >>> >>> This patch just sets the feature flag on rocker ports >>> --- >>> drivers/net/ethernet/rocker/rocker.c | 3 ++- >>> 1 file changed, 2 insertions(+), 1 deletion(-) >>> >>> diff --git a/drivers/net/ethernet/rocker/rocker.c=20 >>> b/drivers/net/ethernet/rocker/rocker.c >>> index fded127..3fe19b0 100644 >>> --- a/drivers/net/ethernet/rocker/rocker.c >>> +++ b/drivers/net/ethernet/rocker/rocker.c >>> @@ -4003,7 +4003,8 @@ static int rocker_probe_port(struct rocker=20 >>> *rocker, unsigned int port_number) >>> NAPI_POLL_WEIGHT); >>> rocker_carrier_init(rocker_port); >>> - dev->features |=3D NETIF_F_HW_VLAN_CTAG_FILTER; >>> + dev->features |=3D NETIF_F_HW_VLAN_CTAG_FILTER | >>> + NETIF_F_HW_SWITCH_OFFLOAD; >> Do you have a plan on enabling/disabling this flag dynamically by=20 >> ethtool? > > I have not thought about it yet. But if this gets accepted, then yes,= =20 > I will have an ethtool way for drivers who want it. > if we have a IFF_ flag for this (which is also one of my alternate=20 > proposals), there will be a netlink way to set it on and off. > Got it with thanks. Best Regards. Jianhua