Results 12 comments of cybojanek

Hi - I see some of CI is failing. I don't think these failures are related to my changes, since this code is not even used at runtime. Please tell...

Thanks for the links to the previous issues. Just posting here that I'm still working on this issue. (No ETA - busy with family/work)

Some performance numbers using an EC2 m6i.xlarge instance ```bash echo x86_64 > /sys/module/icp/parameters/icp_sha256_impl modprobe brd rd_nr=1 rd_size=$((12288 * 1024)) zpool create -f -o ashift=12 \ -O acltype=posixacl \ -O relatime=on...

@tonynguien Hi! I think this is ready for review. @rincebrain Helped me fix a few things in the initial review here https://github.com/cybojanek/zfs/pull/1

> Hey, > > ``` > Nov 25 12:41:52 wip kernel: [ 8.713282] CFI failure (target: sha256_avx_transform+0x0/0x8 [icp]): > Nov 25 12:41:52 wip kernel: [ 13.354139] CFI failure (target: sha256_ssse3_transform+0x0/0x8...

Glad to see some activity here! I pushed out a one line change I forgot to push out a while ago.

> @cybojanek Can you may rebase this and give an status update? Or is this PR put behind because of mcmilk mentioned work [here](https://github.com/mcmilk/sha2-testing)? Much thanks anyway. @mcmilk How does...

Hi @jonaz @stamp @lukescott @bradfitz I started my own golang implementation of zwave here (still very early): https://github.com/cybojanek/gozwave/ High level api example can be found in the tests: https://github.com/cybojanek/gozwave/blob/master/api/api_test.go Anyone...

@lukescott Cool! For now I'll keep working on my own, because I'm having a great time learning golang this way :-)

I'm glad something got merged in. Looking forward to seeing it propagate to my distro :D