aboutgitcodebugslistschat
path: root/tcp_buf.c
Commit message (Collapse)AuthorAgeFilesLines
* tcp: vhost-user RX nocopyLaurent Vivier2024-03-121-1/+0
| | | | Signed-off-by: Laurent Vivier <lvivier@redhat.com>
* vhost-user: compare mode MODE_PASTA and not MODE_PASSTLaurent Vivier2024-03-121-1/+1
| | | | | | | | As we are going to introduce the MODE_VU that will act like the mode MODE_PASST, compare to MODE_PASTA rather than to add a comparison to MODE_VU when we check for MODE_PASST. Signed-off-by: Laurent Vivier <lvivier@redhat.com>
* tcp: move buffers management functions to their own fileLaurent Vivier2024-03-121-0/+495
Signed-off-by: Laurent Vivier <lvivier@redhat.com>