From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] qed: Use list_move_tail instead of list_del/list_add_tail Date: Mon, 17 Oct 2016 15:36:35 -0400 (EDT) Message-ID: <20161017.153635.798383310340984408.davem@davemloft.net> References: <1476717471-16261-1-git-send-email-weiyj.lk@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: weiyj.lk@gmail.com, Yuval.Mintz@qlogic.com, Ariel.Elior@qlogic.com, weiyongjun1@huawei.com, everest-linux-l2@qlogic.com, netdev@vger.kernel.org To: Yuval.Mintz@cavium.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:59826 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759318AbcJQThE (ORCPT ); Mon, 17 Oct 2016 15:37:04 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: "Mintz, Yuval" Date: Mon, 17 Oct 2016 19:10:10 +0000 >> Using list_move_tail() instead of list_del() + list_add_tail(). > >> Signed-off-by: Wei Yongjun > > Thanks. > Acked-by: Yuval Mintz Applied, thanks.