qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 449bc9: lan9118: fix multicast filtering


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 449bc9: lan9118: fix multicast filtering
Date: Fri, 07 Sep 2012 09:00:10 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 449bc90e1f2e2fbafb64eb0c76d16c9352b0d2df
      
https://github.com/qemu/qemu/commit/449bc90e1f2e2fbafb64eb0c76d16c9352b0d2df
  Author: Aurelien Jarno <address@hidden>
  Date:   2012-09-07 (Fri, 07 Sep 2012)

  Changed paths:
    M hw/lan9118.c

  Log Message:
  -----------
  lan9118: fix multicast filtering

The lan9118 emulation tries to compute the multicast index by calling
directly the crc32() function from zlib, but fails to get the correct
result.

Use the common compute_mcast_idx() function instead, which gives the
correct result. This fixes IPv6 support.

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




reply via email to

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