astraceroute-libs = -lpthread ifeq ($(CONFIG_GEOIP), 1) astraceroute-libs += -lGeoIP \ -lz endif astraceroute-objs = xmalloc.o \ proto_none.o \ tprintf.o \ bpf.o \ str.o \ sig.o \ sock.o \ link.o \ dev.o \ ring.o \ die.o \ sysctl.o \ astraceroute.o ifeq ($(CONFIG_GEOIP), 1) astraceroute-objs += geoip.o \ ioops.o endif astraceroute-eflags = astraceroute-confs = geoip.conf /git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDave Jiang <dave.jiang@intel.com>2016-11-16 14:03:38 -0700
committerJon Mason <jdmason@kudzu.us>2016-12-23 16:09:10 -0500
commit783dfa6cc41b710b8b0c1979c6100417d0d6c3b2 (patch)
tree1beff87add7e3fa7f4cd527a023acb373b23d648 /Documentation
parent69973b830859bc6529a7a0468ba0d80ee5117826 (diff)
ntb: Adding Skylake Xeon NTB support
The Skylake Xeon NTB hardware has made some changes to the register name, offset, and the way doorbells work. Adding driver support for the new hardware. Signed-off-by: Dave Jiang <dave.jiang@intel.com> Acked-by: Allen Hubbe <Allen.Hubbe@dell.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'Documentation')