Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meeting minutes for Fri Sep 17 12:00:00 AM IST 2021 #184

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
22 changes: 22 additions & 0 deletions minutes/2021-09-17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
Theme: Regular Meet
Place: https://meet.jit.si/ILUGD_HHC_QUIZ
Start: 09:00 PM IST
End : 10:30 PM IST
---

## REISUB (BUSIER) Sequence / Magic SysRq Keys
We talked about the adverse effects of forcefully powering off a computer.
Kernel offers Magic SysRq keys that offers gracefully shutting down a system even after a freeze by performing emergency sync, remounting hard disk as read only, trigerring oom killer and more.

— Hritik


## XDP
XDP is a work-in-progress in the Kernel which acts as a entry level firewall directly interacting with the NIC via DMA. This technique offers much greater speed at dropping/filtering useless packets.
More: https://en.wikipedia.org/wiki/Express_Data_Path

A good resource about the journey of network data from NIC to Application layer
https://packagecloud.io/blog/monitoring-tuning-linux-networking-stack-sending-data/#transmit-data-with-ndo_start_xmit

— Tux