[REPOST PATCH v4 3/3] scsi: ufs-bsg: Allow reading descriptors

2019-02-19 Thread Avri Altman
Add this functionality, placing the descriptor being read in the actual data buffer in the bio. That is, for both read and write descriptors query upiu, we are using the job's request_payload. This in turn, is mapped back in user land to the applicable sg_io_v4 xferp: dout_xferp for write descrip

Re: [PATCH v4 3/3] scsi: ufs-bsg: Allow reading descriptors

2019-02-19 Thread Martin K. Petersen
Hi Avri, > A kind reminder. It's expired from patchwork so now is an excellent time to repost. Generally speaking, resubmitting patches is superior to pinging. While I personally dig through the archives to revisit older patches, I can almost guarantee that no other potential reviewers will do

RE: [PATCH v4 3/3] scsi: ufs-bsg: Allow reading descriptors

2019-02-19 Thread Avri Altman
> Avri, > > > Is there any reason why this sires is not applied for 5.1? > > I haven't had time to review it yet. I'll get there... A kind reminder. Thanks, Avri > > -- > Martin K. PetersenOracle Linux Engineering

Re: [PATCH v4 3/3] scsi: ufs-bsg: Allow reading descriptors

2019-02-07 Thread Martin K. Petersen
Avri, > Is there any reason why this sires is not applied for 5.1? I haven't had time to review it yet. I'll get there... -- Martin K. Petersen Oracle Linux Engineering

RE: [PATCH v4 3/3] scsi: ufs-bsg: Allow reading descriptors

2019-02-07 Thread Avri Altman
lowski ; Alex Lemberg > ; 'Evan Green' > Subject: RE: [PATCH v4 3/3] scsi: ufs-bsg: Allow reading descriptors > > Martin, > Any further comments? > > Thanks, > Avri > > > > -Original Message- > > From: Evan Green > > Sent: Mon

RE: [PATCH v4 3/3] scsi: ufs-bsg: Allow reading descriptors

2019-02-05 Thread Avri Altman
Martin, Any further comments? Thanks, Avri > -Original Message- > From: Evan Green > Sent: Monday, January 28, 2019 8:42 PM > To: Avri Altman > Cc: James E.J. Bottomley ; Martin K. Petersen > ; SCSI ; LKML > ; Avi Shchislowski ; > Alex Lemberg > Subject: R

RE: [EXT] [PATCH v4 3/3] scsi: ufs-bsg: Allow reading descriptors

2019-01-31 Thread Bean Huo (beanhuo)
ernel.org; Evan Green >Cc: Avi Shchislowski ; Alex Lemberg >; Avri Altman >Subject: [EXT] [PATCH v4 3/3] scsi: ufs-bsg: Allow reading descriptors > >Add this functionality, placing the descriptor being read in the actual data >buffer >in the bio. > >That is, for both rea

Re: [PATCH v4 3/3] scsi: ufs-bsg: Allow reading descriptors

2019-01-28 Thread Evan Green
On Sat, Jan 26, 2019 at 11:08 PM Avri Altman wrote: > > Add this functionality, placing the descriptor being read in the actual > data buffer in the bio. > > That is, for both read and write descriptors query upiu, we are using > the job's request_payload. This in turn, is mapped back in user lan

[PATCH v4 3/3] scsi: ufs-bsg: Allow reading descriptors

2019-01-26 Thread Avri Altman
Add this functionality, placing the descriptor being read in the actual data buffer in the bio. That is, for both read and write descriptors query upiu, we are using the job's request_payload. This in turn, is mapped back in user land to the applicable sg_io_v4 xferp: dout_xferp for write descrip