From: "Eray Aslan" <eras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ena-driver/
Date: Tue, 10 Sep 2024 07:32:36 +0000 (UTC) [thread overview]
Message-ID: <1725953536.67b1d0ad5899fc9c4b087002623fa0034ae43d78.eras@gentoo> (raw)
commit: 67b1d0ad5899fc9c4b087002623fa0034ae43d78
Author: Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 07:32:16 2024 +0000
Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 07:32:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b1d0ad
net-misc/ena-driver: add 2.13.0
Signed-off-by: Eray Aslan <eras <AT> gentoo.org>
net-misc/ena-driver/Manifest | 1 +
net-misc/ena-driver/ena-driver-2.13.0.ebuild | 30 ++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/net-misc/ena-driver/Manifest b/net-misc/ena-driver/Manifest
index 47b0f42e7e45..c8d0fa69ffca 100644
--- a/net-misc/ena-driver/Manifest
+++ b/net-misc/ena-driver/Manifest
@@ -1,3 +1,4 @@
DIST ena-driver-2.11.1-linux.tar.gz 1441591 BLAKE2B 39db9d21efd0d7f810304a1be0be13dd0c944419a9e5aee5a60c3dee310f990af9787cb297e36e718aa3f62ff3a7e9ce4e8302a19efcc3b151438869827b540d SHA512 f27c556a902ee276022ddafec7cda70790280587f470968f233e3de09a7dac3b49f43a2b7dba1018489c9ff5f0f554201fe63b82533c6a627b7f533c2b4910c5
DIST ena-driver-2.12.2-linux.tar.gz 1444018 BLAKE2B 54223073bb096e8b6d29dc7bc8c971f5b99dd8803d5ece5e631120a9b2b8d180742cb74d5986dc163e3de53f223161dedc61102def498ea6274f117ae9508055 SHA512 93cb93c78aa409a1f9c3d542e1271dda9630641ceb32ecd2f69b69b380cf9625e1bc89721726ffcd3f64ff538df87e276748c5c7ac1f625a171624ffff776b6a
DIST ena-driver-2.12.3-linux.tar.gz 1444176 BLAKE2B 8dedd042d912082d60c29aa121b09e9d18ae7294257e217ac17970ea34ef0b7871d4ab87995f5cf59512174288e35d2c6bdd6aab3cd04c972e077364f8a4e9da SHA512 e1afaa3826e0b89c0cd07293ee300f14e452018e06ea7ac2048e4015c1d7115d3f1f112bd3897c6cd177314d6ebb63fd3111d1b45c76f9bc818dcf30d3ecf1cc
+DIST ena-driver-2.13.0-linux.tar.gz 1450959 BLAKE2B 3536d976505de48f64ad33bb30269dbc090631e862c68c250f9452e5537018f86ecb93fa2272a812172c9145d33ecef7e82a1cee3cf86db53f520f6e2b3d3545 SHA512 2be761afae1374ab5d8043d01d8521c21c944d8e6830b0cf24dea6e51a4b2e1751d5521ad261af9eebca819c9c15ebcec5a84b51af505df7bc9cd99ef0350939
diff --git a/net-misc/ena-driver/ena-driver-2.13.0.ebuild b/net-misc/ena-driver/ena-driver-2.13.0.ebuild
new file mode 100644
index 000000000000..3d3ab17ac267
--- /dev/null
+++ b/net-misc/ena-driver/ena-driver-2.13.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod-r1
+
+DESCRIPTION="Amazon EC2 Elastic Network Adapter (ENA) kernel driver"
+HOMEPAGE="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-ena.html"
+SRC_URI="https://github.com/amzn/amzn-drivers/archive/ena_linux_${PV}.tar.gz -> ${P}-linux.tar.gz"
+S="${WORKDIR}/amzn-drivers-ena_linux_${PV}/kernel/linux/ena"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+BDEPEND="app-arch/unzip"
+
+CONFIG_CHECK="PCI_MSI !CPU_BIG_ENDIAN DIMLIB"
+DOCS=(
+ README.rst
+ RELEASENOTES.md
+ ENA_Linux_Best_Practices.rst
+)
+
+src_compile() {
+ local modlist=( ena=net )
+ local modargs=( CONFIG_MODULE_SIG=n BUILD_KERNEL="${KV_FULL}" )
+ linux-mod-r1_src_compile
+}
next reply other threads:[~2024-09-10 7:32 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-10 7:32 Eray Aslan [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-26 7:56 [gentoo-commits] repo/gentoo:master commit in: net-misc/ena-driver/ Eray Aslan
2024-07-12 6:40 Eray Aslan
2024-07-12 6:40 Eray Aslan
2024-06-28 6:53 Eray Aslan
2024-05-23 15:39 Eray Aslan
2024-03-01 8:01 Eray Aslan
2024-03-01 8:01 Eray Aslan
2024-02-07 16:10 Eray Aslan
2023-12-01 7:00 Eray Aslan
2023-10-30 17:30 Eray Aslan
2023-10-30 17:30 Eray Aslan
2023-09-05 14:04 Eray Aslan
2023-09-05 14:04 Eray Aslan
2023-08-14 13:33 Eray Aslan
2023-06-30 20:46 Eray Aslan
2023-06-30 20:46 Eray Aslan
2023-06-30 11:17 Eray Aslan
2023-06-26 17:47 Eray Aslan
2023-05-28 21:22 Eray Aslan
2023-05-28 21:22 Eray Aslan
2023-04-20 19:23 Eray Aslan
2023-04-20 19:23 Eray Aslan
2023-03-28 7:56 Eray Aslan
2023-01-28 7:51 Eray Aslan
2022-12-13 12:44 Eray Aslan
2022-10-08 22:11 Andreas K. Hüttel
2022-10-08 22:11 Andreas K. Hüttel
2022-03-04 23:34 Andreas K. Hüttel
2022-03-04 23:34 Andreas K. Hüttel
2020-08-08 12:18 Mikle Kolyada
2020-03-28 17:23 Andreas K. Hüttel
2020-03-28 16:58 Andreas K. Hüttel
2020-03-28 16:58 Andreas K. Hüttel
2019-06-09 8:33 Michael Palimaka
2019-06-09 8:33 Michael Palimaka
2018-12-02 22:10 Andreas K. Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1725953536.67b1d0ad5899fc9c4b087002623fa0034ae43d78.eras@gentoo \
--to=eras@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox