Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933323AbbFIQ0s (ORCPT ); Tue, 9 Jun 2015 12:26:48 -0400 Received: from mail-ig0-f177.google.com ([209.85.213.177]:36940 "EHLO mail-ig0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753896AbbFIQXu (ORCPT ); Tue, 9 Jun 2015 12:23:50 -0400 Date: Tue, 9 Jun 2015 11:23:46 -0500 From: Bjorn Helgaas To: Allen Hubbe Cc: linux-ntb@googlegroups.com, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Jon Mason , Dave Jiang Subject: Re: [PATCH v3 02/18] NTB: Add NTB hardware abstraction layer Message-ID: <20150609162346.GC23119@google.com> References: <21347a93355f40d945cf9f565f95e790d9b3bda5.1433838377.git.Allen.Hubbe@emc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21347a93355f40d945cf9f565f95e790d9b3bda5.1433838377.git.Allen.Hubbe@emc.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 813 Lines: 20 These refer to English text usage (doc, comments, Kconfig help), not C code: s/ntb/NTB/ (except where it refers directly to the driver) s/pci/PCI/ s/PCI-E/PCIe/ s/api/API/ s/intel/Intel/ On Tue, Jun 09, 2015 at 05:44:29AM -0400, Allen Hubbe wrote: > Abstract the ntb device behind a programming interface, so that it can > support different hardware. Change the intel hardware driver to fit the > abstraction. > > Expose the ntb hardware api to client drivers instead of tying it to > ntb_transport. Make ntb_transport a client of the ntb hardware api. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/