[dpdk-dev] [PATCH] net/enic: remove useless assert macro

2016-07-10 Thread Thomas Monjalon
> > The macro ENIC_ASSERT does the same thing as RTE_ASSERT, thus it can be > > removed. > > > > Signed-off-by: Thomas Monjalon > Acked-by: John Daley Applied

[dpdk-dev] [PATCH] net/enic: remove useless assert macro

2016-07-08 Thread John Daley (johndale)
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, July 06, 2016 8:25 AM > To: John Daley (johndale) ; Nelson Escobar > (neescoba) > Cc: dev at dpdk.org > Subject: [PATCH] net/enic: remove useless assert macro > > The macro ENIC_ASSERT

[dpdk-dev] [PATCH] net/enic: remove useless assert macro

2016-07-06 Thread Thomas Monjalon
The macro ENIC_ASSERT does the same thing as RTE_ASSERT, thus it can be removed. Signed-off-by: Thomas Monjalon --- drivers/net/enic/enic.h | 12 drivers/net/enic/enic_rxtx.c | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/drivers/net/enic/enic.h