numam-dpdk/drivers/net/ixgbe
David Harton f9409d6c28 net/ixgbevf: remove MTU setting limitation
Currently, if requested MTU is bigger than mbuf size and scattered
receive is not enabled, setting MTU to that value fails.

This patch allows setting this special MTU when device is stopped,
because scattered_rx will be re-configured during next port start
and driver may enable scattered receive according new MTU value.

After this patch, driver may select different receive function
automatically after MTU set, according MTU values selected.

Signed-off-by: David Harton <dharton@cisco.com>
Reviewed-by: Wei Zhao <wei.zhao1@intel.com>
2019-04-05 17:45:22 +02:00
..
base net/ixgbe/base: add LHA ID 2018-12-13 16:31:06 +00:00
ixgbe_82599_bypass.c
ixgbe_bypass_api.h
ixgbe_bypass_defines.h
ixgbe_bypass.c
ixgbe_bypass.h
ixgbe_ethdev.c net/ixgbevf: remove MTU setting limitation 2019-04-05 17:45:22 +02:00
ixgbe_ethdev.h net/ixgbe: set min and max MTU 2019-03-29 18:59:50 +01:00
ixgbe_fdir.c
ixgbe_flow.c net/ixgbe: fix flow create in ntuple check 2018-10-26 22:14:06 +02:00
ixgbe_ipsec.c net/ixgbe: prevent ic session leak on failure 2018-10-26 22:14:06 +02:00
ixgbe_ipsec.h
ixgbe_logs.h
ixgbe_pf.c net/ixgbe: support VF promiscuous by PF driver 2019-03-08 17:52:22 +01:00
ixgbe_regs.h
ixgbe_rxtx_vec_common.h
ixgbe_rxtx_vec_neon.c
ixgbe_rxtx_vec_sse.c
ixgbe_rxtx.c net/ixgbe: restore VLAN filter for VF 2019-03-20 18:15:42 +01:00
ixgbe_rxtx.h net/ixgbe: do not start on unsupported loopback mode 2019-03-01 18:17:36 +01:00
ixgbe_tm.c
ixgbe_vf_representor.c add missing static keyword to globals 2018-10-29 02:01:08 +01:00
Makefile
meson.build drivers/net: use sleep delay by default for Intel NICs 2018-10-26 22:14:06 +02:00
rte_pmd_ixgbe_version.map
rte_pmd_ixgbe.c
rte_pmd_ixgbe.h