lkml.org 
[lkml]   [2015]   [Jun]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RESEND PATCH v4 04/14] crypto: add a new driver for Marvell's CESA
On Mon, 15 Jun 2015 17:37:54 +0800
Herbert Xu <herbert@gondor.apana.org.au> wrote:

> On Fri, Jun 12, 2015 at 09:15:56AM +0200, Boris Brezillon wrote:
> >
> > +static inline int mv_cesa_sg_count(struct scatterlist *sg, int nbytes)
> > +{
> > + int nents = 0;
> > +
> > + while (nbytes > 0) {
> > + nents++;
> > + nbytes -= sg->length;
> > + sg = sg_next(sg);
> > + }
> > +
> > + return nents;
> > +}
>
> Please replace this with the newly added sg_nents_for_len.

Sure, I'll use the sg_nents_for_len function.

Thanks,

Boris

--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


\
 
 \ /
  Last update: 2015-06-15 14:21    [W:0.104 / U:0.372 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site