[dpdk-dev] [PATCH] fix for jumbo frame issue with DPDK VF

2014-05-27 Thread Thomas Monjalon
> > When latest Linux ixgbe PF is used, and DPDK VF is used in DPDK > > application, jumbo frames are not received. > > Also - if Linux ixgbe PF has MTU set to 1500 (default), > > then normal sized packets can be received by DPDK VF. > > However, if Linux PF has MTU > 1500, then DPDK VF receives no

[dpdk-dev] [PATCH] fix for jumbo frame issue with DPDK VF

2014-05-22 Thread Thomas Monjalon
Hi Konstantin, 2014-05-06 11:48, Konstantin Ananyev: > When latest Linux ixgbe PF is used, and DPDK VF is used in DPDK application, > jumbo frames are not received. > Also - if Linux ixgbe PF has MTU set to 1500 (default), > then normal sized packets can be received by DPDK VF. > However, if Linux

[dpdk-dev] [PATCH] fix for jumbo frame issue with DPDK VF

2014-05-07 Thread Ivan Boule
On 05/06/2014 04:31 PM, Konstantin Ananyev wrote: > When latest Linux ixgbe PF is used, and DPDK VF is used in DPDK application, > jumbo frames are not received. > Also - if Linux ixgbe PF has MTU set to 1500 (default), > then normal sized packets can be received by DPDK VF. > However, if Linux PF

[dpdk-dev] [PATCH] fix for jumbo frame issue with DPDK VF

2014-05-06 Thread Konstantin Ananyev
When latest Linux ixgbe PF is used, and DPDK VF is used in DPDK application, jumbo frames are not received. Also - if Linux ixgbe PF has MTU set to 1500 (default), then normal sized packets can be received by DPDK VF. However, if Linux PF has MTU > 1500, then DPDK VF receives no packets (normal or

[dpdk-dev] [PATCH] fix for jumbo frame issue with DPDK VF

2014-05-06 Thread Konstantin Ananyev
When latest Linux ixgbe PF is used, and DPDK VF is used in DPDK application, jumbo frames are not received. Also - if Linux ixgbe PF has MTU set to 1500 (default), then normal sized packets can be received by DPDK VF. However, if Linux PF has MTU > 1500, then DPDK VF receives no packets (normal or