From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/bonding: fix burst hash computation Date: Wed, 31 Jan 2018 19:28:59 +0000 Message-ID: <5ea67347-5fdd-61eb-585e-a9b81df30498@intel.com> References: <1517236563-13546-1-git-send-email-radu.nicolau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: declan.doherty@intel.com, keith.wiles@intel.com, stable@dpdk.org To: Radu Nicolau , dev@dpdk.org Return-path: In-Reply-To: <1517236563-13546-1-git-send-email-radu.nicolau@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/29/2018 2:36 PM, Radu Nicolau wrote: > Fixes: 09150784a776 ("net/bonding: burst mode hash calculation") > Cc: stable@dpdk.org > > Wrong function was used for l23 and l34 hashing > slave index was incremented twice. > > Signed-off-by: Radu Nicolau Applied to dpdk-next-net/master, thanks.