-
Recently I stumbled upon a feature of GCC/Clang which allows to mark functions to pass their first two arguments in registers (fastcall) or optimize memory copying/alignment etc. This is usefull for f…
-
# Sighting report
Point where asan kicks in:
```
2024-05-29T09:59:19.009Z] =================================================================
[2024-05-29T09:59:19.009Z] ==2833758==ERROR: AddressS…
-
在学习极客时间的时候快速的刷过一遍第一版,最近看到第二版里引入了很多新的东西,二刷顺便整理一下知识点。
### 目录
- [ ch2 Methodologies(2021.5.9)](https://github.com/lzh2nix/articles/issues/116#issuecomment-835803395)
- [ch3 Operating Systems(2021.5.…
-
When building a very simple test application
```
# Make sure we use a relatively recent version - 3.27 is Nov 2023
cmake_minimum_required(VERSION 3.27)
project ("Kataklysmos")
find_package …
-
In two weeks, let's do another live reading group. Like [the last one](https://github.com/net4people/bbs/issues/251), this one is from the perspective of the "other side." It's about how network condi…
-
# "fffaraz/awesome-cpp"
*22-06-2021 13:07*
> A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. - fffaraz/awesome-cpp
A cur…
-
# Sighting report
Issue occurs in the nightly runs
```
20:48:15 20:48:15 nvmf_rdma.nvmf_target_core.nvmf_abort -- target/abort.sh@30 -- # /var/jenkins/workspace/nvmf-phy-autotest/spdk/build/e…
-
#### when compiling i recieve the following error:
```
checking for pcap-config... /usr/bin/pcap-config
checking for pcap_loop... no
configure: error: This is a bug, please follow the guidelines…
-
I am new to SPDK and I try to use synchronous write (spdk_file_write). After creating a
file successfully (spdk_fs_open_file) on NVMe drive, writing to the file causes the crash.
I attached the ca…
-
Currently there is no sense of order in the list. Would love to see if listed by category :+1: