[PATCH] net: removes duplicate skb_mark_napi_id() calls.

2016-03-18 Thread Weongyo Jeong
Because napi_gro_receive() function calls skb_mark_napi_id() function, it doesn't need to set it twice. Signed-off-by: Weongyo Jeong --- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 14 -- drivers/net/ethernet/cisco/enic/enic_main.c | 7 --- drivers/net/ethernet/int

Re: [PATCH] net: removes duplicate skb_mark_napi_id() calls.

2016-03-18 Thread David Miller
From: Weongyo Jeong Date: Wed, 16 Mar 2016 10:04:53 -0700 > Because napi_gro_receive() function calls skb_mark_napi_id() function, > it doesn't need to set it twice. > > Signed-off-by: Weongyo Jeong Unless you can show a significant performance argument, or other significant improvement result