Skip to content

Commit

Permalink
prov/cxi: scrub errata for open source
Browse files Browse the repository at this point in the history
Remove reference to a internal ticket on a sensitive issue

Signed-off-by: James Swaro <james.swaro@hpe.com>
  • Loading branch information
jswaro committed Jan 30, 2024
1 parent 2cf6b0e commit c0ce1d5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions prov/cxi/test/atomic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2870,8 +2870,8 @@ Test(atomic, std_mr_inject)
_cxit_destroy_mr(&mr);
}

/* Test NETCASSINI-2794 32bit non-fetch AMO with HRP work-around */
Test(amo_opt, netcassini_2794)
/* Test ERRATA-2794 32bit non-fetch AMO with HRP work-around */
Test(amo_opt, errata_2794)
{
struct mem_region mr;
struct fi_cq_tagged_entry cqe;
Expand Down Expand Up @@ -2933,10 +2933,7 @@ Test(amo_opt, netcassini_2794)
"Result = %" PRId64 ", expected = %" PRId64,
rma->_64bit, exp_remote._64bit);

/* Validate work around to keep from silently dropping 32-bit
* unsigned non-fetching atomic operations. The work around
* forces switching out on HRP communications profile.
*/
/* ERRATA-2794 */
rma->_32bit = 0;
exp_remote._32bit = 0;
msg.datatype = FI_UINT32;
Expand Down

0 comments on commit c0ce1d5

Please sign in to comment.