Re: kern/134658: [bce] bce driver fails on PowerEdge m610 blade.

2009-07-31 Thread Steven Hartland
This already appears to be in the 8.0 BETA2 source that we are running, no go :( Regards Steve - Original Message - From: "Xin LI" To: "Steven Hartland" Cc: "DutchDaemon" ; Sent: Thursday, July 30, 2009 10:41 PM Subject: Re: kern/134658: [bce] bce driver fails on PowerEdge m61

TCP RST question

2009-07-31 Thread Hartmut.Brandt
Hi all, I'm looking at our TCP stack and found a change that was introduced with the syncache. The original BSD code did send an RST segment when the connection timed out in SYN-RECEIVED. The TCP would retransmit the SYN+ACK several times and then give up and RST the peer. With syncache, however,

Re: kern/137309: [ipsec] sequence number in a SADB_X_SPDGET response is set to zero

2009-07-31 Thread linimon
Synopsis: [ipsec] sequence number in a SADB_X_SPDGET response is set to zero Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jul 31 16:08:55 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/q

Re: TCP RST question

2009-07-31 Thread Julian Elischer
hartmut.bra...@dlr.de wrote: Hi all, I'm looking at our TCP stack and found a change that was introduced with the syncache. The original BSD code did send an RST segment when the connection timed out in SYN-RECEIVED. The TCP would retransmit the SYN+ACK several times and then give up and RST the

Re: TCP RST question

2009-07-31 Thread Michael Tüxen
On Jul 31, 2009, at 3:57 PM, > wrote: Hi all, I'm looking at our TCP stack and found a change that was introduced with the syncache. The original BSD code did send an RST segment when the connection timed out in SYN-RECEIVED. The TCP would retransmit the SYN+ACK several times and then give

Re: kern/137317: [tcp] logs full of syncache problems

2009-07-31 Thread linimon
Old Synopsis: logs full of syncache problems New Synopsis: [tcp] logs full of syncache problems Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jul 31 23:51:52 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www

RE: kern/134658: [bce] bce driver fails on PowerEdge m610 blade.

2009-07-31 Thread David Christensen
> Anyone point me in the right direction on how to add the phy > to support these machine? > > Seems like its just a matter of adding the PHY details to > miidevs but how do I find out the specifics of that? Sorry, this is the 5709S and I haven't had an opportunity to implement this PHY yet. U

anyone know libalias(3) well?

2009-07-31 Thread Aragon Gouveia
Hi, In sys/netinet/libalias/alias_db.c, SetStateIn() and SetStateOut() reference ALIAS_TCP_STATE_CONNECTED and ALIAS_TCP_STATE_DISCONNECTED. Does anyone know where/how these macros are defined? Thanks, Aragon ___ freebsd-net@freebsd.org mailing lis