summaryrefslogtreecommitdiffstats
path: root/src/plugins/dev_iavf/rx_node.c
AgeCommit message (Collapse)AuthorFilesLines
2023-11-22avf: put sentinel at correct placeVratko Polak1-3/+3
The previous fix was adding the sentinel before refilling rx, which gave the NIC time to overwrite it with a new descriptor. Ticket: VPP-2087 Type: fix Fixes: 8b4d474abd62c623502ad9a4a279a9b4535ca0c1 Change-Id: I32bde4a763a62fb66c5c3871d9f10af6066e2d47 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-11-02iavf: new driver using new dev infraDamjan Marion1-0/+529
Type: feature Change-Id: I9ae0dbf28b4571a37c568b587b771f90c06f200d Signed-off-by: Damjan Marion <damarion@cisco.com>