From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Re: TCP/IP stack for DPDK Date: Tue, 9 Sep 2014 14:59:19 -0700 Message-ID: <20140909215919.GA11799@mhcomputing.net> References: <20140909062016.GA7050@mhcomputing.net> <20140909065852.GB7240@mhcomputing.net> <20140909121659.GB11499@neva> <20140909205114.GC11510@mhcomputing.net> <20140909213001.GA6574@neva> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Alexander Nasonov Return-path: Content-Disposition: inline In-Reply-To: <20140909213001.GA6574@neva> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Tue, Sep 09, 2014 at 10:30:01PM +0100, Alexander Nasonov wrote: > sys/net/bpfjit.c in NetBSD should be very easy to adapt to Linux. > I was often testing it on Linux in userspace (without mbuf support). > At the moment, I'm only allowed to work on some NetBSD projects and > I can't adapt bpfjit to anything outside of NetBSD but when I last > compiled bpfjit on Linux, it took me about a minute to fix compilation. > > Please try github version, it's not up-to-date but it worked on Linux: > > https://github.com/alnsn/bpfjit > > Alex Alex, You rock, thanks for supplying this, I'll be sure to use it along with upstream changes from BSD to get a friendlier license for users of my code, whoever they might eventually be. If I forked this from you and updated it to the latest code periodically for performance, security, and features, would you accept the pull requests? Matthew.