Re: bge driver internal routing issues?

From: David Malone (dwmalone_at_maths.tcd.ie)
Date: 08/29/05

  • Next message: Bart Van Kerckhove: "Feature requests / inquiries."
    Date: Mon, 29 Aug 2005 16:28:10 +0100
    To: Steven Hartland <killing@multiplay.co.uk>
    
    

    On Sun, Aug 28, 2005 at 09:06:47PM +0100, Steven Hartland wrote:
    > Having a really odd problem here where udp queries to
    > servers running on machines with bge cards dont respond
    > via ip address that are being bound on:

    Can you run "tcpdump -s 0 -vvv port 1234" on the client (replace
    port 1234 with the port number for the service). See if tcpdump
    shows a reply packet, and if it does see if the checksum is reported
    OK. It could be that the checksum offloading on the bge card is
    busted.

    (You could also check "netstat -s" on the client to see if it
    shows many bad checksums in the UDP section.)

            David.
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: Bart Van Kerckhove: "Feature requests / inquiries."

    Relevant Pages

    • Re: bge driver internal routing issues?
      ... we've just packed down the machines to move ... >> servers running on machines with bge cards dont respond ... > port 1234 with the port number for the service). ... and if it does see if the checksum is reported ...
      (freebsd-hackers)
    • Re: slow writes on nfs with bge devices
      ... Do you use hardware checksumming on the bge? ... Wouldn't checksum problems show up as ... checksums for bge cards is not a good idea. ...
      (freebsd-net)