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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright (c) 2021 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

#ifndef TAP_HDR_H
#define TAP_HDR_H

#include <stdint.h>

/**
 * struct tap_hdr - tap backend specific headers
 * @vnet_len:	Frame length (for qemu socket transport)
 */
struct tap_hdr {
	uint32_t vnet_len;
} __attribute__((packed));

#endif /* TAP_HDR_H */
debug log:

solving 15bdb5b ...
found 15bdb5b in https://archives.passt.top/passt-dev/20260802132155.870796-2-aerosound161@gmail.com/

applying [1/1] https://archives.passt.top/passt-dev/20260802132155.870796-2-aerosound161@gmail.com/
diff --git a/tap_hdr.h b/tap_hdr.h
new file mode 100644
index 0000000..15bdb5b

Checking patch tap_hdr.h...
Applied patch tap_hdr.h cleanly.

index at:
100644 15bdb5bfc8585ec78485c99ba6013eb10b0b643c	tap_hdr.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).