commit | a9124ec443babc80fc41fc620b60616231e7e893 | [log] [tgz] |
---|---|---|
author | Zhu Yanjun <yanjun.zhu@oracle.com> | Tue Jan 23 02:03:37 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 23 11:11:41 2018 -0500 |
tree | ca2ad3393a98d901f962cb7fdcb07e8031c7d337 | |
parent | d76632751af45cbcdac4ff355bdb4e841508dd41 [diff] |
forcedeth: remove duplicate structure member in rx Since both first_rx_ctx and rx_skb are the head of rx ctx, it not necessary to use two structure members to statically indicate the head of rx ctx. So first_rx_ctx is removed. CC: Srinivas Eeda <srinivas.eeda@oracle.com> CC: Joe Jin <joe.jin@oracle.com> CC: Junxiao Bi <junxiao.bi@oracle.com> Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>