numam-dpdk/drivers/common/iavf
Qi Zhang 51efc0e30d common/iavf: update version
Update base code release version in readme

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
2020-04-21 13:57:07 +02:00
..
iavf_adminq_cmd.h common/iavf: update copyright date 2020-04-21 13:57:05 +02:00
iavf_adminq.c common/iavf: update copyright date 2020-04-21 13:57:05 +02:00
iavf_adminq.h common/iavf: update copyright date 2020-04-21 13:57:05 +02:00
iavf_alloc.h common/iavf: update copyright date 2020-04-21 13:57:05 +02:00
iavf_common.c common/iavf: update copyright date 2020-04-21 13:57:05 +02:00
iavf_devids.h common/iavf: update copyright date 2020-04-21 13:57:05 +02:00
iavf_impl.c net/iavf/base: move to drivers common directory 2020-01-17 19:46:02 +01:00
iavf_osdep.h replace packed attributes 2020-04-16 18:16:46 +02:00
iavf_prototype.h common/iavf: update copyright date 2020-04-21 13:57:05 +02:00
iavf_register.h common/iavf: update copyright date 2020-04-21 13:57:05 +02:00
iavf_status.h common/iavf: update copyright date 2020-04-21 13:57:05 +02:00
iavf_type.h common/iavf: add packet type aborted code 2020-04-21 13:57:07 +02:00
Makefile build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
meson.build build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
README common/iavf: update version 2020-04-21 13:57:07 +02:00
rte_common_iavf_version.map common/iavf: fix ABI version 2020-02-14 12:42:12 +01:00
virtchnl.h common/iavf: support flow director in virtual channel 2020-04-21 13:57:07 +02:00

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

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

This directory contains source code of FreeBSD IAVF driver of version
cid-avf.2020.04.09.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