Re: [PATCH v2 0/2] Fix CDC_EEM with 802.1Q VLAN and 1500 MTU

2012-11-08 Thread David Miller
From: Felipe Balbi Date: Thu, 8 Nov 2012 15:37:36 +0200 > Hi, > > On Wed, Nov 07, 2012 at 09:27:52PM -0500, David Miller wrote: >> From: Ian Coolidge >> Date: Wed, 7 Nov 2012 16:39:17 -0800 >> >> > cdc_eem USB host driver and gadget driver both are broken in 1500 MTU >> > case while using 802

Re: [PATCH v2 0/2] Fix CDC_EEM with 802.1Q VLAN and 1500 MTU

2012-11-08 Thread Felipe Balbi
Hi, On Wed, Nov 07, 2012 at 09:27:52PM -0500, David Miller wrote: > From: Ian Coolidge > Date: Wed, 7 Nov 2012 16:39:17 -0800 > > > cdc_eem USB host driver and gadget driver both are broken in 1500 MTU > > case while using 802.1Q VLANs. In both cases, this is due to the > > assumption of standa

Re: [PATCH v2 0/2] Fix CDC_EEM with 802.1Q VLAN and 1500 MTU

2012-11-07 Thread David Miller
From: Ian Coolidge Date: Wed, 7 Nov 2012 16:39:17 -0800 > cdc_eem USB host driver and gadget driver both are broken in 1500 MTU > case while using 802.1Q VLANs. In both cases, this is due to the > assumption of standard Ethernet frame length. > > v2: rebase against Dave Miller's 'net/master' tr