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

2014-05-05 Thread Ivan Boule
t; > -Original Message- > From: Ivan Boule [mailto:ivan.boule at 6wind.com] > Sent: Wednesday, April 30, 2014 10:49 AM > To: Ananyev, Konstantin; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] ixgbevf jumbo frame issue with DPDK VF > > Hi Konstantin, > > The content&#x

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

2014-04-30 Thread Ivan Boule
Hi Konstantin, The content's of your patch is OK. However, the following fix in the function `eth_igbvf_rx_init`: - if (hw->mac.type == e1000_82576) { + if (hw->mac.type == e1000_vfadapt) { should be sent in a different patch (without the spurious blank character )

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

2014-04-24 Thread Ananyev, Konstantin
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] ixgbevf jumbo frame issue with DPDK VF] fix for jumbo frame issue with DPDK VF

2014-04-24 Thread David Marchand
Hello Konstantin, I wanted to have a look at your patch but I can't apply it. It looks like the patch content is broken (see below). Plus the mail subject looks odd to me. Can you resend a fixed patch ? Thanks. -- David Marchand On 04/23/2014 05:39 PM, Ananyev, Konstantin wrote: > When late

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

2014-04-23 Thread Ananyev, Konstantin
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