Re: [PATCH 3/7] net: mvneta: rely on build_skb in mvneta_rx_swbm poll routine

2019-10-07 Thread Ilias Apalodimas
Hi Lorenzo, On Sat, Oct 05, 2019 at 10:44:36PM +0200, Lorenzo Bianconi wrote: > Refactor mvneta_rx_swbm code introducing mvneta_swbm_rx_frame and > mvneta_swbm_add_rx_fragment routines. Rely on build_skb in order to > allocate skb since the previous patch introduced buffer recycling using > the pa

[PATCH 3/7] net: mvneta: rely on build_skb in mvneta_rx_swbm poll routine

2019-10-05 Thread Lorenzo Bianconi
Refactor mvneta_rx_swbm code introducing mvneta_swbm_rx_frame and mvneta_swbm_add_rx_fragment routines. Rely on build_skb in order to allocate skb since the previous patch introduced buffer recycling using the page_pool API Tested-by: Ilias Apalodimas Signed-off-by: Ilias Apalodimas Signed-off-b