Date: Mon, 23 Apr 2012 20:17:40 +0800 From: "root@9du.org" <root@9du.org> To: freebsd-current <freebsd-current@freebsd.org> Cc: rizzo <rizzo@iet.unipi.it> Subject: about /sys/dev/netmap/head.diff Message-ID: <201204232016029060073@9du.org>
index | next in thread | raw e-mail
i think this "head.diff" may be is old!
in diff
+#ifdef DEV_NETMAP
+ if (slot) {
+ netmap_load_map(txr->txtag, txbuf->map,
+ NMB(slot), adapter->rx_mbuf_sz);
+ slot++;
+ }
+#endif /* DEV_NETMAP */
in netmap_kern.h
static inline void
netmap_load_map(bus_dma_tag_t tag, bus_dmamap_t map, void *buf)
{
if (map)
bus_dmamap_load(tag, map, buf, NETMAP_BUF_SIZE,
netmap_dmamap_cb, NULL, BUS_DMA_NOWAIT);
}
yong
root@9du.org
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204232016029060073>
