From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH NET-NEXT 1/1] forcedeth: remove duplicate structure member in rx Date: Mon, 08 Jan 2018 14:15:36 -0500 (EST) Message-ID: <20180108.141536.1708415849815419625.davem@davemloft.net> References: <1515125199-4314-1-git-send-email-yanjun.zhu@oracle.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: keescook@chromium.org, netdev@vger.kernel.org To: yanjun.zhu@oracle.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:46782 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932372AbeAHTPi (ORCPT ); Mon, 8 Jan 2018 14:15:38 -0500 In-Reply-To: <1515125199-4314-1-git-send-email-yanjun.zhu@oracle.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Zhu Yanjun Date: Thu, 4 Jan 2018 23:06:39 -0500 > Since both first_rx and rx_ring are the head of rx ring, it not > necessary to use two structure members to statically indicate > the head of rx ring. So first_rx is removed. > > CC: Srinivas Eeda > CC: Joe Jin > CC: Junxiao Bi > Signed-off-by: Zhu Yanjun Applied, thank you.