From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward3l.mail.yandex.net (forward3l.mail.yandex.net [84.201.143.136]) by dpdk.org (Postfix) with ESMTP id 72D59688C for ; Wed, 10 Sep 2014 00:40:46 +0200 (CEST) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward3l.mail.yandex.net (Yandex) with ESMTP id AF78215013E6; Wed, 10 Sep 2014 02:45:51 +0400 (MSK) Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 0FE431B42CEA; Wed, 10 Sep 2014 02:45:50 +0400 (MSK) Received: from tor-exit.xshells.net (tor-exit.xshells.net [178.217.187.39]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTPA id YOwuwpjgKK-jnMCx4PD; Wed, 10 Sep 2014 02:45:49 +0400 X-Yandex-Uniq: 903c6f73-4845-4b56-b951-ac1802c3e1cf DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1410302750; bh=ESYLRzMhzNh3Q2/oNqf8JVLZe9tNtR/0L/t84LaBm2s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To:User-Agent; b=dAauaThnNSkWnVFYxxMur2OJfm+cbQhstWQs3wgXvMBJb8vIffvtaWD+WrrCdprA+ 5zPhrpsWIG7bbvfUrDFUMQrMP5qKSjVHuQ4nbmJO7Z5SnbAqBSXKIMCH9NcBxuc0Ki 9xXh3RhTUUIsZhlb7/fFCVmj0/T+u1DoY2KypMG4= Authentication-Results: smtp3h.mail.yandex.net; dkim=pass header.i=@yandex.ru Date: Tue, 9 Sep 2014 23:47:45 +0100 From: Alexander Nasonov To: Matthew Hall Message-ID: <20140909224745.GA9846@neva> References: <20140909065852.GB7240@mhcomputing.net> <20140909121659.GB11499@neva> <20140909205114.GC11510@mhcomputing.net> <20140909213001.GA6574@neva> <20140909215919.GA11799@mhcomputing.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140909215919.GA11799@mhcomputing.net> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] TCP/IP stack for DPDK X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2014 22:40:47 -0000 Matthew Hall wrote: > 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? I think it shouldn't be a problem. PS my stuff depends on sljit which is also BSD-licensed. Alex