From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCHv2 net-next 1/1] forcedeth: remove unnecessary structure member Date: Mon, 11 Dec 2017 14:04:29 -0500 (EST) Message-ID: <20171211.140429.1510398539345216417.davem@davemloft.net> References: <20171207.140719.544312559507472280.davem@davemloft.net> <1512875246-28258-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, keescook@chromium.org To: yanjun.zhu@oracle.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:38534 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751356AbdLKTEb (ORCPT ); Mon, 11 Dec 2017 14:04:31 -0500 In-Reply-To: <1512875246-28258-1-git-send-email-yanjun.zhu@oracle.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Zhu Yanjun Date: Sat, 9 Dec 2017 22:07:26 -0500 > Since both tx_ring and first_tx are the head of tx ring, it not > necessary to use two structure members to statically indicate > the head of tx ring. So first_tx is removed. > > CC: Srinivas Eeda > CC: Joe Jin > CC: Junxiao Bi > Signed-off-by: Zhu Yanjun I suspect this extraneous member was meant to be used for multiqueue support or something like that. But, it never got really used, and your change is correct. Applied, thanks.