numam-dpdk/drivers/net/i40e
Xiao Zhang 496608a079 net/i40e: fix port start during config restore
If configuring VF promiscuous mode is not supported, return '-ENOTSUP'
error code in '.promiscuous_enable/disable' dev_ops.

This is to fix the port start during config restore, where if
'.promiscuous_enable/disable' dev_ops exists and return any value other
than '-ENOTSUP', start will fail.

Same is done for '.allmulticast_enable/disable' dev_ops.

Fixes: ddc7cb0d94 ("net/i40e: re-program promiscuous mode on VF interface")
Cc: stable@dpdk.org

Signed-off-by: Xiao Zhang <xiao.zhang@intel.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
2020-03-18 10:21:41 +01:00
..
base net/i40e/base: skip further adminq init for VF 2020-02-05 09:51:19 +01:00
i40e_ethdev_vf.c net/i40e: fix port start during config restore 2020-03-18 10:21:41 +01:00
i40e_ethdev.c net/i40e: add PF MDD event handler 2020-01-17 19:59:19 +01:00
i40e_ethdev.h net/i40e: add PF MDD event handler 2020-01-17 19:59:19 +01:00
i40e_fdir.c net/i40e: fix ESP flow creation 2020-02-14 12:42:12 +01:00
i40e_flow.c net/i40e: support ESP flows 2020-01-17 19:59:18 +01:00
i40e_logs.h net/i40e: use dynamic log type for Tx/Rx debug 2019-10-07 15:00:58 +02:00
i40e_pf.c net/i40e: limit the number of VF messages 2019-10-07 15:00:56 +02:00
i40e_pf.h net/i40e: support AVF basic interface 2018-01-16 18:47:49 +01:00
i40e_regs.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_rxtx_vec_altivec.c net/i40e: replace license text with SPDX tag 2019-07-24 21:01:11 +02:00
i40e_rxtx_vec_avx2.c net/i40e: fix clang build with 16B descriptors 2019-11-20 17:36:05 +01:00
i40e_rxtx_vec_common.h net/i40e: fix Rx instability with vector mode 2018-11-05 16:50:14 +01:00
i40e_rxtx_vec_neon.c net/i40e: fix address of first segment 2019-10-23 16:43:09 +02:00
i40e_rxtx_vec_sse.c net/i40e: support flow director on SSE Rx 2019-10-23 16:43:10 +02:00
i40e_rxtx.c net/i40e: fix unchecked Tx cleanup error 2020-02-14 12:42:13 +01:00
i40e_rxtx.h net/i40e: cleanup Tx buffers 2020-01-17 19:46:26 +01:00
i40e_tm.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_vf_representor.c ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
Makefile mk: ignore missing field initializers warning 2020-02-06 09:09:37 +01:00
meson.build build: remove individual library versions 2019-11-20 23:05:39 +01:00
rte_pmd_i40e_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
rte_pmd_i40e.c net/i40e: handle ESP tunnel 2020-01-17 19:59:18 +01:00
rte_pmd_i40e.h net/i40e: support ipn3ke FPGA port bonding 2019-11-20 17:36:05 +01:00