numam-dpdk/drivers/common/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_adminq_cmd.h common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
iavf_adminq.c common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
iavf_adminq.h common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
iavf_alloc.h common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
iavf_common.c common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
iavf_devids.h net/iavf: deprecate i40evf PMD 2021-04-19 10:36:17 +02:00
iavf_impl.c common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
iavf_osdep.h common/iavf: build on Windows 2021-04-06 19:00:36 +02:00
iavf_prototype.h common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
iavf_register.h common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
iavf_status.h common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
iavf_type.h common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
meson.build common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
README common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00
virtchnl.h common/iavf: add protocol header for IP fragment 2021-04-13 11:31:25 +02:00

/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright(c) 2019-2021 Intel Corporation
 */

Intel® IAVF driver
=================

This directory contains source code of FreeBSD IAVF driver of version
cid-avf.2021.01.12.tar.gz released by the team which develops
basic drivers for any IAVF NIC. The directory of base/ contains the
original source package.

Updating the driver
===================

NOTE: The source code in this directory should not be modified apart from
the following file(s):

    iavf_osdep.h
    iavf_impl.c