public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Thu, 23 May 2024 15:39:39 +0000 (UTC)	[thread overview]
Message-ID: <1716478751.1d57335ad790aef973b41e2f2c3edced1b77e041.eras@gentoo> (raw)

commit:     1d57335ad790aef973b41e2f2c3edced1b77e041
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 15:39:11 2024 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Thu May 23 15:39:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d57335a

net-misc/ena-driver: add 2.12.1

Signed-off-by: Eray Aslan <eras <AT> gentoo.org>

 net-misc/ena-driver/Manifest                 |  1 +
 net-misc/ena-driver/ena-driver-2.12.1.ebuild | 30 ++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/net-misc/ena-driver/Manifest b/net-misc/ena-driver/Manifest
index 3d1ca19deac3..14ed10641ef4 100644
--- a/net-misc/ena-driver/Manifest
+++ b/net-misc/ena-driver/Manifest
@@ -1,2 +1,3 @@
 DIST ena-driver-2.11.1-linux.tar.gz 1441591 BLAKE2B 39db9d21efd0d7f810304a1be0be13dd0c944419a9e5aee5a60c3dee310f990af9787cb297e36e718aa3f62ff3a7e9ce4e8302a19efcc3b151438869827b540d SHA512 f27c556a902ee276022ddafec7cda70790280587f470968f233e3de09a7dac3b49f43a2b7dba1018489c9ff5f0f554201fe63b82533c6a627b7f533c2b4910c5
 DIST ena-driver-2.12.0-linux.tar.gz 1443210 BLAKE2B f8e13e6c8cbaa6946221c9ca09fdda1a1233b5c7b728bac92a26b8afcb19e5187f9fafd00cad795d3815b399fc7421c50efde08b0684ea31e4a9cea363766263 SHA512 34871c46a907c868dbe511761c43104fc00965850011ac8d9efe4103460858dd79ae57576cd5dea038f84901cf23c4dad00c49a167333d60743b84cf2169125c
+DIST ena-driver-2.12.1-linux.tar.gz 1443454 BLAKE2B 4a1e96e7160db3f27a81f23aa027df8f7e8c1dbe3dc59a09b18e70a12458d8a0f67f923fdcd7d79f55d67fe03147eaa9d92dc0a76826c0c77669dc669359d92b SHA512 11312fcef724566a1204eb88ce9aefc6d3387cad4dc8667b8feb6bd4dc61dbc110fdb620ccb1268a6170db45e6e31b7f514d5823c9cdf48a4bf8dd849d862012

diff --git a/net-misc/ena-driver/ena-driver-2.12.1.ebuild b/net-misc/ena-driver/ena-driver-2.12.1.ebuild
new file mode 100644
index 000000000000..3d3ab17ac267
--- /dev/null
+++ b/net-misc/ena-driver/ena-driver-2.12.1.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
+}


             reply	other threads:[~2024-05-23 15:39 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-23 15:39 Eray Aslan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-17  7:30 [gentoo-commits] repo/gentoo:master commit in: net-misc/ena-driver/ Eray Aslan
2025-02-16 19:37 Andreas K. Hüttel
2025-01-06 14:34 Eray Aslan
2024-10-26  7:56 Eray Aslan
2024-09-10  7:32 Eray Aslan
2024-07-12  6:40 Eray Aslan
2024-07-12  6:40 Eray Aslan
2024-06-28  6:53 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=1716478751.1d57335ad790aef973b41e2f2c3edced1b77e041.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