From mboxrd@z Thu Jan 1 00:00:00 1970 From: james_p_freyensee@linux.intel.com (J Freyensee) Date: Sat, 26 Sep 2015 18:34:19 -0700 Subject: 4 Patch summary of PCIe re-arrangement of nvme code for future technology expansion Message-ID: <1443317659.4357.22.camel@linux.intel.com> The four patch series following this email is based on a previous email thread and the following suggestion: a) move files to a new directory. b) start splitting struct nvme_dev into a generic struct nvme_ctrl and a PCI-specific nvme_pci_ctrl The goal is still based on the previous patch submission (subject "Move nvme driver source into subdirectory and move pci specifics from core into separate file") which: - moved files to a new directory - split data structures - split files - introduced a new internal API to enable future technology expansion of the NVMe protocol.