Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1410045

Re: [PATCH 2/6] crypto: talitos - making mapping helpers more generic

From Herbert Xu <herbert@gondor.apana.org.au>
Newsgroups linux.kernel
Subject Re: [PATCH 2/6] crypto: talitos - making mapping helpers more generic
Date 2016-05-31 11:50 +0200
Message-ID <rEOtb-XL-5@gated-at.bofh.it> (permalink)
References <rDmpj-1Gr-9@gated-at.bofh.it> <rDmpk-1Gr-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, May 27, 2016 at 11:32:36AM +0200, Christophe Leroy wrote:
>
> +	sg_count = sg_to_link_tbl_offset(src, sg_count, offset, len,
> +					 &edesc->link_tbl[tbl_off])
> +	if (sg_count == 1) {
> +		/* Only one segment now, so no link tbl needed*/
> +		copy_talitos_ptr(ptr, &edesc->link_tbl[tbl_off], is_sec1);
> +		return sg_count;
> +	}

This patch doesn't build.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 2/6] crypto: talitos - making mapping helpers more generic Christophe Leroy <christophe.leroy@c-s.fr> - 2016-05-27 11:40 +0200
  Re: [PATCH 2/6] crypto: talitos - making mapping helpers more generic Herbert Xu <herbert@gondor.apana.org.au> - 2016-05-31 11:50 +0200

csiph-web