Itai Baz

Results 4 comments of 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)...