* Userland IP stack for DPDK @ 2014-09-18 4:13 Vadim Suraev [not found] ` <CAJ0CJ8nzS9BKcd=OYKLAGxdhDefC25+e71OuMqsz3c3LLWQ7oA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Vadim Suraev @ 2014-09-18 4:13 UTC (permalink / raw) To: dev-VfR2kkLFssw Hi, I've published the source code of Linux kernel IP stack ported to user space and integrated with DPDK (1.6 currently). I includes also some example applications & test scripts as well as documentation about what & how is done and how to use & adapt it. The source: git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:vadimsu/ipaugenblick.git <https://mail.google.com/mail/u/0/git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:vadimsu/ipaugenblick.git> two branches - master & muticore Documentation: - README at the root of the project ipaugenblick.net Please feel free to ask questions you may have Regards, Vadim. ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <CAJ0CJ8nzS9BKcd=OYKLAGxdhDefC25+e71OuMqsz3c3LLWQ7oA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: Userland IP stack for DPDK [not found] ` <CAJ0CJ8nzS9BKcd=OYKLAGxdhDefC25+e71OuMqsz3c3LLWQ7oA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2014-09-18 5:44 ` Matthew Hall 2014-09-18 12:16 ` Neil Horman 1 sibling, 0 replies; 4+ messages in thread From: Matthew Hall @ 2014-09-18 5:44 UTC (permalink / raw) To: Vadim Suraev; +Cc: dev-VfR2kkLFssw On Thu, Sep 18, 2014 at 07:13:43AM +0300, Vadim Suraev wrote: > Hi, > I've published the source code of Linux kernel IP stack ported to user space > and integrated with DPDK (1.6 currently). > I includes also some example applications & test scripts as well as > documentation > about what & how is done and how to use & adapt it. > The source: > git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:vadimsu/ipaugenblick.git > <https://mail.google.com/mail/u/0/git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:vadimsu/ipaugenblick.git> > two branches - master & muticore > Documentation: > - README at the root of the project > ipaugenblick.net > Please feel free to ask questions you may have > Regards, > Vadim. Hi Vadim, The docs you wrote are very good. Not many developers offer support over Skype either, this is quite unique and very cool! :) Definitely going to find some time to experiment with it. In a few weeks I'll release my code too. Matthew. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Userland IP stack for DPDK [not found] ` <CAJ0CJ8nzS9BKcd=OYKLAGxdhDefC25+e71OuMqsz3c3LLWQ7oA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2014-09-18 5:44 ` Matthew Hall @ 2014-09-18 12:16 ` Neil Horman [not found] ` <20140918121658.GC20389-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org> 1 sibling, 1 reply; 4+ messages in thread From: Neil Horman @ 2014-09-18 12:16 UTC (permalink / raw) To: Vadim Suraev; +Cc: dev-VfR2kkLFssw On Thu, Sep 18, 2014 at 07:13:43AM +0300, Vadim Suraev wrote: > Hi, > I've published the source code of Linux kernel IP stack ported to user space > and integrated with DPDK (1.6 currently). > I includes also some example applications & test scripts as well as > documentation > about what & how is done and how to use & adapt it. > The source: > git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:vadimsu/ipaugenblick.git > <https://mail.google.com/mail/u/0/git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:vadimsu/ipaugenblick.git> > two branches - master & muticore > Documentation: > - README at the root of the project > ipaugenblick.net > Please feel free to ask questions you may have > Regards, > Vadim. > You copied these files from the Linux Kernel sources, but failed to copy the GPLv2 license file. IANAL, but I expect you'll want to include that so as to be clear about how that code is licensed (copyright isn't included in specific kernel files), as well as including a license for your independently written code (assuming you would like it to be different than GPL v2) Neil ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20140918121658.GC20389-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>]
* Re: Userland IP stack for DPDK [not found] ` <20140918121658.GC20389-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org> @ 2014-09-18 12:18 ` Vadim Suraev 0 siblings, 0 replies; 4+ messages in thread From: Vadim Suraev @ 2014-09-18 12:18 UTC (permalink / raw) To: Neil Horman; +Cc: dev-VfR2kkLFssw I'll add it. Thanks On Sep 18, 2014 3:17 PM, "Neil Horman" <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org> wrote: > On Thu, Sep 18, 2014 at 07:13:43AM +0300, Vadim Suraev wrote: > > Hi, > > I've published the source code of Linux kernel IP stack ported to user > space > > and integrated with DPDK (1.6 currently). > > I includes also some example applications & test scripts as well as > > documentation > > about what & how is done and how to use & adapt it. > > The source: > > git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:vadimsu/ipaugenblick.git > > < > https://mail.google.com/mail/u/0/git-9UaJU3cA/F/QT0dZR+AlfA@public.gmane.org:vadimsu/ipaugenblick.git> > > two branches - master & muticore > > Documentation: > > - README at the root of the project > > ipaugenblick.net > > Please feel free to ask questions you may have > > Regards, > > Vadim. > > > > You copied these files from the Linux Kernel sources, but failed to copy > the > GPLv2 license file. IANAL, but I expect you'll want to include that so as > to be > clear about how that code is licensed (copyright isn't included in specific > kernel files), as well as including a license for your independently > written > code (assuming you would like it to be different than GPL v2) > Neil > > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-18 12:18 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-09-18 4:13 Userland IP stack for DPDK Vadim Suraev [not found] ` <CAJ0CJ8nzS9BKcd=OYKLAGxdhDefC25+e71OuMqsz3c3LLWQ7oA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2014-09-18 5:44 ` Matthew Hall 2014-09-18 12:16 ` Neil Horman [not found] ` <20140918121658.GC20389-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org> 2014-09-18 12:18 ` Vadim Suraev
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).