From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 1/1] forcedeth: optimize the xmit with unlikely Date: Thu, 30 Nov 2017 09:35:17 -0500 (EST) Message-ID: <20171130.093517.943709495704512711.davem@davemloft.net> References: <1511851342-5532-1-git-send-email-yanjun.zhu@oracle.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, tremyfr@gmail.com To: yanjun.zhu@oracle.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:44882 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751457AbdK3OfS (ORCPT ); Thu, 30 Nov 2017 09:35:18 -0500 In-Reply-To: <1511851342-5532-1-git-send-email-yanjun.zhu@oracle.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Zhu Yanjun Date: Tue, 28 Nov 2017 01:42:22 -0500 > In xmit, it is very impossible that TX_ERROR occurs. So using > unlikely optimizes the xmit process. > > CC: Srinivas Eeda > CC: Joe Jin > CC: Junxiao Bi > Signed-off-by: Zhu Yanjun Applied.