qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] hw/net: Added basic IPv6 fragmentation. Fixed IPv6 payload length. Fixed CSO for IPv6.
@ 2020-05-07 19:25 andrew
  2020-05-07 19:25 ` [PATCH 1/1] " andrew
  0 siblings, 1 reply; 4+ messages in thread
From: andrew @ 2020-05-07 19:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: jasowang, dmitry.fleytman

From: Andrew Melnychenko <andrew@daynix.com>

Compare to previous patch - fixed issue with compilation in docker fedora test.

Andrew Melnychenko (1):
  hw/net: Added basic IPv6 fragmentation. Fixed IPv6 payload length.
    Fixed CSO for IPv6.

 hw/net/net_tx_pkt.c | 54 ++++++++++++++++++++++++---
 hw/net/net_tx_pkt.h |  7 ++++
 include/net/eth.h   | 15 ++++++--
 net/eth.c           | 89 ++++++++++++++++++++++++++++++++++++++++++---
 4 files changed, 151 insertions(+), 14 deletions(-)

-- 
2.24.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-01 16:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-07 19:25 [PATCH 0/1] hw/net: Added basic IPv6 fragmentation. Fixed IPv6 payload length. Fixed CSO for IPv6 andrew
2020-05-07 19:25 ` [PATCH 1/1] " andrew
2020-05-29  9:11   ` Jason Wang
2020-06-01 16:36     ` Andrew Melnichenko

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).