> > -----Original Message----- > From: Stefan Hajnoczi [mailto:stefa...@redhat.com] > Sent: Tuesday, May 16, 2017 11:43 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; m...@redhat.com; Huangweidong (C); > pa...@linux.vnet.ibm.com; Luonengjun; cornelia.h...@de.ibm.com; > Linqiangmin; xin.z...@intel.com; Wubin (H) > Subject: Re: [RFC v1 5/9] virtio-crypto: update header file > > On Mon, May 08, 2017 at 07:38:20PM +0800, Gonglei wrote: > > @@ -166,8 +175,8 @@ struct virtio_crypto_aead_session_para { > > uint32_t algo; > > /* length of key */ > > uint32_t key_len; > > - /* hash result length */ > > - uint32_t hash_result_len; > > + /* Authentication tag length */ > > + uint32_t tag_len; > > Why is this field being renamed?
Oh, I just think the latter name ' tag_len' is more proper than 'hash_result_len', and the current code don't touch this field. Thanks, -Gonglei