Re: [PATCH 08/11] net: ll_temac: Do not use fixed mtu size

2012-10-04 Thread Michal Simek
On 10/04/2012 09:22 PM, Ben Hutchings wrote: On Thu, 2012-10-04 at 20:14 +0200, Michal Simek wrote: Use max mtu instead. [...] MTU does not include the Ethernet header so I have no idea how this is expected to work... Right. This is wrong fix. It should be the same as is in axienet. There is

Re: [PATCH 08/11] net: ll_temac: Do not use fixed mtu size

2012-10-04 Thread Ben Hutchings
On Thu, 2012-10-04 at 20:14 +0200, Michal Simek wrote: > Use max mtu instead. [...] MTU does not include the Ethernet header so I have no idea how this is expected to work... Ben. -- Ben Hutchings, Staff Engineer, Solarflare Not speaking for my employer; that's the marketing department's job. T

[PATCH 08/11] net: ll_temac: Do not use fixed mtu size

2012-10-04 Thread Michal Simek
Use max mtu instead. Signed-off-by: Michal Simek CC: Anirudha Sarangi CC: John Linn CC: Grant Likely CC: Rob Herring CC: David S. Miller --- drivers/net/ethernet/xilinx/ll_temac_main.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/net/ethernet