Re: [PATCH net-next 1/1] forcedeth: remove duplicate structure member in rx

2018-01-23 Thread David Miller
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

[PATCH net-next 1/1] forcedeth: remove duplicate structure member in rx

2018-01-22 Thread Zhu Yanjun
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 |

Re: [PATCH NET-NEXT 1/1] forcedeth: remove duplicate structure member in rx

2018-01-08 Thread David Miller
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

[PATCH NET-NEXT 1/1] forcedeth: remove duplicate structure member in rx

2018-01-04 Thread Zhu Yanjun
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 ++