numam-dpdk/drivers/net/iavf
Robin Zhang e9c5672ac1 net/iavf: deprecate i40evf PMD
The i40evf PMD will be deprecated, iavf will be the only VF driver for
Intel 700 serial (i40e) NIC family.

To reach this, there will be 2 steps:

Step 1: iavf will be the default VF driver, while i40evf still can be
selected by devarg: "driver=i40evf".
This is covered by this patch, which include:
1) add all 700 serial NIC VF device ID into iavf PMD
2) skip probe if devargs contain "driver=i40evf" in iavf
3) continue probe if devargs contain "driver=i40evf" in i40evf

Step 2: i40evf and related devarg are removed, this will happen at DPDK
21.11

Between step 1 and step 2, no new feature will be added into i40evf
except bug fix.

Signed-off-by: Robin Zhang <robinx.zhang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
2021-04-19 10:36:17 +02:00
..
iavf_ethdev.c net/iavf: deprecate i40evf PMD 2021-04-19 10:36:17 +02:00
iavf_fdir.c net/iavf: support flow director for IP fragment 2021-04-13 11:32:37 +02:00
iavf_generic_flow.c net/iavf: support RSS hash for IP fragment 2021-04-13 11:31:57 +02:00
iavf_generic_flow.h net/iavf: support flow director for IP fragment 2021-04-13 11:32:37 +02:00
iavf_hash.c net/iavf: support RSS hash for IP fragment 2021-04-13 11:31:57 +02:00
iavf_log.h net/iavf: refine debug build option 2021-04-01 16:10:20 +02:00
iavf_rxtx_vec_avx2.c net/iavf: fix crash in AVX512 2021-04-14 14:29:14 +02:00
iavf_rxtx_vec_avx512.c net/iavf: add offload path for Rx AVX512 flex descriptor 2021-04-14 14:48:06 +02:00
iavf_rxtx_vec_common.h net/iavf: add offload path for Rx AVX512 2021-04-14 14:47:47 +02:00
iavf_rxtx_vec_sse.c mbuf: rename outer IP checksum macro 2021-03-02 10:57:28 +01:00
iavf_rxtx.c net/iavf: add offload path for Rx AVX512 flex descriptor 2021-04-14 14:48:06 +02:00
iavf_rxtx.h net/iavf: add offload path for Rx AVX512 flex descriptor 2021-04-14 14:48:06 +02:00
iavf_vchnl.c net/iavf: fix lack of MAC type when set MAC address 2021-04-16 12:27:51 +02:00
iavf.h net/iavf: fix lack of MAC type when set MAC address 2021-04-16 12:27:51 +02:00
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
rte_pmd_iavf.h net/iavf: fix SPDX license text 2020-11-20 21:10:05 +01:00
version.map net/iavf: support flex desc metadata extraction 2020-11-03 23:35:06 +01:00