Thread (42 messages) 42 messages, 6 authors, 2021-08-20

Re: [PATCH net-next 08/18] ravb: Add R-Car common features

From: Andrew Lunn <andrew@lunn.ch>
Date: 2021-07-28 13:47:07
Also in: linux-renesas-soc

quoted
quoted
@@ -2205,8 +2235,10 @@ static int ravb_probe(struct platform_device
*pdev)
quoted
 	}
 	clk_prepare_enable(priv->refclk);

-	ndev->max_mtu = 2048 - (ETH_HLEN + VLAN_HLEN + ETH_FCS_LEN);
-	ndev->min_mtu = ETH_MIN_MTU;
+	if (info->features & RAVB_OVERRIDE_MTU_CHANGE) {
   Why? :-/ Could you tell me more details?
RX buff size = 2048 for R-Car where as it is 8K for RZ/G2L.
RAVB_OVERRIDE_MTU_CHANGE is not the most descriptive name. You are not
overriding, you are setting the correct value for the hardware
variant.

Maybe name the feature RAVB_8K_BUFFERS or RAVB_2K_BUFFERS.

Also, putting more details in the commit message will help, and lots
of small patches, each patch doing one thing. It is much better to
have 40 simple, well documented, obviously correct patches, than 20
hard to understand patches. But please do submit them in small
batches, no more than 15 at once.

	 Andrew


Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help