Re: [PATCH net-next 1/1] forcedeth: optimize the xmit with unlikely

2017-11-30 Thread David Miller
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.

[PATCH net-next 1/1] forcedeth: optimize the xmit with unlikely

2017-11-27 Thread Zhu Yanjun
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 --- drivers/net/ethernet/nvidia/forcedeth.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drive