svn commit: r354225 - head/sys/dev/ena

Marcin Wojtas mw at FreeBSD.org
Thu Oct 31 16:03:44 UTC 2019


Author: mw
Date: Thu Oct 31 16:03:43 2019
New Revision: 354225
URL: https://svnweb.freebsd.org/changeset/base/354225

Log:
  Update ENA version to v2.1.0
  
  In this release the netmap support was introduced.
  
  Moreover, it is also now possible to use the LLQ mode of the driver on
  the arm64 AWS instances (A1 type).
  
  Differential Revision: https://reviews.freebsd.org/D21938
  Submitted by: Michal Krawczyk <mk at semihalf.com>
  Obtained from: Semihalf
  Sponsored by:  Amazon, Inc.

Modified:
  head/sys/dev/ena/ena.h

Modified: head/sys/dev/ena/ena.h
==============================================================================
--- head/sys/dev/ena/ena.h	Thu Oct 31 16:02:42 2019	(r354224)
+++ head/sys/dev/ena/ena.h	Thu Oct 31 16:03:43 2019	(r354225)
@@ -40,7 +40,7 @@
 #include "ena-com/ena_eth_com.h"
 
 #define DRV_MODULE_VER_MAJOR	2
-#define DRV_MODULE_VER_MINOR	0
+#define DRV_MODULE_VER_MINOR	1
 #define DRV_MODULE_VER_SUBMINOR 0
 
 #define DRV_MODULE_NAME		"ena"


More information about the svn-src-all mailing list