net/rpmsg: use hash to handle rp_name

expand the user's rpname size
hash when exceed RPMSG_SOCKET_NAME_LEN due to the limitation of eptname

Signed-off-by: yintao <yintao@xiaomi.com>
This commit is contained in:
yintao
2024-10-13 11:33:04 +08:00
committed by Xiang Xiao
parent cb2a6a3480
commit d2fc3f21de
2 changed files with 33 additions and 18 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
****************************************************************************/
#define RPMSG_SOCKET_CPU_SIZE 16
#define RPMSG_SOCKET_NAME_SIZE 16
#define RPMSG_SOCKET_NAME_SIZE 108
/****************************************************************************
* Public Type Definitions