Skip to content

feat(virtio): add rx methods#533

Merged
veqcc merged 1 commit intomainfrom
feat/virtio_rx
Jun 24, 2025
Merged

feat(virtio): add rx methods#533
veqcc merged 1 commit intomainfrom
feat/virtio_rx

Conversation

@veqcc
Copy link
Copy Markdown
Contributor

@veqcc veqcc commented Jun 24, 2025

Description

Added rx methods

  • vio_populate_rx_mbufs
  • vio_rxeof
  • vio_rx_intr

Related links

OpenBSD vio_populate_rx_mbufs
https://github.com/openbsd/src/blob/4486a3dade996393038ff471f311938f06067b99/sys/dev/pv/if_vio.c#L1393

OpenBSD vio_rxeof
https://github.com/openbsd/src/blob/4486a3dade996393038ff471f311938f06067b99/sys/dev/pv/if_vio.c#L1493

OpenBSD vio_rx_intr
https://github.com/openbsd/src/blob/4486a3dade996393038ff471f311938f06067b99/sys/dev/pv/if_vio.c#L1560

How was this PR tested?

Tested in #465

Notes for reviewers

Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
@veqcc veqcc self-assigned this Jun 24, 2025
@veqcc veqcc requested review from Koichi98 and ytakano June 24, 2025 02:34
@veqcc veqcc merged commit ac258e4 into main Jun 24, 2025
1 check passed
@veqcc veqcc deleted the feat/virtio_rx branch June 24, 2025 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants