> Hi Jakub, > > Just to double check if anyone is looking into the bind() error issue which is > since following commit, I am waiting for more input on it. > > Commit b923866c6974 ("net/memif: allow for full key size in socket name") > Cc: step...@networkplumber.org
Definitely an issue, I must have messed something up while applying the patch for testing, as it's not working for me either. I looked into bind() and it seems that the size has upper limit. Are you able to revert the patch? As for the issue that patch addresses, there is an incorrect information in the docs that 'socket' parameter length is 256b. It should be 108b as that is the limitation on Linux. Jakub