aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dev_iavf/virtchnl_funcs.h
AgeCommit message (Collapse)AuthorFilesLines
2024-09-03iavf: fully support off-by-one driver behaviorVratko Polak1-0/+4
Previously, iavf_port_add_del_eth_addr was not using large enough buffer and address sanitizer does not allow that. Type: fix Change-Id: Icd1491fb5651aed20685d15224e9c725347ef369 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-11-02iavf: new driver using new dev infraDamjan Marion1-0/+241
Type: feature Change-Id: I9ae0dbf28b4571a37c568b587b771f90c06f200d Signed-off-by: Damjan Marion <damarion@cisco.com>