ixgbevf: allow to set MTU
authorIvan Boule <ivan.boule@6wind.com>
Tue, 17 Jun 2014 18:09:31 +0000 (20:09 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Jun 2014 22:55:10 +0000 (00:55 +0200)
commit12cd0cccc3db2db2e7b1c3f295efa7b2751c06f0
tree842e5edf367b159ae3637aae46448b5aba915d45
parent59d0ecdbf0e1d63506eba308addc8ab090386392
ixgbevf: allow to set MTU

The support of jumbo frames in the ixgbevf Poll Mode Driver of 10GbE
82599 VF functions consists in the following enhancements:

- Implement the mtu_set function in the ixgbevf PMD, using the IXGBE_VF_SET_LPE
  request of the version 1.0 of the VF/PF mailbox API for this purpose.

- Add a detailed explanation on the VF/PF rx max frame len negotiation.

Signed-off-by: Ivan Boule <ivan.boule@6wind.com>
Signed-off-by: David Marchand <david.marchand@6wind.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
lib/librte_pmd_ixgbe/ixgbe_ethdev.c
lib/librte_pmd_ixgbe/ixgbe_rxtx.c