[dpdk-dev] [PATCH v3 1/3] lpm: fix freeing unused sub-table on rule delete

2016-08-03 Thread Wei Dai
When all rules with depth > 24 are deleted in a same sub-table (tlb8 group) and only a rule with depth <=24 is left in it, this sub-table (tlb8 group) should be recycled. Fixes: dc81ebbacaeb ("lpm: extend IPv4 next hop field") Fixes: af75078fece3 ("first public release") Signed-off-by: Wei Dai -

[dpdk-dev] [PATCH v3 1/3] lpm: fix freeing unused sub-table on rule delete

2016-08-03 Thread Ferruh Yigit
On 8/3/2016 8:13 AM, Dai, Wei wrote: > This patch is same as patch 15063 which has been acked by Bruce Richardson. > Only title and message body of git log has been revised according to Bruce's > advice. For future, you can carry Ac with new version of the patch for these kind of cases.

[dpdk-dev] [PATCH v3 1/3] lpm: fix freeing unused sub-table on rule delete

2016-08-03 Thread Dai, Wei
This patch is same as patch 15063 which has been acked by Bruce Richardson. Only title and message body of git log has been revised according to Bruce's advice. > -Original Message- > From: Dai, Wei > Sent: Wednesday, August 3, 2016 3:02 PM > To: dev at dpdk.org > Cc: Dai, Wei > Subject: