public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
99fd48d579fad6285936f9bd04237b4ab655b096 blob 472 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
 
/* 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>
#include <linux/virtio_net.h>

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

#endif /* TAP_HDR_H */
debug log:

solving aa270b7 ...
found aa270b7 in https://archives.passt.top/passt-dev/20260904212826.41027-2-aerosound161@gmail.com/

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

1:7: trailing whitespace.
/* SPDX-License-Identifier: GPL-2.0-or-later\r
1:8: trailing whitespace.
 * Copyright (c) 2021 Red Hat GmbH\r
1:9: trailing whitespace.
 * Author: Stefano Brivio <sbrivio@redhat.com>\r
1:10: trailing whitespace.
 */\r
1:11: trailing whitespace.
\r
Checking patch tap_hdr.h...
Applied patch tap_hdr.h cleanly.
warning: squelched 18 whitespace errors
warning: 23 lines add whitespace errors.

index at:
100644 99fd48d579fad6285936f9bd04237b4ab655b096	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).