numam-dpdk/drivers
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
..
baseband bb/turbo_sw: update for FlexRAN 18.09 2018-12-19 11:19:10 +01:00
bus net/dpaa2: update MC firmware version for FSLMC bus 2019-04-04 23:42:15 +02:00
common drivers/qat: fix queue pair NUMA node 2019-04-02 16:50:24 +02:00
compress compress/isal: fix getting information about CPU 2019-04-02 16:50:24 +02:00
crypto replace snprintf with strlcpy 2019-04-04 22:46:05 +02:00
event replace snprintf with strlcpy 2019-04-04 22:46:05 +02:00
mempool drivers: remove Linux EAL from include path 2019-04-04 22:06:16 +02:00
net net/ixgbevf: remove MTU setting limitation 2019-04-05 17:45:22 +02:00
raw raw/dpaa2_qdma: support non prefetch mode 2019-04-05 10:40:56 +02:00
Makefile drivers: add common as dependency for bus 2018-10-16 14:54:25 +02:00
meson.build build: add workarounds for Windows helloworld 2019-04-03 01:21:31 +02:00