On Wed, Feb 3, 2021 at 4:00 PM David Howells <dhowe...@redhat.com> wrote: > > Xin Long <lucien....@gmail.com> wrote: > > > I saw the state of this patchset is still new, should I repost it? > > It needs a fix in patch 2 (see my response to that patch). > Sorry, my mistake, I forgot to enable rxrpc when building kernel. Will repost, Thank you.
BTW, I'm also thinking to use udp_sock_create(), the only problem I can see is it may not do bind() in rxrpc_open_socket(), is that true? or we can actually bind to some address when a local address is not supplied?