Date: Sat, 24 Jan 2015 22:46:04 +0000 From: "rstone (Ryan Stone)" <phabric-noreply@FreeBSD.org> To: freebsd-net@freebsd.org Subject: [Differential] [Request, 161 lines] D1652: Add support for ADD/DEL_ETHER_ADDRESS VC messages Message-ID: <differential-rev-PHID-DREV-nwdhe73evm4ogljllq5u-req@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
rstone created this revision. rstone added a reviewer: jfvogel. rstone added a subscriber: freebsd-net. REVISION SUMMARY The ADD message is sent by the VF to request that a MAC address filter be added to the Fortville switch to direct packets destined to that MAC be routed to the VF's VSI. The DEL message deletes a MAC address filter that was previously established. This has security implications in a VM environment (a VM could listen in on packets that it's not entitled to see), so the VF has to have this capability enabled on it. REVISION DETAIL https://reviews.freebsd.org/D1652 AFFECTED FILES sys/dev/ixl/if_ixl.c sys/dev/ixl/ixl.h sys/dev/ixl/ixl_pf.h To: rstone, jfvogel Cc: freebsd-net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?differential-rev-PHID-DREV-nwdhe73evm4ogljllq5u-req>