From: Zhu Yanjun
Date: Tue, 23 Jan 2018 02:03:37 -0500
> 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
> CC: Joe Jin
> CC: Junxiao Bi
> S
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
CC: Joe Jin
CC: Junxiao Bi
Signed-off-by: Zhu Yanjun
---
drivers/net/ethernet/nvidia/forcedeth.c |
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
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
---
drivers/net/ethernet/nvidia/forcedeth.c | 17 ++