numam-dpdk/drivers/common/iavf
Simei Su 90160401a2 common/iavf: support Rx timestamp in virtual channel
Add new ops and structures to support VF to support Rx timestamp
on flex descriptor.

"VIRTCHNL_OP_1588_PTP_GET_CAPS" ops is sent by the VF to request PTP
capabilities and responded by the PF with capabilities enabled for
that VF.

"VIRTCHNL_OP_1588_PTP_GET_TIME" ops is sent by the VF to request
the current time of the PHC. The PF will respond by reading the
device time and reporting it back to the VF.

Signed-off-by: Simei Su <simei.su@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2022-05-09 03:51:51 +02:00
..
iavf_adminq_cmd.h common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
iavf_adminq.c remove extra blank line at EOF 2022-02-27 21:26:06 +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 drivers/net: fix memzone allocations for DMA memory 2021-07-07 14:30:30 +02:00
iavf_osdep.h net/iavf: use write combining store for tail updates 2021-06-10 12:04:16 +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 fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
meson.build common/iavf: update copyright date 2021-01-13 18:51:58 +01:00
README common/iavf: update base driver version 2021-09-13 02:47:33 +02:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00
virtchnl_inline_ipsec.h net/iavf: support NAT-T / UDP encapsulation 2022-03-01 20:27:31 +01:00
virtchnl.h common/iavf: support Rx timestamp in virtual channel 2022-05-09 03:51:51 +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.08.16.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