From: David S. Miller Date: Sun, 2 Sep 2018 21:13:31 +0000 (-0700) Subject: Merge branch 'mvneta-some-small-improvements' X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=42220b77495d20eff5880336faff7bca1c111ee3;p=openwrt%2Fstaging%2Fblogic.git Merge branch 'mvneta-some-small-improvements' Jisheng Zhang says: ==================== net: mvneta: some small improvements patch1 removes the NETIF_F_GRO check ourself, because the net subsystem will handle it for us. patch2 enables NETIF_F_RXCSUM by default, since the driver and HW supports the feature. patch3 is a small optimization, to reduce smp_processor_id() calling in mvneta_tx_done_gbe. since v1: - based on net-next tree - remove the fix patches, since they should be based on net branch. - Add Gregory's Reviewed-by tag ==================== Signed-off-by: David S. Miller --- 42220b77495d20eff5880336faff7bca1c111ee3