Itai Baz
Itai Baz
One of suggested solutions during the meeting input list of attribs (same as create) attr_a = X attr_b = Y attr_c = Z output per attribute capability list, in this...
Should we also extend saiacl.h to allow pop / swap ? We have SAI_ACL_ACTION_TYPE_ADD_VLAN_ID (push) and set outer/inner vlan ID (swap use case) But I don't see remove_vlan (pop)
I am not sure what is the required change Right now our SAI code is written to return for example return SAI_STATUS_ATTR_NOT_IMPLEMENTED_0 + attr_index let's consider attr_index = 1 The...
So our main issue that the checks aren't consistent Checking the value is between SAI_STATUS_ATTR_NOT_IMPLEMENTED_0 SAI_STATUS_CODE(0x00030000L) and SAI_STATUS_ATTR_NOT_IMPLEMENTED_MAX SAI_STATUS_CODE(0x0003FFFFL) will fail, as you explained Checking using the macro SAI_STATUS_IS_ATTR_NOT_IMPLEMENTED(x) (((x)...
next hop group member objects are being created this way implicitly, without being returned to the application we don't support such flow in any place AFAIK If we go with...
should we mark then SAI_NEXT_HOP_GROUP_ATTR_NEXT_HOP_MEMBER_LIST as not valid for this type of group ? and add clarification in the MD, that 1) no next hop group member objects are created...
Hi, the comment must have been from someone else, not me