Re: [dpdk-dev] [PATCH] SDK: Add scripts to initialize DPDK runtime

2019-01-18 Thread Ferruh Yigit
On 1/17/2019 5:38 PM, Stephen Hemminger wrote: > On Tue, 13 Dec 2016 16:19:00 +0100 > Christian Ehrhardt wrote: > >> Stefans mail got rejected by moderator (??!), reposting FYI as I'm >> subscribed and should autopass the moderation. >> >> On Tue, Dec 13, 2016 at 3:45 PM, Stefan Bader >> wrote:

Re: [dpdk-dev] [PATCH] SDK: Add scripts to initialize DPDK runtime

2019-01-17 Thread Stephen Hemminger
On Tue, 13 Dec 2016 16:19:00 +0100 Christian Ehrhardt wrote: > Stefans mail got rejected by moderator (??!), reposting FYI as I'm > subscribed and should autopass the moderation. > > On Tue, Dec 13, 2016 at 3:45 PM, Stefan Bader > wrote: > > > On 13.12.2016 08:00, Christian Ehrhardt wrote: >

Re: [dpdk-dev] [PATCH] SDK: Add scripts to initialize DPDK runtime

2016-12-13 Thread Christian Ehrhardt
Stefans mail got rejected by moderator (??!), reposting FYI as I'm subscribed and should autopass the moderation. On Tue, Dec 13, 2016 at 3:45 PM, Stefan Bader wrote: > On 13.12.2016 08:00, Christian Ehrhardt wrote: > > > > On Mon, Dec 12, 2016 at 10:58 PM, Luca Boccassi >

Re: [dpdk-dev] [PATCH] SDK: Add scripts to initialize DPDK runtime

2016-12-12 Thread Christian Ehrhardt
On Mon, Dec 12, 2016 at 10:58 PM, Luca Boccassi wrote: > If the 2 authors (CC'ed Stefan, the second one) agree and give > permission it could be relicensed to BSD. > > Stefan, Christian, is that OK for you? > To re-license it for this purpose is ok for me, I'll ask Stefan later today who was sta

Re: [dpdk-dev] [PATCH] SDK: Add scripts to initialize DPDK runtime

2016-12-12 Thread Jay Rolette
On Mon, Dec 12, 2016 at 3:12 PM, Bruce Richardson < bruce.richard...@intel.com> wrote: > On Mon, Dec 12, 2016 at 07:24:02PM +, Luca Boccassi wrote: > > From: Christian Ehrhardt > > > > A tools/init directory is added with dpdk-init, a script that can be > > used to initialize a DPDK runtime e

Re: [dpdk-dev] [PATCH] SDK: Add scripts to initialize DPDK runtime

2016-12-12 Thread Luca Boccassi
On Mon, 2016-12-12 at 21:12 +, Bruce Richardson wrote: > On Mon, Dec 12, 2016 at 07:24:02PM +, Luca Boccassi wrote: > > From: Christian Ehrhardt > > > > A tools/init directory is added with dpdk-init, a script that can be > > used to initialize a DPDK runtime environment. 2 config files w

Re: [dpdk-dev] [PATCH] SDK: Add scripts to initialize DPDK runtime

2016-12-12 Thread Bruce Richardson
On Mon, Dec 12, 2016 at 07:24:02PM +, Luca Boccassi wrote: > From: Christian Ehrhardt > > A tools/init directory is added with dpdk-init, a script that can be > used to initialize a DPDK runtime environment. 2 config files with > default options, dpdk.conf and interfaces, are provided as well

[dpdk-dev] [PATCH] SDK: Add scripts to initialize DPDK runtime

2016-12-12 Thread Luca Boccassi
From: Christian Ehrhardt A tools/init directory is added with dpdk-init, a script that can be used to initialize a DPDK runtime environment. 2 config files with default options, dpdk.conf and interfaces, are provided as well together with a SysV init script and a systemd service unit. Signed-off