[PULL 0/7] Net patches

Jason Wang posted 7 patches 3 years, 9 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1594821201-3708-1-git-send-email-jasowang@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Dmitry Fleytman <dmitry.fleytman@gmail.com>, Li Zhijian <lizhijian@cn.fujitsu.com>, Zhang Chen <chen.zhang@intel.com>, Jason Wang <jasowang@redhat.com>
There is a newer version of this series
hw/net/ftgmac100.c     | 14 +++++++------
hw/net/net_tx_pkt.c    | 15 ++++++++++---
hw/net/virtio-net.c    |  1 +
include/qemu/sockets.h |  1 +
net/colo-compare.c     | 43 ++++++++++++++++++++++++++++++++++++-
net/socket.c           |  9 ++++++--
net/tap-bsd.c          |  2 +-
net/tap-linux.c        |  8 ++++---
net/tap-solaris.c      |  2 +-
net/tap-stub.c         |  2 +-
net/tap.c              | 50 +++++++++++++++++++++++++++++++++++--------
net/tap_int.h          |  2 +-
qemu-options.hx        | 33 +++++++++++++++--------------
util/oslib-posix.c     | 26 ++++++++++++++++-------
util/oslib-win32.c     | 57 ++++++++++++++++++++++++++++----------------------
15 files changed, 188 insertions(+), 77 deletions(-)
[PULL 0/7] Net patches
Posted by Jason Wang 3 years, 9 months ago
The following changes since commit 673205379fb499d2b72f2985b47ec7114282f5fe:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200714' into staging (2020-07-15 13:04:27 +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 a134321ef676723768973537bb9b49365ae2062e:

  ftgmac100: fix dblac write test (2020-07-15 21:00:13 +0800)

----------------------------------------------------------------

----------------------------------------------------------------
Andrew (1):
      hw/net: Added CSO for IPv6

Daniel P. Berrangé (1):
      net: detect errors from probing vnet hdr flag for TAP devices

Juan Quintela (1):
      virtio-net: fix removal of failover device

Laurent Vivier (1):
      net: check if the file descriptor is valid before using it

Zhang Chen (2):
      net/colo-compare.c: Expose compare "max_queue_size" to users
      qemu-options.hx: Clean up and fix typo for colo-compare

erik-smit (1):
      ftgmac100: fix dblac write test

 hw/net/ftgmac100.c     | 14 +++++++------
 hw/net/net_tx_pkt.c    | 15 ++++++++++---
 hw/net/virtio-net.c    |  1 +
 include/qemu/sockets.h |  1 +
 net/colo-compare.c     | 43 ++++++++++++++++++++++++++++++++++++-
 net/socket.c           |  9 ++++++--
 net/tap-bsd.c          |  2 +-
 net/tap-linux.c        |  8 ++++---
 net/tap-solaris.c      |  2 +-
 net/tap-stub.c         |  2 +-
 net/tap.c              | 50 +++++++++++++++++++++++++++++++++++--------
 net/tap_int.h          |  2 +-
 qemu-options.hx        | 33 +++++++++++++++--------------
 util/oslib-posix.c     | 26 ++++++++++++++++-------
 util/oslib-win32.c     | 57 ++++++++++++++++++++++++++++----------------------
 15 files changed, 188 insertions(+), 77 deletions(-)


Re: [PULL 0/7] Net patches
Posted by Peter Maydell 3 years, 9 months ago
On Wed, 15 Jul 2020 at 14:53, Jason Wang <jasowang@redhat.com> wrote:
>
> The following changes since commit 673205379fb499d2b72f2985b47ec7114282f5fe:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200714' into staging (2020-07-15 13:04:27 +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 a134321ef676723768973537bb9b49365ae2062e:
>
>   ftgmac100: fix dblac write test (2020-07-15 21:00:13 +0800)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------

just a note that this has missed rc0 but will go into rc1.

thanks
-- PMM

Re: [PULL 0/7] Net patches
Posted by Jason Wang 3 years, 9 months ago
On 2020/7/16 上午2:06, Peter Maydell wrote:
> On Wed, 15 Jul 2020 at 14:53, Jason Wang <jasowang@redhat.com> wrote:
>> The following changes since commit 673205379fb499d2b72f2985b47ec7114282f5fe:
>>
>>    Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200714' into staging (2020-07-15 13:04:27 +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 a134321ef676723768973537bb9b49365ae2062e:
>>
>>    ftgmac100: fix dblac write test (2020-07-15 21:00:13 +0800)
>>
>> ----------------------------------------------------------------
>>
>> ----------------------------------------------------------------
> just a note that this has missed rc0 but will go into rc1.


Yes, I think it's fine.

Thanks


>
> thanks
> -- PMM
>


Re: [PULL 0/7] Net patches
Posted by Peter Maydell 3 years, 9 months ago
On Wed, 15 Jul 2020 at 14:53, Jason Wang <jasowang@redhat.com> wrote:
>
> The following changes since commit 673205379fb499d2b72f2985b47ec7114282f5fe:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200714' into staging (2020-07-15 13:04:27 +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 a134321ef676723768973537bb9b49365ae2062e:
>
>   ftgmac100: fix dblac write test (2020-07-15 21:00:13 +0800)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM