[Bug 245022] Problem with FreeBSD NLM interoperating with Netapp Filer after software upgrade

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 24 00:35:00 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245022

--- Comment #1 from Rick Macklem <rmacklem at FreeBSD.org> ---
Created attachment 212664
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212664&action=edit
modify kernel UDP client to use global xid

This patch modifies the kernel RPC UDP client so that it uses a
single global xid instead of one "per connection".
I couldn't see exactly how the "per connection" xid could end
up reusing the same value, but since a "connection" is a sketchy
concept anyhow and a global xid will not repeat for 4billion RPCs,
this should avoid any reuse of the same xid value.
(I suspect the "per connection xid" code was inherited from userland
 RPC library code, where a global value is not practical.)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list