public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
cb9407e5cf20360ea3f755fc9d4c817597d9f78f blob 892 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright Red Hat
 * Author: Laurent Vivier <lvivier@redhat.com>
 *
 * vhost-user common UDP and TCP functions
 */

#ifndef VU_COMMON_H
#define VU_COMMON_H

#include <stddef.h>

#include <linux/virtio_net.h>

#include "ip.h"
#include "virtio.h"

int vu_collect(const struct vu_dev *vdev, struct vu_virtq *vq,
	       struct vu_virtq_element *elem, int max_elem,
	       struct iovec *in_sg, size_t max_in_sg, size_t *in_total,
	       size_t size, size_t *collected);
size_t vu_pad(struct iovec *iov, size_t cnt, size_t skipped, size_t size);
void vu_flush(const struct vu_dev *vdev, struct vu_virtq *vq,
	      struct vu_virtq_element *elem, int elem_cnt);
void vu_kick_cb(struct vu_dev *vdev, union epoll_ref ref,
		const struct timespec *now);
int vu_send_single(const struct ctx *c, const void *buf, size_t size);

#endif /* VU_COMMON_H */
debug log:

solving cb9407e5cf20 ...
found cb9407e5cf20 in https://archives.passt.top/passt-dev/20260327180958.833430-6-lvivier@redhat.com/
found 13e0126fb16c in https://archives.passt.top/passt-dev/20260327175834.831995-4-lvivier@redhat.com/
found 4037ab765b7d in https://archives.passt.top/passt-dev/20260327175834.831995-3-lvivier@redhat.com/
found 7b060eb6184f in https://passt.top/passt
preparing index
index prepared:
100644 7b060eb6184f030e4c57744064ff8263f118209c	vu_common.h

applying [1/3] https://archives.passt.top/passt-dev/20260327175834.831995-3-lvivier@redhat.com/
diff --git a/vu_common.h b/vu_common.h
index 7b060eb6184f..4037ab765b7d 100644


applying [2/3] https://archives.passt.top/passt-dev/20260327175834.831995-4-lvivier@redhat.com/
diff --git a/vu_common.h b/vu_common.h
index 4037ab765b7d..13e0126fb16c 100644


applying [3/3] https://archives.passt.top/passt-dev/20260327180958.833430-6-lvivier@redhat.com/
diff --git a/vu_common.h b/vu_common.h
index 13e0126fb16c..cb9407e5cf20 100644

Checking patch vu_common.h...
Applied patch vu_common.h cleanly.
Checking patch vu_common.h...
Applied patch vu_common.h cleanly.
Checking patch vu_common.h...
Applied patch vu_common.h cleanly.

index at:
100644 cb9407e5cf20360ea3f755fc9d4c817597d9f78f	vu_common.h

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).