net/enic: add an assert macro
authorJohn Daley <johndale@cisco.com>
Fri, 3 Jun 2016 00:22:55 +0000 (17:22 -0700)
committerBruce Richardson <bruce.richardson@intel.com>
Wed, 15 Jun 2016 15:13:56 +0000 (17:13 +0200)
commit1a4b563fa810fd08e5e8c51117270402c10d1d88
tree3e39fa4f3e3e8654c1729b28e32325be743f8f2f
parent9455b237802604a9f8ed1147b7965a05bde84c68
net/enic: add an assert macro

Add an ASSERT macro for the enic driver which is enabled when the log
level is >= RTE_LOG_DEBUG. Assert that number of mbufs to return to
the pool in the Tx function is never greater than the max allowed.

Signed-off-by: John Daley <johndale@cisco.com>
drivers/net/enic/enic.h
drivers/net/enic/enic_rxtx.c