Re: [RFC] macvlan: add tap device backend

2009-12-12 Thread Herbert Xu
rlier it can go into linux-next. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt ___ Virtualization maili

Re: [PATCH] virtio_net: indicate oom when addbuf returns failure

2010-06-08 Thread Herbert Xu
d as before. There is no need for returning the add_buf error unless add_buf is now doing an allocation itself that needs to be retried. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://go

Re: read_barrier_depends() usage in vhost.c

2019-12-18 Thread Herbert Xu
ven't managed >> to find one... I think what it's trying to separate is using indirect->addr as a base and then reading from that through copy_from_iter. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization

Re: [PATCH v5 1/1] crypto: add virtio-crypto driver

2016-12-07 Thread Herbert Xu
the host then I'll take this patch. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt ___ Virtualization mailing list Virtualization@lists.linux-founda

Re: [PATCH v6 2/2] crypto: add virtio-crypto driver

2016-12-12 Thread Herbert Xu
in my tree before the merge window opened to make it for this cycle. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt ___ Virtualization mailing list Virtu

Re: [PATCH v6 2/2] crypto: add virtio-crypto driver

2016-12-12 Thread Herbert Xu
t now. Sure feel free to merge it through your tree. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt ___ Virtualization mailing list Virtualization@l

Re: [PATCH] virtio-crypto: support crypto engine framework

2016-12-30 Thread Herbert Xu
er and ahash. > > For virtio-crypto device, I register an engine for each > data virtqueue so that we can use the capability of > multiple data queues in future. > > Cc: Baolin Wang > Cc: Herbert Xu > Cc: Michael S. Tsirkin > Signed-off-by: Gonglei Patch

Re: [PATCH v2] virtio-crypto: adjust priority of algorithm

2017-01-13 Thread Herbert Xu
> virtio-crypto's algorithm, make it's higher than software > implementations but lower than the hardware ones. > > Suggested-by: Christian Borntraeger > Signed-off-by: Gonglei > Acked-by: Christian Borntraeger Patch applied. Thanks. -- Email: Herbert Xu Home Page:

Re: [PATCH RFC 1/4] crypto: engine - Permit to enqueue all async requests

2017-12-21 Thread Herbert Xu
not want to expose any of the base types such as crypto_alg, crypto_async_request to end-users and that includes drivers. Only core API code should touch these base types. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herber

Re: [PATCH RFC 1/4] crypto: engine - Permit to enqueue all async requests

2017-12-22 Thread Herbert Xu
all exposed API should take the final types such as aead_request before casting it. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt ___ Virtualization mailing list Vir

Re: [PATCH 2/6] crypto: engine - Permit to enqueue all async requests

2018-01-11 Thread Herbert Xu
+ int ret; > + struct crypto_engine_reqctx *enginectx; This all looks very good. Just one minor nit, since you're storing this in the tfm ctx as opposed to the request ctx (which is indeed an improvement), you should remove the "req" from its name. Thanks!

Re: [PATCH 0/5] drivers/char: Constify static variables

2020-07-09 Thread Herbert Xu
mi_watchdog.c| 2 +- > drivers/char/virtio_console.c| 8 > 5 files changed, 8 insertions(+), 8 deletions(-) Patches 1-3 applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: h

Re: [PATCH] crypto: virtio - constify features[] and id_table[]

2020-07-09 Thread Herbert Xu
crypto/virtio/virtio_crypto_core.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt ___ Vir

Re: [PATCH] crypto: virtio - don't use 'default m'

2020-08-21 Thread Herbert Xu
gned-off-by: Ram Muthiah > [EB: adjusted commit message] > Signed-off-by: Eric Biggers > --- > drivers/crypto/virtio/Kconfig | 1 - > 1 file changed, 1 deletion(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/

<    1   2