little things about dataplane
  • Introduction
  • 1.about Linux Bridge
  • 2.dpdk nic offload
  • 3.2.dpdk nic offload:2
  • 4.1Linux-kernel-softirq.1
  • 5.SystemTap instrument
  • 5.SystemTap instrument.1
  • 6.stap script
  • 6 stap script.1
Powered by GitBook
On this page

Was this helpful?

1.about Linux Bridge

several years ago ,when I started delving into Linux kernel networking subsystem for the first time,Linux Bridge was my second one of the projects which came into my mind .at the time I was focusing on how to generate a kernel network device when I issue a command #brctl addbr br-test in userspace,and no attention to other details at all.now I am back again ,and this time ,I will tell more specific about it as my summary.

PreviousIntroductionNext2.dpdk nic offload

Last updated 4 years ago

Was this helpful?