From: Jason Wang <jasowang@redhat.com>
To: qemu-devel@nongnu.org
Cc: Jason Wang <jasowang@redhat.com>
Subject: [PULL 00/14] Net patches
Date: Tue, 29 Oct 2024 16:06:51 +0800 [thread overview]
Message-ID: <20241029080705.3238-1-jasowang@redhat.com> (raw)
The following changes since commit cea8ac78545a83e1f01c94d89d6f5a3f6b5c05d2:
Merge tag 'pull-aspeed-20241024' of https://github.com/legoater/qemu into staging (2024-10-25 13:35:22 +0100)
are available in the Git repository at:
https://github.com/jasowang/qemu.git tags/net-pull-request
for you to fetch changes up to cd76e8fcbe1a340776ae61b4e182be3a45b26219:
virtio-net: Avoid indirection_table_mask overflow (2024-10-29 15:53:29 +0800)
----------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEIV1G9IJGaJ7HfzVi7wSWWzmNYhEFAmcglKYACgkQ7wSWWzmN
YhEm/wf/cYA7i3asKMUoYqlff5mBiY3aFCWzTR5qHLBcWfnB33f9FYpAW6RgDwMa
3aFAJm1VZAynmUWgz+f537+e+7900M+P54zbD7kHCthAy7l/E7t9SkKNpe6jZHEA
P4hB09CSKm/TY1XtsFMvO5tkF9IgY51VEO+mZJesO1H2X2+3ulJYusx9fh/P6yST
bG8sbXr55v23R3z4UOovqfkuskPETwRh3qoiOLPPBy8CWkBVze8J+siC7HC+eFIo
KrQ+jhUYpIK8CAgHV09ZnlurLo6UZ0+vlo9IcJN+GQp/gsmg8OErjvzPdKKbynC/
1zjvkgyW27aHsei+baTMXGCE0P8dIw==
=6+yo
-----END PGP SIGNATURE-----
----------------------------------------------------------------
Akihiko Odaki (2):
net: Check if nc is NULL in qemu_get_vnet_hdr_len()
virtio-net: Avoid indirection_table_mask overflow
Bernhard Beschow (1):
net/tap-win32: Fix gcc 14 format truncation errors
Daniel P. Berrangé (8):
net: fix build when libbpf is disabled, but libxdp is enabled
hw/net: fix typo s/epbf/ebpf/ in virtio-net
ebpf: drop redundant parameter checks in static methods
ebpf: improve error trace events
ebpf: add formal error reporting to all APIs
hw/net: report errors from failing to use eBPF RSS FDs
ebpf: improve trace event coverage to all key operations
hw/net: improve tracing of eBPF RSS setup
Daniil Tatianin (2):
net/stream: deprecate 'reconnect' in favor of 'reconnect-ms'
chardev: finalize 'reconnect' deprecation
Stefan Weil (1):
Fix calculation of minimum in colo_compare_tcp
docs/COLO-FT.txt | 4 +-
docs/about/deprecated.rst | 10 ++++
docs/system/ppc/powernv.rst | 2 +-
ebpf/ebpf_rss-stub.c | 8 +--
ebpf/ebpf_rss.c | 118 +++++++++++++++++++++++++++---------------
ebpf/ebpf_rss.h | 10 ++--
ebpf/trace-events | 8 ++-
hw/net/trace-events | 8 +--
hw/net/virtio-net.c | 75 +++++++++++++++++----------
meson.build | 10 +++-
net/colo-compare.c | 3 +-
net/meson.build | 2 +-
net/net.c | 4 ++
net/stream.c | 34 +++++++-----
net/tap-win32.c | 15 +++---
qapi/net.json | 13 ++++-
qemu-options.hx | 46 ++++++++--------
tests/qtest/ipmi-bt-test.c | 2 +-
tests/qtest/netdev-socket.c | 2 +-
tests/qtest/vhost-user-test.c | 2 +-
tests/unit/test-char.c | 8 +--
21 files changed, 245 insertions(+), 139 deletions(-)
next reply other threads:[~2024-10-29 8:09 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-29 8:06 Jason Wang [this message]
2024-10-29 8:06 ` [PULL 01/14] net: fix build when libbpf is disabled, but libxdp is enabled Jason Wang
2024-10-29 8:06 ` [PULL 02/14] hw/net: fix typo s/epbf/ebpf/ in virtio-net Jason Wang
2024-10-29 8:06 ` [PULL 03/14] ebpf: drop redundant parameter checks in static methods Jason Wang
2024-10-29 8:06 ` [PULL 04/14] ebpf: improve error trace events Jason Wang
2024-10-29 8:06 ` [PULL 05/14] ebpf: add formal error reporting to all APIs Jason Wang
2024-10-29 8:06 ` [PULL 06/14] hw/net: report errors from failing to use eBPF RSS FDs Jason Wang
2024-10-29 8:06 ` [PULL 07/14] ebpf: improve trace event coverage to all key operations Jason Wang
2024-10-29 8:06 ` [PULL 08/14] hw/net: improve tracing of eBPF RSS setup Jason Wang
2024-10-29 8:07 ` [PULL 09/14] net/stream: deprecate 'reconnect' in favor of 'reconnect-ms' Jason Wang
2024-10-29 8:07 ` [PULL 10/14] chardev: finalize 'reconnect' deprecation Jason Wang
2024-10-29 8:07 ` [PULL 11/14] net/tap-win32: Fix gcc 14 format truncation errors Jason Wang
2024-10-29 8:07 ` [PULL 12/14] net: Check if nc is NULL in qemu_get_vnet_hdr_len() Jason Wang
2024-10-29 8:07 ` [PULL 13/14] Fix calculation of minimum in colo_compare_tcp Jason Wang
2024-10-29 8:07 ` [PULL 14/14] virtio-net: Avoid indirection_table_mask overflow Jason Wang
2024-10-29 17:05 ` [PULL 00/14] Net patches Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241029080705.3238-1-jasowang@redhat.com \
--to=jasowang@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).