Kumaresh Perumal
Kumaresh Perumal
@AkhileshSamineni @arlakshm could you pls review the PR. SAI PR has been merged with new set of attributes for this feature. Sonic build will be successful after SAI refpoint update...
@dgsudharsan Currently bfdorch sets SAI_BFD_SESSION_ATTR_HW_LOOKUP_VALID as False. In that case, SAI_BFD_SESSION_ATTR_PORT is mandatory. How does ASIC determines determine the destination port if the SAI_BFD_SESSION_ATTR_PORT is not passed to SAI? Please...
@dgsudharsan as per the BFD SAI spec, BFD session port/src_mac/dst_mac fields are valid only when hw_lookup_valid is false. Current bfdorch.cpp sets 'hw_lookup_valid = false' for all BFD sessions. https://github.com/opencomputeproject/SAI/blob/bc1d6ec90fb462c5171dbaa1aedcab1aac890ce9/inc/saibfd.h#L179 If...
@kcudnik latest sairedis changes on top of your recent commits.
@kcudnik SAI tag with SRV6 changes is not yet created which is needed for Sonic 202111 release. This PR has to be merged along with that.
@kcudnik unittests are added for srv6
> great, now please make this compile right :) @kcudnik This PR has SAI dependencies. Compilation will be successful only when SAI refpoint is updated. We need SAI tag with...
@kcudnik @rlhui Can we update Sonic's SAI refpoint to the latest one in SAI(v1.9.0-rc1)?
@kcudnik I have updated SAI version to 1.9.0 and added changes to new modules ipsec and my_mac.