From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06BB7C2D0DB for ; Sat, 25 Jan 2020 12:19:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CAF62206D6 for ; Sat, 25 Jan 2020 12:19:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728386AbgAYMTE (ORCPT ); Sat, 25 Jan 2020 07:19:04 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:49872 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726191AbgAYMTD (ORCPT ); Sat, 25 Jan 2020 07:19:03 -0500 Received: from localhost (unknown [147.229.117.36]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 2B89715B11750; Sat, 25 Jan 2020 04:19:01 -0800 (PST) Date: Sat, 25 Jan 2020 13:18:59 +0100 (CET) Message-Id: <20200125.131859.1794787963209229331.davem@davemloft.net> To: amaftei@solarflare.com Cc: netdev@vger.kernel.org, linux-net-drivers@solarflare.com, scrum-linux@solarflare.com Subject: Re: [PATCH v2 net-next 0/3] sfc: refactor mcdi filtering code From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sat, 25 Jan 2020 04:19:03 -0800 (PST) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: "Alex Maftei (amaftei)" Date: Fri, 24 Jan 2020 16:33:21 +0000 > Splitting final bits of the driver code into different files, which > will later be used in another driver for a new product. > > This is a continuation to my previous patch series. (three of them) > Refactoring will be concluded with this series, for now. > > As instructed, split the renaming and moving into different patches. > Minor refactoring was done with the renaming, as explained in the > patch. 'git' complains when I try to apply this series, please fix and respin. Applying: sfc: rename mcdi filtering functions/structs .git/rebase-apply/patch:651: space before tab in indent. enum efx_filter_priority priority, .git/rebase-apply/patch:652: space before tab in indent. u32 filter_id, struct efx_filter_spec *spec) .git/rebase-apply/patch:677: space before tab in indent. enum efx_filter_priority priority) warning: 3 lines add whitespace errors. Applying: sfc: create header for mcdi filtering code Applying: sfc: move mcdi filtering code