flowtop-libs = -lurcu \ -lnetfilter_conntrack \ $(shell pkg-config --libs ncurses 2> /dev/null \ || echo '-lncurses') \ $(shell pkg-config --libs tinfo 2> /dev/null ) \ -lpthread ifeq ($(CONFIG_GEOIP), 1) flowtop-libs += -lGeoIP \ -lz endif flowtop-objs = xmalloc.o \ oui.o \ str.o \ sig.o \ sock.o \ dev.o \ link.o \ hash.o \ lookup.o \ tprintf.o \ screen.o \ flowtop.o ifeq ($(CONFIG_GEOIP), 1) flowtop-objs += geoip.o \ ioops.o endif flowtop-eflags = $(shell pkg-config --cflags ncurses) flowtop-confs = tcp.conf \ udp.conf \ geoip.conf
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom St Denis <tom.stdenis@amd.com>2016-06-28 10:26:48 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-07-07 15:06:07 -0400
commit9559ef5b1287aaffd8fcb5a5d4bbebaee5c1dd4e (patch)
treeebdd4d40a65ebb974ee3a041798417576d24eec3
parentb636a1b3d624b49b23cc1be2f9f6bcbb89aca855 (diff)
drm/amd/gfx: add instance field to select_se_sh (v3)
Add ability to specify instance in select_se_sh callback. Defaults to 0xffffffff all over the driver. (v2) Don't enable INSTANCE_BROADCAST by default (v3) Style changes Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>