[dpdk-dev] [PATCH] examples/distributor: fix missing "; " in debug macro

2015-06-23 Thread Bruce Richardson
On Mon, Jun 22, 2015 at 10:53:25PM +0200, Thomas Monjalon wrote: > 2015-06-08 11:58, Bruce Richardson: > > On Fri, Jun 05, 2015 at 10:45:04PM +0200, Thomas Monjalon wrote: > > > It shows that such dead code is almost never tested. > > > It would be saner if this command would return no result: > >

[dpdk-dev] [PATCH] examples/distributor: fix missing "; " in debug macro

2015-06-22 Thread Thomas Monjalon
2015-06-08 11:58, Bruce Richardson: > On Fri, Jun 05, 2015 at 10:45:04PM +0200, Thomas Monjalon wrote: > > It shows that such dead code is almost never tested. > > It would be saner if this command would return no result: > > git grep 'ifdef.*DEBUG' examples > >

[dpdk-dev] [PATCH] examples/distributor: fix missing "; " in debug macro

2015-06-22 Thread Thomas Monjalon
2015-06-05 17:01, Bruce Richardson: > The macro to turn on additional debug output when the app was compiled > with "-DDEBUG" was missing a ";". > > Fixes: 07db4a975094 ("examples/distributor: new sample app") > > Signed-off-by: Anbarasan Murugesan > Signed-off-by: Bruce Richardson Applied,

[dpdk-dev] [PATCH] examples/distributor: fix missing "; " in debug macro

2015-06-09 Thread Stephen Hemminger
On Mon, 8 Jun 2015 11:58:10 +0100 Bruce Richardson wrote: > On Fri, Jun 05, 2015 at 10:45:04PM +0200, Thomas Monjalon wrote: > > 2015-06-05 17:01, Bruce Richardson: > > > The macro to turn on additional debug output when the app was compiled > > > with "-DDEBUG" was missing a ";". > > > > It

[dpdk-dev] [PATCH] examples/distributor: fix missing "; " in debug macro

2015-06-08 Thread Bruce Richardson
On Fri, Jun 05, 2015 at 10:45:04PM +0200, Thomas Monjalon wrote: > 2015-06-05 17:01, Bruce Richardson: > > The macro to turn on additional debug output when the app was compiled > > with "-DDEBUG" was missing a ";". > > It shows that such dead code is almost never tested. > It would be saner if

[dpdk-dev] [PATCH] examples/distributor: fix missing "; " in debug macro

2015-06-05 Thread Thomas Monjalon
2015-06-05 17:01, Bruce Richardson: > The macro to turn on additional debug output when the app was compiled > with "-DDEBUG" was missing a ";". It shows that such dead code is almost never tested. It would be saner if this command would return no result: git grep 'ifdef.*DEBUG' examples

[dpdk-dev] [PATCH] examples/distributor: fix missing "; " in debug macro

2015-06-05 Thread Bruce Richardson
The macro to turn on additional debug output when the app was compiled with "-DDEBUG" was missing a ";". Fixes: 07db4a975094 ("examples/distributor: new sample app") Signed-off-by: Anbarasan Murugesan Signed-off-by: Bruce Richardson --- examples/distributor/main.c | 2 +- 1 file changed, 1