RE: [EXT] [PATCH 2/2] qede: Use 'skb_add_rx_frag()' instead of hand coding it

2021-04-05 Thread Manish Chopra
ernel.org; Christophe JAILLET > Subject: [EXT] [PATCH 2/2] qede: Use 'skb_add_rx_frag()' instead of hand > coding > it > > External Email > > -- > Some lines of code can be merged into an equivalent 'sk

[PATCH 2/2] qede: Use 'skb_add_rx_frag()' instead of hand coding it

2021-04-04 Thread Christophe JAILLET
Some lines of code can be merged into an equivalent 'skb_add_rx_frag()' call which is less verbose. Signed-off-by: Christophe JAILLET --- drivers/net/ethernet/qlogic/qede/qede_fp.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git