[dpdk-dev] [PATCH] mk: allow updates to build config on make install

2014-05-14 Thread Thomas Monjalon
2014-05-14 12:33, Richardson, Bruce: > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > > You would like to have a synchronization of your generated .config file > > with the configuration template. But it's not possible for the simple > > reason that you may have modified your

[dpdk-dev] [PATCH] mk: allow updates to build config on make install

2014-05-14 Thread Thomas Monjalon
2014-05-14 10:51, Richardson, Bruce: > > -Original Message- > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Sent: Wednesday, May 14, 2014 11:34 AM > > To: Richardson, Bruce > > Cc: dev at dpdk.org > > Subject: Re: [dpdk-dev] [PATCH]

[dpdk-dev] [PATCH] mk: allow updates to build config on make install

2014-05-14 Thread Richardson, Bruce
> > It seems reasonable. > So you plan to send a v2 with this algorithm? > I haven't started investigating such a solution just yet, but I'll see what I can come up with and I'll let you know.

[dpdk-dev] [PATCH] mk: allow updates to build config on make install

2014-05-14 Thread Thomas Monjalon
Hi Bruce 2014-05-14 11:22, Bruce Richardson: > There was an issue with rebuilding the code following a change to > one of the config files inside the "config" directory. If one did > a "make install T=" and then made a modification to the > defconfig_ file (or applied a patch which modified that f

[dpdk-dev] [PATCH] mk: allow updates to build config on make install

2014-05-14 Thread Richardson, Bruce
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, May 14, 2014 12:56 PM > To: Richardson, Bruce > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] mk: allow updates to build config on make > install > >

[dpdk-dev] [PATCH] mk: allow updates to build config on make install

2014-05-14 Thread Bruce Richardson
There was an issue with rebuilding the code following a change to one of the config files inside the "config" directory. If one did a "make install T=" and then made a modification to the defconfig_ file (or applied a patch which modified that file) a subsequent re-run of the make install command w

[dpdk-dev] [PATCH] mk: allow updates to build config on make install

2014-05-14 Thread Richardson, Bruce
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, May 14, 2014 11:34 AM > To: Richardson, Bruce > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] mk: allow updates to build config on make > install > >