Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
### <a id="main"></a>DeepFlow release main

#### Bug Fix
* Fix: the issue with the first path matching error [#11798](https://github.com/deepflowio/deepflow/pull/11798) by [yuanchaoa](https://github.com/yuanchaoa)
* fix: agnet - eBPF Fix the kernel kick on CPU0 was not triggered [#8817](https://github.com/deepflowio/deepflow/pull/8817) by [yinjiping](https://github.com/yinjiping)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): 拼写错误:"agnet" 应为 "agent"。

请在这一条目中将 "agnet" 修改为 "agent"。

Suggested change
* fix: agnet - eBPF Fix the kernel kick on CPU0 was not triggered [#8817](https://github.com/deepflowio/deepflow/pull/8817) by [yinjiping](https://github.com/yinjiping)
* fix: agent - eBPF Fix the kernel kick on CPU0 was not triggered [#8817](https://github.com/deepflowio/deepflow/pull/8817) by [yinjiping](https://github.com/yinjiping)
Original comment in English

issue (typo): Typo: "agnet" should be "agent".

Please change "agnet" to "agent" in this entry.

Suggested change
* fix: agnet - eBPF Fix the kernel kick on CPU0 was not triggered [#8817](https://github.com/deepflowio/deepflow/pull/8817) by [yinjiping](https://github.com/yinjiping)
* fix: agent - eBPF Fix the kernel kick on CPU0 was not triggered [#8817](https://github.com/deepflowio/deepflow/pull/8817) by [yinjiping](https://github.com/yinjiping)

* fix: agent - eBPF Fix Crashes Caused by Packet Count Statistics [#8816](https://github.com/deepflowio/deepflow/pull/8816) by [yinjiping](https://github.com/yinjiping)
* fix: wan type cidr may not be tagged [#8814](https://github.com/deepflowio/deepflow/pull/8814) by [lzf575](https://github.com/lzf575)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (typo): 建议将常用缩写 "WAN" 和 "CIDR" 都写成大写。

为与网络术语保持一致,建议将其写作 "WAN type CIDR",并将这两个缩写都大写。

Original comment in English

suggestion (typo): Consider capitalizing standard acronyms "WAN" and "CIDR".

Align with networking terminology by writing this as "WAN type CIDR", capitalizing both acronyms.

Expand Down