socsvn commit: r306412 - soc2016/vincenzo/head/sys/dev/netmap
vincenzo at FreeBSD.org
vincenzo at FreeBSD.org
Mon Jul 18 09:07:11 UTC 2016
Author: vincenzo
Date: Mon Jul 18 09:07:10 2016
New Revision: 306412
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=306412
Log:
netmap_virt: add PTNET_IO_VNET_HDR_LEN register
Modified:
soc2016/vincenzo/head/sys/dev/netmap/netmap_virt.h
Modified: soc2016/vincenzo/head/sys/dev/netmap/netmap_virt.h
==============================================================================
--- soc2016/vincenzo/head/sys/dev/netmap/netmap_virt.h Mon Jul 18 09:06:51 2016 (r306411)
+++ soc2016/vincenzo/head/sys/dev/netmap/netmap_virt.h Mon Jul 18 09:07:10 2016 (r306412)
@@ -230,7 +230,8 @@
#define PTNET_IO_NUM_RX_RINGS 40
#define PTNET_IO_NUM_TX_SLOTS 44
#define PTNET_IO_NUM_RX_SLOTS 48
-#define PTNET_IO_END 52
+#define PTNET_IO_VNET_HDR_LEN 52
+#define PTNET_IO_END 56
#define PTNET_IO_KICK_BASE 128
#define PTNET_IO_MASK 0xff
More information about the svn-soc-all
mailing list