Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1358312
| From | Ming Lin <mlin@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH RFC 0/2] mempool based chained scatterlist alloc/free api api |
| Date | 2016-03-15 23:50 +0100 |
| Message-ID | <rd5WN-66-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Ming Lin <ming.l@ssi.samsung.com> Hi list, This moves the mempool based chained scatterlist alloc/free code from scsi_lib.c to lib/scatterlist.c. So other drivers(for example, the under development NVMe over fabric drivers) can also use it. Ming Lin (2): scatterlist: add mempool based chained SG alloc/free api scsi: use the new chained SG api drivers/scsi/scsi_lib.c | 129 ++---------------------------------- include/linux/scatterlist.h | 12 ++++ lib/scatterlist.c | 156 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 175 insertions(+), 122 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH RFC 0/2] mempool based chained scatterlist alloc/free api api Ming Lin <mlin@kernel.org> - 2016-03-15 23:50 +0100
[PATCH RFC 1/2] scatterlist: add mempool based chained SG alloc/free api Ming Lin <mlin@kernel.org> - 2016-03-15 23:50 +0100
Re: [PATCH RFC 1/2] scatterlist: add mempool based chained SG alloc/free api Christoph Hellwig <hch@lst.de> - 2016-03-16 09:30 +0100
[PATCH RFC 2/2] scsi: use the new chained SG api Ming Lin <mlin@kernel.org> - 2016-03-15 23:50 +0100
Re: [PATCH RFC 0/2] mempool based chained scatterlist alloc/free api api James Bottomley <James.Bottomley@HansenPartnership.com> - 2016-03-16 00:20 +0100
Re: [PATCH RFC 0/2] mempool based chained scatterlist alloc/free api api Ming Lin <mlin@kernel.org> - 2016-03-16 06:20 +0100
Re: [PATCH RFC 0/2] mempool based chained scatterlist alloc/free api api Christoph Hellwig <hch@lst.de> - 2016-03-16 09:30 +0100
csiph-web