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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 19CD8CA9ECB for ; Thu, 31 Oct 2019 21:23:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E043D20862 for ; Thu, 31 Oct 2019 21:23:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729933AbfJaVXU (ORCPT ); Thu, 31 Oct 2019 17:23:20 -0400 Received: from verein.lst.de ([213.95.11.211]:53070 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726680AbfJaVXU (ORCPT ); Thu, 31 Oct 2019 17:23:20 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 18C5368BE1; Thu, 31 Oct 2019 22:23:18 +0100 (CET) Date: Thu, 31 Oct 2019 22:23:17 +0100 From: Christoph Hellwig To: David Miller Cc: hch@lst.de, tbogendoerfer@suse.de, linux-mips@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: ioc3_eth DMA API fixes Message-ID: <20191031212317.GA12656@lst.de> References: <20191030211233.30157-1-hch@lst.de> <20191031.141334.860083978503478801.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191031.141334.860083978503478801.davem@davemloft.net> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 31, 2019 at 02:13:34PM -0700, David Miller wrote: > From: Christoph Hellwig > Date: Wed, 30 Oct 2019 14:12:29 -0700 > > > Hi Dave and Thomas, > > > > please take a look at this series which fixes DMA API usage in the ioc3 > > ethernet driver. At least the first one is a nasty abuse of internal > > APIs introduced in 5.4-rc which I'd prefer to be fixed before 5.4 final. > > Please add the alignment code for 16K or whatever they need and I'll apply > this series. I'll let Thomas add this as this series doesn't change anything in that regard.