public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
817384175a1d3053ea93eb56259df88fb24710c4 blob 903 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);
void vu_flush(const struct vu_dev *vdev, struct vu_virtq *vq,
	      struct vu_virtq_element *elem, int elem_cnt, size_t frame_len);
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);
void vu_pad(const struct iovec *iov, size_t cnt, size_t frame_len);

#endif /* VU_COMMON_H */
debug log:

solving 817384175a1d ...
found 817384175a1d in https://archives.passt.top/passt-dev/20260401215508.2149752-5-lvivier@redhat.com/ ||
	https://archives.passt.top/passt-dev/20260401192605.1783897-5-lvivier@redhat.com/
found 51f70084a7cb in https://archives.passt.top/passt-dev/20260401191826.1782394-11-lvivier@redhat.com/
found 77d1849e6115 in https://archives.passt.top/passt-dev/20260401191826.1782394-9-lvivier@redhat.com/
found 4037ab765b7d in https://archives.passt.top/passt-dev/20260401191826.1782394-4-lvivier@redhat.com/ ||
	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/6] https://archives.passt.top/passt-dev/20260401191826.1782394-4-lvivier@redhat.com/
diff --git a/vu_common.h b/vu_common.h
index 7b060eb6184f..4037ab765b7d 100644

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

skipping https://archives.passt.top/passt-dev/20260327175834.831995-3-lvivier@redhat.com/ for 4037ab765b7d
index at:
100644 4037ab765b7d13f748be79a5c0fc6b261e8e53f4	vu_common.h

applying [2/6] https://archives.passt.top/passt-dev/20260401191826.1782394-9-lvivier@redhat.com/
diff --git a/vu_common.h b/vu_common.h
index 4037ab765b7d..77d1849e6115 100644


applying [3/6] https://archives.passt.top/passt-dev/20260401191826.1782394-11-lvivier@redhat.com/
diff --git a/vu_common.h b/vu_common.h
index 77d1849e6115..51f70084a7cb 100644


applying [4/6] https://archives.passt.top/passt-dev/20260401215508.2149752-5-lvivier@redhat.com/
diff --git a/vu_common.h b/vu_common.h
index 51f70084a7cb..817384175a1d 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.

skipping https://archives.passt.top/passt-dev/20260401192605.1783897-5-lvivier@redhat.com/ for 817384175a1d
index at:
100644 817384175a1d3053ea93eb56259df88fb24710c4	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).