From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?TMOhc3psw7MgTW9sbsOhcg==?= Subject: bug in LPM handling (16.04+) Date: Wed, 29 Mar 2017 14:25:34 +0200 Message-ID: <20170329122534.GO2871@elxafv3bk32> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Return-path: Received: from sessmg23.ericsson.net (sessmg23.ericsson.net [193.180.251.45]) by dpdk.org (Postfix) with ESMTP id D2135D466 for ; Wed, 29 Mar 2017 14:25:56 +0200 (CEST) Content-Disposition: inline List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, While testing the LPM implementation of DPDK (16.04+), I found that in some cases prefixes are not added correctly to the table. This problem seems to be caused by incorrect casts. See attached patch. L