Skip to content

Commit

Permalink
Implement u8listSetVal in SAI/src/utils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhai committed Aug 27, 2024
1 parent 56b3974 commit fd59b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash-pipeline/SAI/src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ namespace dash
template<typename T>
void u8listSetVal(const sai_attribute_value_t &value, T &t, int bits = -1)
{
assert (0 && "NYI");
t->set_value(value.u8list.list, value.u8list.count);
}

template<typename T>
Expand Down

0 comments on commit fd59b1d

Please sign in to comment.