qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] b9f7c3: net/vmxnet3: Fix incorrect debug mess


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b9f7c3: net/vmxnet3: Fix incorrect debug message
Date: Tue, 18 Aug 2015 09:30:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b9f7c377df4f04e9119cb0e917438dd37ef34029
      
https://github.com/qemu/qemu/commit/b9f7c377df4f04e9119cb0e917438dd37ef34029
  Author: Dana Rubin <address@hidden>
  Date:   2015-08-04 (Tue, 04 Aug 2015)

  Changed paths:
    M hw/net/vmxnet3.c

  Log Message:
  -----------
  net/vmxnet3: Fix incorrect debug message

From: Dana Rubin <address@hidden>

In commit 80da311d81,
   "net/vmxnet3: Fix RX TCP/UDP checksum on partially summed packets"
a debug message was introduced in vmxnet3_rx_need_csum_calculate() for
an unlikely input condition.

The message accidentally printed 'len' variable instead of 'pkt_len'.
Fix, providing the correct argument.

Signed-off-by: Dana Rubin <address@hidden>
Signed-off-by: Shmulik Ladkani <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 2af40254bf0cb49c50656eb8be172e111c9c70c6
      
https://github.com/qemu/qemu/commit/2af40254bf0cb49c50656eb8be172e111c9c70c6
  Author: Jason Wang <address@hidden>
  Date:   2015-08-04 (Tue, 04 Aug 2015)

  Changed paths:
    M tests/Makefile
    M tests/virtio-net-test.c

  Log Message:
  -----------
  tests: introduce basic pci test for virtio-net

Signed-off-by: Jason Wang <address@hidden>
Reviewed-by: Fam Zheng <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 8887f84c54f6e74124544d1700a205e5b6821b3d
      
https://github.com/qemu/qemu/commit/8887f84c54f6e74124544d1700a205e5b6821b3d
  Author: Jason Wang <address@hidden>
  Date:   2015-08-04 (Tue, 04 Aug 2015)

  Changed paths:
    M tests/virtio-net-test.c

  Log Message:
  -----------
  tests: test rx recovery from cont

Rx should be recovered after cont.

Signed-off-by: Jason Wang <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 6b324b3e5906fd9a9ce7f4f24decd1f1c7afde97
      
https://github.com/qemu/qemu/commit/6b324b3e5906fd9a9ce7f4f24decd1f1c7afde97
  Author: Peter Maydell <address@hidden>
  Date:   2015-08-14 (Fri, 14 Aug 2015)

  Changed paths:
    M hw/net/vmxnet3.c
    M tests/Makefile
    M tests/virtio-net-test.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into 
staging

# gpg: Signature made Fri 14 Aug 2015 16:01:19 BST using RSA key ID 81AB73C8
# gpg: Good signature from "Stefan Hajnoczi <address@hidden>"
# gpg:                 aka "Stefan Hajnoczi <address@hidden>"

* remotes/stefanha/tags/net-pull-request:
  tests: test rx recovery from cont
  tests: introduce basic pci test for virtio-net
  net/vmxnet3: Fix incorrect debug message

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/074a9925e1cf...6b324b3e5906

reply via email to

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