RE: ceph encoding optimization

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: Xinze Chi (信泽) [mailto:xmdxcxz@xxxxxxxxx]
> Sent: Thursday, December 03, 2015 10:18 AM
> To: Milosz Tanski
> Cc: Sage Weil; Gregory Farnum; Dan Mick; Haomai Wang; Dałek, Piotr; ceph-
> devel@xxxxxxxxxxxxxxx
> Subject: Re: ceph encoding optimization
> 
> I write a new patch about this
> https://github.com/XinzeChi/ceph/commit/06eb471e463a4687e251273d0b5
> dfe170acbef2d
> 
> If you use __attribute__ ((packed)) after struct, we could encode many
> struct member in a batch. There is not compatibility problem if we keep the
> order of members defined in struct.
> 
> Wait for your comment.

Fields in embedded structs might be aligned, that will inhibit packed attribute. Also, you can't just use packed attribute on every struct that is encoded/decoded because that will eventually incur a performance hit. What I had in mind with https://github.com/XinzeChi/ceph/commit/06eb471e463a4687e251273d0b5dfe170acbef2d#commitcomment-14755615 is to use temporary, packed struct, copy data from original struct/class into it, and then copy data from packed struct in one go.


With best regards / Pozdrawiam
Piotr Dałek


��.n��������+%������w��{.n����z��u���ܨ}���Ơz�j:+v�����w����ޙ��&�)ߡ�a����z�ޗ���ݢj��w�f




[Index of Archives]     [CEPH Users]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux