From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNuQI-0001zm-60 for qemu-devel@nongnu.org; Wed, 30 May 2018 02:17:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNuQF-00019W-1Z for qemu-devel@nongnu.org; Wed, 30 May 2018 02:17:26 -0400 Received: from 3.mo1.mail-out.ovh.net ([46.105.60.232]:56177) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fNuQE-00017L-R7 for qemu-devel@nongnu.org; Wed, 30 May 2018 02:17:22 -0400 Received: from player718.ha.ovh.net (unknown [10.109.122.61]) by mo1.mail-out.ovh.net (Postfix) with ESMTP id 5913AFFF22 for ; Wed, 30 May 2018 08:17:21 +0200 (CEST) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Wed, 30 May 2018 08:17:07 +0200 Message-Id: <20180530061711.23673-1-clg@kaod.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/4] net: ftgmac100 enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang Cc: qemu-devel@nongnu.org, qemu-arm@nongnu.org, =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Hello, Here is a couple of enhancements and fixes for the ftgmac100 NIC used on the Aspeed SoC. It includes VLAN and multicast support. Thanks, C=C3=A9dric. C=C3=A9dric Le Goater (4): ftgmac100: compute maximum frame size depending on the protocol ftgmac100: add IEEE 802.1Q VLAN support ftgmac100: fix multicast hash routine ftgmac100: remove check on runt messages include/hw/net/ftgmac100.h | 7 ++++- hw/net/ftgmac100.c | 64 +++++++++++++++++++++++++++++++---------= ------ 2 files changed, 50 insertions(+), 21 deletions(-) --=20 2.13.6