diff options
author | Marcin Wojtas <mw@FreeBSD.org> | 2020-05-26 15:04:49 +0000 |
---|---|---|
committer | Marcin Wojtas <mw@FreeBSD.org> | 2020-05-26 15:04:49 +0000 |
commit | 73cf51936f0f8f2a5661bf98d34521a7bf8feebd (patch) | |
tree | 686e232e23d0940262c4afd17f48c0710935a2fe /ena_defs/ena_gen_info.h | |
parent | b6ee6cf7ab6368a44c82ae4e5ec591421b7a12df (diff) | |
download | src-73cf51936f0f8f2a5661bf98d34521a7bf8feebd.tar.gz src-73cf51936f0f8f2a5661bf98d34521a7bf8feebd.zip |
Upgrade ENA HAL to the version from 20.04.2020vendor/ena-com/2.2.0
This version of the HAL supports newest generation ENA HW, random
RSS generation upon device initialization and also includes bug fixes
in the platform file, like fix for IO write/read macros regarding using
barriers.
Submitted by: Michal Krawczyk <mk@semihalf.com>
Obtained from: Semihalf
Sponsored by: Amazon, Inc.
Notes
Notes:
svn path=/vendor-sys/ena-com/dist/; revision=361508
svn path=/vendor-sys/ena-com/2.2.0/; revision=361510; tag=vendor/ena-com/2.2.0
Diffstat (limited to 'ena_defs/ena_gen_info.h')
-rw-r--r-- | ena_defs/ena_gen_info.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ena_defs/ena_gen_info.h b/ena_defs/ena_gen_info.h index 5620816a9672..83ed024ae4cc 100644 --- a/ena_defs/ena_gen_info.h +++ b/ena_defs/ena_gen_info.h @@ -1,7 +1,7 @@ /*- * BSD LICENSE * - * Copyright (c) 2015-2019 Amazon.com, Inc. or its affiliates. + * Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -30,5 +30,5 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define ENA_GEN_DATE "Mon Oct 8 20:25:08 DST 2018" -#define ENA_GEN_COMMIT "e70f3a6" +#define ENA_GEN_DATE "Mon Apr 20 15:41:59 DST 2020" +#define ENA_GEN_COMMIT "daa45ac" |