Received: by 10.223.164.202 with SMTP id h10csp780438wrb; Thu, 9 Nov 2017 14:23:34 -0800 (PST) X-Google-Smtp-Source: ABhQp+Qk0OLSuwnIMPdnu46n0bXb465+7zs3DT55uzMHaueh4Su0YDH2PqHhX8VpWGVg9OCfTbNN X-Received: by 10.159.211.4 with SMTP id bc4mr1911391plb.160.1510266214572; Thu, 09 Nov 2017 14:23:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510266214; cv=none; d=google.com; s=arc-20160816; b=yx+NMyKpB2eu99bslllcNWZ/Mx1dfAfS1xIbzLW2uKZgfjXJoN3FGUQQDTkt63Ay91 PMkYTc4V14plqSrj2nqN4D/sHNZ/rvZTR8mrntuWwJhmNm3aW/UpxIV0R/qbO5bxLfSA EwVr8OmSrKyLlt1+7jWGW8MPUHZiW+GHcTf71huIyOZGgpcqee3YgYKJE+PPJGWOytYL VUtcFAyX3RSy2mDkH9aspprzKIlGA8YY5qmgCYuCGHMgSZYSkrSBJmUHPQeomAxuve3I pEPkh2IhLzkfqPclRlzciHMesyi6nqYxbkNsZwQF8QeQnLvY+mzgYV/clR4dvLzY8oPf gocA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=acWleEH0t4GD5w9q0gbduYJLUt2Ll8fy4nuSGvI3bjc=; b=o4KjONcXJOjEJ9jy5JafNCTYQxkjFHQGSPTgU7AkgnS264MpkgXEoPCCO65op3sDP2 cf2Fn2S3vAW17hiZBt0nvZ1Mv01J/NwNAKqyKpfIcCKxkWKA6RHkFZV16a7qEzN0gVCD iI734B/+0QcJLA+78rNSLZfFiKYKTw9njMc5DHEmHkmQwn1csaiNSDsEFdxcETks+CYw un33VhbPgPlX65NhPXOer6AP2iw6bknrvX5GK35JS6cnM/2K7bOZcokQputj3HqafEpI 7EaaIPk6xnqONvhynmNbv9re0JOA5VBPJ2f3gWG4QMnI3sSCtVmP0lDfmVjFVx+gZYfZ 8Xfg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q12si6891754pgp.174.2017.11.09.14.23.22; Thu, 09 Nov 2017 14:23:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755164AbdKIWVo (ORCPT + 83 others); Thu, 9 Nov 2017 17:21:44 -0500 Received: from mail.savoirfairelinux.com ([208.88.110.44]:34970 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754215AbdKIWVn (ORCPT ); Thu, 9 Nov 2017 17:21:43 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id E597A9C30E6; Thu, 9 Nov 2017 17:21:42 -0500 (EST) Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id McJ3XVeRVXN9; Thu, 9 Nov 2017 17:21:42 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id E077B9C30C6; Thu, 9 Nov 2017 17:21:41 -0500 (EST) X-Virus-Scanned: amavisd-new at mail.savoirfairelinux.com Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id R2HOoSZA0D_w; Thu, 9 Nov 2017 17:21:41 -0500 (EST) Received: from localhost (unknown [192.168.49.104]) by mail.savoirfairelinux.com (Postfix) with ESMTPSA id B2C669C309F; Thu, 9 Nov 2017 17:21:41 -0500 (EST) From: Vivien Didelot To: Andrew Lunn Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Florian Fainelli Subject: Re: [PATCH net-next] Revert "net: dsa: constify cpu_dp member of dsa_port" In-Reply-To: <20171109220614.GA23613@lunn.ch> References: <20171109143932.6923-1-vivien.didelot@savoirfairelinux.com> <20171109220614.GA23613@lunn.ch> Date: Thu, 09 Nov 2017 17:21:41 -0500 Message-ID: <87h8u3nle2.fsf@weeman.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, Andrew Lunn writes: > And i will add the needed const attributes to these functions as part > of the IGMP patchset. Sounds good, not need for this revert then. Thanks, Vivien From 1583627887709214526@xxx Thu Nov 09 22:07:23 +0000 2017 X-GM-THRID: 1583599777494444273 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread