** Description changed: - Export policy lookup function so drivers could lookup a policy that - match specific criteria. + * Explain the bug(s) + The Xfrm stack holds the SPD for both offloaded and non offloaded IPsec flows, for offloaded flows the driver might need to access this SPD. + + * Brief explanation of fixes + As the XFRM stack already implements a function as described, expose it outside of xfrm stack so various drivers could access it. + + * How to test + Need to make sure that the code compiles post this change, this method is not used directly by user space + + * What it could break. + NA, this patch just expose a function which up until now was static, furthermore this function have no side effects upon invocation as it is just for query purposes
** Description changed: * Explain the bug(s) The Xfrm stack holds the SPD for both offloaded and non offloaded IPsec flows, for offloaded flows the driver might need to access this SPD. * Brief explanation of fixes As the XFRM stack already implements a function as described, expose it outside of xfrm stack so various drivers could access it. * How to test Need to make sure that the code compiles post this change, this method is not used directly by user space * What it could break. - NA, this patch just expose a function which up until now was static, furthermore this function have no side effects upon invocation as it is just for query purposes + Nothing should be break. This patch just expose a function which up until now was static, furthermore this function have no side effects upon invocation as it is just for query purposes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934313 Title: Export xfrm_policy_lookup_bytype function To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-bluefield/+bug/1934313/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
