Skip to content

Instantly share code, notes, and snippets.

View Shengliang's full-sized avatar

Shengliang Song Shengliang

  • ByteDance
  • Fremont, CA
View GitHub Profile
@Shengliang
Shengliang / intel_dpdk.md
Last active July 2, 2016 17:07
Intel DPD Key Software Compoents
@Shengliang
Shengliang / rxring.c
Created January 20, 2016 23:43 — forked from giannitedesco/rxring.c
TPACKET_V3 mmap packet sockets, showing off flexible frame sizes and multi-process hash fanout
/* Copyright (c) 2013 Gianni Tedesco
* Released under the terms of the GNU GPL version 3
* mmap() packet socket transmission
*/
#ifndef __linux__
#error "Are you loco? This is Linux only!"
#endif
#include <stdio.h>