lpm: fix depth small entry add
authorZhe Tao <zhe.tao@intel.com>
Thu, 30 Jul 2015 03:19:02 +0000 (11:19 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 3 Aug 2015 11:50:00 +0000 (13:50 +0200)
commit830118e7f3f28a4cd47a94a255c6b8848d1c984a
treebc85784987c516f574b17797221982de919a60a0
parenta4b7a5a45cf56e796c70d816842d3365a86f1fd5
lpm: fix depth small entry add

When adding a "depth small" entry, if its extended flag is not set and
its depth is smaller than the one in the tbl24, nothing should be done
otherwise will operate on the wrong memory area.

Signed-off-by: Zhe Tao <zhe.tao@intel.com>
Acked-by: Cunming Liang <cunming.liang@intel.com>
lib/librte_lpm/rte_lpm.c