From: Lorenzo Bianconi <lore...@kernel.org> Date: Tue, 8 Sep 2020 20:23:31 +0200
> In order to easily change the rx buffer size, rely on > MVNETA_MAX_RX_BUF_SIZE instead of PAGE_SIZE in mvneta_swbm_rx_frame > routine for rx buffer split. Currently this is not an issue since we set > MVNETA_MAX_RX_BUF_SIZE to PAGE_SIZE - MVNETA_SKB_PAD but it is a good to > have to configure a different rx buffer size. > > Signed-off-by: Lorenzo Bianconi <lore...@kernel.org> Applied, thanks.