Comment # 6
on bug 13213
from Parav Pandit
(In reply to Chuck Lever from comment #5)
> The destination port for the client-to-server conversation does not match
> either the source port or the destination port for the server-to-client
> conversation. This defeats the RPC dissector's conversation-based XID
> matching mechanism.
Its IP over IB. so TCP/NFS dissector would look for src and dest port of TCP?
While infiniband.c would do conversations based on src and dest qp.
Thats what I see in the logs and in trace as below.
> update_sport frame=13 updating sport = 546, dport=525
> get_conversation_for_call frame=13 sport=55562 dport=111 conv=0x7f205dab1830
Do packet-rpc.c find conversation based on IB srcport, destport or TCP ports?
You are receiving this mail because:
- You are watching all bug changes.