Date: Fri, 14 Dec 2018 09:06:57 +0000 (UTC) From: Vincenzo Maffione <vmaffione@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r342070 - stable/12/sys/dev/netmap Message-ID: <201812140906.wBE96vYx020008@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vmaffione Date: Fri Dec 14 09:06:56 2018 New Revision: 342070 URL: https://svnweb.freebsd.org/changeset/base/342070 Log: MFC r341680 netmap: remove dead code obsoleted by iflib The iflib subsystem implements netmap support in a driver-independent way (sys/net/iflib.c). We can therefore remove the headers that used to implement netmap support for all the drivers now supported by iflib (em, igb, ixl, ixgbe, lem). Deleted: stable/12/sys/dev/netmap/if_em_netmap.h stable/12/sys/dev/netmap/if_igb_netmap.h stable/12/sys/dev/netmap/if_ixl_netmap.h stable/12/sys/dev/netmap/if_lem_netmap.h stable/12/sys/dev/netmap/ixgbe_netmap.h Modified: Directory Properties: stable/12/ (props changed)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812140906.wBE96vYx020008>