Date: Mon, 18 Jul 2016 09:07:10 GMT From: vincenzo@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r306412 - soc2016/vincenzo/head/sys/dev/netmap Message-ID: <201607180907.u6I97A93014355@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607180907.u6I97A93014355>