2015-06-04 14:54, Helin Zhang: > It wouldn't check the configured maximum packet length, and then > the scattered receiving function wouldn't be selected at all even > if it wants to receive a jumbo frame. The fix is to select the > correct RX function according to the configurations. > > Signed-off-by: Helin Zhang <helin.zhang at intel.com> > --- > drivers/net/i40e/i40e_ethdev.h | 2 + > drivers/net/i40e/i40e_ethdev_vf.c | 85 > ++++++++++++++++++++++++++------------- > drivers/net/i40e/i40e_rxtx.c | 1 - > 3 files changed, 59 insertions(+), 29 deletions(-) > > v2 changes: > * Removed maximum packet length check and jumbo frame check in > i40evf_dev_start(), as the same checks are already in each queue > initialization. > > v3 changes: > * Added code style fixes.
Applied, thanks