From: Brice Goglin Date: Mon, 21 Aug 2006 21:36:56 +0000 (-0400) Subject: [PATCH] myri10ge: use multicast support in the firmware X-Git-Tag: v2.6.19-rc1~1263^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85a7ea1b0a3263f3ad423b789a841d03c9acbb65;p=pandora-kernel.git [PATCH] myri10ge: use multicast support in the firmware Some recent myri10ge firmwares support multicast filtering as well as an extended mcp_irq_data structure (64 instead of 40 bytes). The new command MXGEFW_CMD_SET_STATS_DMA_V2 is used to check whether the firmware support those. mgp->fw_multicast_support is defined accordingly. When fw_multicast_support is set, some new multicast filtering commands is passed to the board in myri10ge_set_multicast_list(). Signed-off-by: Brice Goglin Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed