[dpdk-dev] Duplicate config symbols

2016-06-13 Thread Thomas Monjalon
2016-06-13 17:09, Christian Ehrhardt: > On Mon, Jun 13, 2016 at 3:47 PM, Thomas Monjalon 6wind.com> > wrote: > > > 2016-06-13 13:50, Christian Ehrhardt: > > > I wondered multiple times now when changing a config symbol that some of > > > them are in the .config file multiple times. > > > I

[dpdk-dev] Duplicate config symbols

2016-06-13 Thread Christian Ehrhardt
On Mon, Jun 13, 2016 at 3:47 PM, Thomas Monjalon wrote: > 2016-06-13 13:50, Christian Ehrhardt: > > I wondered multiple times now when changing a config symbol that some of > > them are in the .config file multiple times. > > I totally feel like I'm overlooking something, but still it might be >

[dpdk-dev] Duplicate config symbols

2016-06-13 Thread Thomas Monjalon
2016-06-13 13:50, Christian Ehrhardt: > I wondered multiple times now when changing a config symbol that some of > them are in the .config file multiple times. > I totally feel like I'm overlooking something, but still it might be worth > to ask. [...] > Is there any reason to do so or is this an

[dpdk-dev] Duplicate config symbols

2016-06-13 Thread Ferruh Yigit
On 6/13/2016 12:50 PM, Christian Ehrhardt wrote: > Hi, > I wondered multiple times now when changing a config symbol that some of > them are in the .config file multiple times. > I totally feel like I'm overlooking something, but still it might be worth > to ask. > > In particular: > awk -F "="

[dpdk-dev] Duplicate config symbols

2016-06-13 Thread Christian Ehrhardt
Hi, I wondered multiple times now when changing a config symbol that some of them are in the .config file multiple times. I totally feel like I'm overlooking something, but still it might be worth to ask. In particular: awk -F "=" '/=/ {print $1}' debian/build/static-root/.config | sort | uniq -c