Re: [net-next PATCH v3 4/4] net: macb: Add change_mtu callback with jumbo support

2015-05-09 Thread David Miller
From: Harini Katakam Date: Wed, 6 May 2015 22:27:18 +0530 > Add macb_change_mtu callback; if jumbo frame support is present allow > mtu size changes upto (jumbo max length allowed - headers). > > Signed-off-by: Harini Katakam > Reviewed-by: Punnaiah Choudary Kalluri Applied. -- To

Re: [net-next PATCH v3 4/4] net: macb: Add change_mtu callback with jumbo support

2015-05-09 Thread David Miller
From: Harini Katakam harini.kata...@xilinx.com Date: Wed, 6 May 2015 22:27:18 +0530 Add macb_change_mtu callback; if jumbo frame support is present allow mtu size changes upto (jumbo max length allowed - headers). Signed-off-by: Harini Katakam hari...@xilinx.com Reviewed-by: Punnaiah

[net-next PATCH v3 4/4] net: macb: Add change_mtu callback with jumbo support

2015-05-06 Thread Harini Katakam
Add macb_change_mtu callback; if jumbo frame support is present allow mtu size changes upto (jumbo max length allowed - headers). Signed-off-by: Harini Katakam Reviewed-by: Punnaiah Choudary Kalluri --- v3: Check for jumbo capability in macb_config. v2: Move constant definition. ---

[net-next PATCH v3 4/4] net: macb: Add change_mtu callback with jumbo support

2015-05-06 Thread Harini Katakam
Add macb_change_mtu callback; if jumbo frame support is present allow mtu size changes upto (jumbo max length allowed - headers). Signed-off-by: Harini Katakam hari...@xilinx.com Reviewed-by: Punnaiah Choudary Kalluri punn...@xilinx.com --- v3: Check for jumbo capability in macb_config. v2: