Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2024 16:58:37 GMT
From:      Osama Abboud <osamaabb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org
Subject:   git: 6dd773527dd3 - Create tag vendor/ena-com/2.8.0
Message-ID:  <202410151658.49FGwbEf076141@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The annotated tag vendor/ena-com/2.8.0 has been created by osamaabb:

URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/ena-com/2.8.0

tag vendor/ena-com/2.8.0
Tagger:     Osama Abboud <osamaabb@FreeBSD.org>
TaggerDate: 2024-10-15 16:55:01 +0000

Upgrade ENA HAL to v2.8.0

Sponsored by: Amazon, Inc.

commit 0fd934a2fd12fa74ae409d3de1313e449be5d97e
Author:     Osama Abboud <osamaabb@amazon.com>
AuthorDate: 2024-08-07 06:24:17 +0000
Commit:     Osama Abboud <osamaabb@FreeBSD.org>
CommitDate: 2024-10-15 16:54:28 +0000

    ena: Add support for reset request over AENQ
    
    In order to support reset request message from the device to the driver,
    over AENQ, which in turn should cause the driver to trigger reset, the
    following was added:
    1. New AENQ group - ENA_ADMIN_DEVICE_REQUEST_RESET, to support the
       new message from the device sent via the AENQ to the driver.
    2. New reset reason - ENA_REGS_RESET_DEVICE_REQUEST, which is used in
       order to indicate that the reset was triggered by the driver
       following the device request.
    
    Approved by: cperciva (mentor)
    MFC after: 2 weeks
    Sponsored by: Amazon, Inc.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410151658.49FGwbEf076141>