gpoulios commented on PR #16309: URL: https://github.com/apache/nuttx/pull/16309#issuecomment-2850164875
> it's better to split the change into the small and independent patch Sure, will do that. I assume you mean multiple commits on the same PR, as opposed to multiple PRs (some of which might be non-functional for the SMC case). > BTW, could you design an abstract interface for rpmsg/local socket and smc call I could certainly split the backend into different files, but I doubt the interface can become any more abstract than: ``` optee_do_call_with_arg(struct optee_priv_data *, struct optee_msg_arg *) ``` Will do that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org