qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/5] net/tap: some fixes and refactorings


From: Vladimir Sementsov-Ogievskiy
Subject: Re: [PATCH 0/5] net/tap: some fixes and refactorings
Date: Sat, 9 Jan 2021 12:58:50 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

ping :)

21.12.2020 22:06, Vladimir Sementsov-Ogievskiy wrote:
Hi all. I have a work in progress around net/tap (and not sure, will
it be done or we go another way), but some fixes and good refactoring
I'd like to post anyway:

Vladimir Sementsov-Ogievskiy (5):
   net/tap: fix net_init_tap(): set ret on failure path
   net/tap: drop duplicated tap stubs
   net/tap: tap_set_sndbuf(): return status
   net/tap: refactor and improve net_init_tap_one()
   net/tap: net_init_tap_one(): fix net-client leak on failure path

  include/net/vhost_net.h |   3 -
  net/tap_int.h           |   2 +-
  net/tap-bsd.c           |  53 ------------------
  net/tap-linux.c         |   5 +-
  net/tap-open-stub.c     |  34 ++++++++++++
  net/tap-solaris.c       |  53 ------------------
  net/tap-stub.c          |   9 +--
  net/tap.c               | 119 ++++++++++++++++++++++------------------
  net/meson.build         |   3 +
  9 files changed, 108 insertions(+), 173 deletions(-)
  create mode 100644 net/tap-open-stub.c



--
Best regards,
Vladimir



reply via email to

[Prev in Thread] Current Thread [Next in Thread]