numam-dpdk/drivers/net/avf/base
Rami Rosen 97cb8042ad net/avf/base: fix comment referencing internal data
DCR is Intel internal information, no need to be in public code.
Related commit:
1a0833efde ("net/i40e/base: fix comment referencing internal data")

Fixes: e5b2a9e957 ("net/avf/base: add base code for avf PMD")
Cc: stable@dpdk.org

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2018-12-21 16:22:41 +01:00
..
avf_adminq_cmd.h net/avf/base: fix comment referencing internal data 2018-12-21 16:22:41 +01:00
avf_adminq.c net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00
avf_adminq.h net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00
avf_alloc.h net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00
avf_common.c net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00
avf_devids.h net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00
avf_hmc.h net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00
avf_lan_hmc.h net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00
avf_osdep.h drivers/net: use sleep delay by default for Intel NICs 2018-10-26 22:14:06 +02:00
avf_prototype.h net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00
avf_register.h net/avf/base: fix shifting 32-bit signed variable 31 times 2018-11-05 15:58:45 +01:00
avf_status.h net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00
avf_type.h net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00
meson.build net/*/base: allow experimental APIs 2018-10-26 22:14:06 +02:00
README net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00
virtchnl.h net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00

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

Intel® AVF driver
=================

This directory contains source code of FreeBSD AVF driver of version
cid-avf.2018.01.02.tar.gz released by the team which develops
basic drivers for any AVF 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):

    avf_osdep.h