
Asumu Takikawa
Sapporo (Japan)
Free software hacker, semantics engineer, and Igalian.
Sapporo (Japan)
Free software hacker, semantics engineer, and Igalian.
A while back, I wrote a blog post explaining some of the basics of writing plugins for the VPP networking toolkit. In that previous post, I explained a few mechanisms for hooking a plugin into VPP’s graph architecture so that your code can process...
Recently, my teammate Jessica wrote an excellent intro blog post about VPP. VPP is an open source user-space networking framework that we’re looking into at Igalia. I highly recommend reading Jessica’s post before this post to get aquainted...
In my previous blog post, I talked about the support libraries and the core structure of Snabb’s NIC drivers. In this post, I’ll talk about some of the driver improvements we made at Igalia over the last few months. (as in my previous post,...
Another day, another post about Snabb. Today, I’ll start to explain some work I’ve been doing at Igalia for Deutsche Telekom on driver development. All the DT driver work I’ll be talking about was joint work with Nicola Larosa. When...
As you know if you’ve been following this blog, at Igalia we build network functions using the Snabb toolkit. When we’re not directly working on customer projects, we often invest time into building new features into Snabb. One of these...
Merge pull request #257 from takikawa/fix-proto Fix 'proto' operation
Asumu Takikawa02/12/2016Update 'proto \sctp' example and doc Makefile
Asumu Takikawa02/12/2016Avoid an unnecessary 2nd expansion in expand_bool
Asumu Takikawa02/12/2016Add a native pflua backend using dynasm The new backend is used by passing { native = true } as an option to pf.compile_filter. It currently supports x64 with a unix ABI. This commit has been squashed from the full history, which is available in this...
Asumu Takikawa01/12/2016