Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1320323
| From | James Bottomley <James.Bottomley@HansenPartnership.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] storvsc: use small sg_tablesize on x86 |
| Date | 2016-01-28 07:10 +0100 |
| Message-ID | <qVNWi-7D7-13@gated-at.bofh.it> (permalink) |
| References | (1 earlier) <qeSNY-71t-23@gated-at.bofh.it> <qeT7m-7th-45@gated-at.bofh.it> <qfc9Y-1mW-19@gated-at.bofh.it> <qUKQP-1ei-33@gated-at.bofh.it> <qVHnP-2DE-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 2016-01-27 at 23:09 +0000, KY Srinivasan wrote: > > > -----Original Message----- > > From: Olaf Hering [mailto:olaf@aepfle.de] > > Sent: Monday, January 25, 2016 12:35 AM > > To: James Bottomley <James.Bottomley@HansenPartnership.com> > > Cc: KY Srinivasan <kys@microsoft.com>; Haiyang Zhang > > <haiyangz@microsoft.com>; linux-kernel@vger.kernel.org; linux- > > scsi@vger.kernel.org > > Subject: Re: [PATCH] storvsc: use small sg_tablesize on x86 > > > > On Fri, Oct 02, Olaf Hering wrote: > > > > > On Thu, Oct 01, James Bottomley wrote: > > > > > > > On Thu, 2015-10-01 at 20:30 +0000, KY Srinivasan wrote: > > > > > > > > > +#if defined(CONFIG_X86_32) > > > > > > > Um, this is a bit architecture specific (I know Azure is x86, > > > > but > > > > still). Can you make the define check CONFIG_32BIT rather than > > > > CONFIG_X86_32? > > > > > > According to arch/x86/Kconfig there is no such thing. > > > > What is the status of this change? Looks like there is nothing more > > to do on my side. > > Olaf, > > We do have the config option: CONFIG_X86_64. Perhaps we could use > this. Could you resubmit the patch with this change. It's not really architecture independent, is it? Just use the bit width config. James
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH] storvsc: use small sg_tablesize on x86 Olaf Hering <olaf@aepfle.de> - 2016-01-25 09:40 +0100
RE: [PATCH] storvsc: use small sg_tablesize on x86 KY Srinivasan <kys@microsoft.com> - 2016-01-28 00:10 +0100
Re: [PATCH] storvsc: use small sg_tablesize on x86 James Bottomley <James.Bottomley@HansenPartnership.com> - 2016-01-28 07:10 +0100
Re: [PATCH] storvsc: use small sg_tablesize on x86 Olaf Hering <olaf@aepfle.de> - 2016-01-28 07:50 +0100
Re: [PATCH] storvsc: use small sg_tablesize on x86 James Bottomley <James.Bottomley@HansenPartnership.com> - 2016-01-28 16:40 +0100
csiph-web