Re: removing RIP/RIPng (routed/route6d)

2024-05-16 Thread Scott
On Thu, May 16, 2024 at 02:02:52PM +0100, Lexi Winter wrote: > Scott: > > I use RIPv2 for it's simplicity and small memory and CPU requirements. It > > has its place and shouldn't be considered "legacy" despite its > > shortcomings. > > It&#

Re: removing RIP/RIPng (routed/route6d)

2024-05-15 Thread Scott
it. As a user I definitely see the value. I understand that there is always a cost to providing code, but that wasn't suggested as a reason. All APIs, modules, utilities, etc. need to regularly justify their presence in the OS. If it must be removed, is there any way to fork the FreeBSD routed and route6d to a port? Or would that defeat the purpose of removing it in the first place? Scott

Re: How to remove a screwed up route?

2018-02-15 Thread Scott Ellentuch
Hi, Sorry, I was trying : route delete -net 61.177.172.137 gw 127.0.0.1 that didn't work, but apparently route delete -net 61.0.0.1 gw 127.0.0.1 has. Thanks! Tuc ‌ On Thu, Feb 15, 2018 at 12:51 PM, Lee Brown wrote: > On Thu, Feb 15, 2018 at 9:47 AM, Scott Ellentuch > wrot

Re: How to remove a screwed up route?

2018-02-15 Thread Scott Ellentuch
5, 2018 at 9:47 AM, Scott Ellentuch > wrote: > > > Hi, > > > > I did a very foolish thing > > > > route add -net 61.177.172.137 gw 127.0.0.1 > > > > > > 1) Thats not a net, thats a host > > 2) Thats my Linux's syntax, not wha

How to remove a screwed up route?

2018-02-15 Thread Scott Ellentuch
Hi, I did a very foolish thing route add -net 61.177.172.137 gw 127.0.0.1 1) Thats not a net, thats a host 2) Thats my Linux's syntax, not what I expected So now I have the following in my netstat -rn 61.0.0.1&0x7f01 MY.GW.IP.HERE UGSc10 fxp0 And I don't know

Re: How to enable ECMP flow based forwarding ?

2017-02-14 Thread Scott Larson
option you can pursue that will definitely work. *[image: userimage]Scott Larson[image: los angeles] <https://www.google.com/maps/place/4216+Glencoe+Ave,+Marina+Del+Rey,+CA+90292/@33.9892151,-118.4421334,17z/data=!3m1!4b1!4m2!3m1!1s0x80c2ba88ffae914d:0x14e1d00084d4d09c>Lead Systems Admini

Re: decent 40G network adapters

2017-01-18 Thread Scott Larson
, but they came out essentially in a dead heat when testing for raw throughput. *[image: userimage]Scott Larson[image: los angeles] <https://www.google.com/maps/place/4216+Glencoe+Ave,+Marina+Del+Rey,+CA+90292/@33.9892151,-118.4421334,17z/data=!3m1!4b1!4m2!3m1!1s0x80c2ba88ffae914d:0x14e1d00084d4d

Re: NFS on 10G interface terribly slow

2015-06-29 Thread Scott Larson
no problem. *[image: userimage]Scott Larson[image: los angeles] <https://www.google.com/maps/place/4216+Glencoe+Ave,+Marina+Del+Rey,+CA+90292/@33.9892151,-118.4421334,17z/data=!3m1!4b1!4m2!3m1!1s0x80c2ba88ffae914d:0x14e1d00084d4d09c>Lead Systems Administrator[image: wdlogo] <https://www.wir

Re: NFS on 10G interface terribly slow

2015-06-25 Thread Scott Larson
ts and NIC counters show any drops or errors? On the FBSD servers you could also run 'netstat -i -w 1' under load to see if drops are occurring locally, or 'systat -vmstat' for resource contention problems. But again, a similar setup here and no such issues have appeared. *

Re: net.inet.ip.forwarding impact on throughput

2015-04-24 Thread Scott Larson
Thanks Navdeep, I figured there had to be more going on than just allowing packets across interfaces. With forwarding automatically disabling TSO/LRO that would entirely explain why my bandwidth throughput tests drop off significantly. *[image: userimage]Scott Larson[image: los angeles

Re: bhyve with vlans - host and vm can't pass traffic

2015-04-24 Thread Scott O'Connell
On 4/23/2015 11:26 AM, Matthew Grooms wrote: On 4/22/2015 8:34 PM, Scott O'Connell wrote: I tried your suggestions. I was successful in changing the vmhost01 bridge to include vlan100 and tap0, and in the vm (dev) binding the address directly to vtnet0. On the VMHOST: tap0: flags

Re: bhyve with vlans - host and vm can't pass traffic

2015-04-22 Thread Scott O'Connell
Thanks for your reply, Matthew. See results below: On 4/22/2015 4:17 PM, Matthew Grooms wrote: On 4/22/2015 11:02 AM, Scott O'Connell wrote: I'm very new to bhyve and am having an issue. I'm trying to get VM's and VLAN's working. I'm able to get VLAN's

bhyve with vlans - host and vm can't pass traffic

2015-04-22 Thread Scott O'Connell
I'm very new to bhyve and am having an issue. I'm trying to get VM's and VLAN's working. I'm able to get VLAN's working in a VM, but the VM and the VMHOST, can't communicate with each other on the same vlan. Using 10.1-RELEASE-p9 for both VMHOST01 and DEV. Upstream from the VMHOST on lagg0 i

net.inet.ip.forwarding impact on throughput

2015-04-21 Thread Scott Larson
rwarding does to the network stack. Does it ultimately put a lower priority on traffic where the server functioning as the packet router is the final endpoint in exchange for having more resources available to route traffic across interfaces as would generally be the case? *[image: userimage]Scott Larso

Re: Silly experiments with netisr

2015-02-05 Thread Scott Long via freebsd-net
of our CPU processing right now is spent in TCP (with the rest being spent in the VM, but that’s a different matter). FWIW, Randall has some optimizations in this area of the stack. They aren’t huge, IIRC they’re only a few percent, but worth looking at. Scott signature.asc Description: Message signed with OpenPGP using GPGMail

Re: [rfc] migrate lagg to an rmlock

2013-08-29 Thread Scott Long
ll about long-term data >> stability. > > 3) should no longer be an issue. rmlocks now have full WITNESS and assertion > support (including an rm_assert). > > However, one thing to consider is that rmlocks pin readers to CPUs while the > read lock is held (which rwlock

Re: Flow ID, LACP, and igb

2013-08-26 Thread Scott Long
PU instance, I can't imagine why it would be useful for these flows to be different. However, I'm still a n00b at this networking stuff, so please correct me if I'm wrong. Scott ___ freebsd-net@freebsd.org mailing list http://lists

Re: [rfc] migrate lagg to an rmlock

2013-08-24 Thread Scott Long
ut this > />/requires much more work, and unfortunately ABI change, so temporarily > />/patch lagg(4) manually. > />//>/We store counters in the softc, and once per second push their > values > />/to legacy ifnet counters./ > Some sort of gatekee

Re: [net] protecting interfaces from races between control and data ?

2013-08-08 Thread Scott Long
Yup, it's an incredibly unsafe pattern. It also leads to the pattern where auxiliary processing is handed off to a taskqueue, which then interleaves the lock ownership with the ithread and produces out-of-order packet reception. Scott On Aug 8, 2013, at 5:18 PM, Adrian Chadd wrote: >

Re: [net] protecting interfaces from races between control and data ?

2013-08-08 Thread Scott Long
ge sis sk sk sn snc ste stge ti tl tsec tx txp usb usb vge virtio vr vte vx wb wl xe xl Sure a lot of these are very legacy. But there's a lot in here's that are not. bge, bce, e1000, ixgbe, virtio, etc, probably more that I'm not catching in this quick pass. Scott _

Re: [net] protecting interfaces from races between control and data ?

2013-08-07 Thread Scott Long
o sleep. That means no sx locks and no malloc(M_WAITOK), along with the obvious tsleep/msleep. Taskqueues have no such restriction. An even rore relevant difference is that taskqueues have a much stronger management API. Ithreads can only be scheduled by generating a hardware interrupt, can

Re: [net] protecting interfaces from races between control and data ?

2013-08-05 Thread Scott Long
, it's up to the driver to pause and drain the RX processing prior to this state change. It worked well when I did it in if_em, and it appears to work well with cxgbe. Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mail

Re: [net] protecting interfaces from races between control and data ?

2013-08-05 Thread Scott Long
ocessing. TX dispatch is a different matter, but I don't think that it would be hard to have the if_transmit/if_start path respond to control synchronization events. Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: Recommendations for 10gbps NIC

2013-07-28 Thread Scott Long
ew quad port adapters on PCIE Gen 3 give you 8GT/s bandwidth > for > the device. I'm not sure if you could buy the 82598 but I surely would not > recommend > it to anyone :) FWIW, sometimes these kinds of cards are interesting if your primary interest is link failover instead

Re: Recommendations for 10gbps NIC

2013-07-25 Thread Scott Long
We use both the chelsio and intel offerings Scott On Jul 25, 2013, at 2:10 PM, "Alexander V. Chernikov" wrote: > On 25.07.2013 00:26, Boris Kochergin wrote: >> Hi. > Hello. >> >> I am looking for recommendations for a 10gbps NIC from someone who has >

Re: LACP LAGG device problems

2013-07-21 Thread Scott Long
Adrian, you're killing my spam filter! But yes, our use of FreeBSD at Netflix is hardly a science project. Http://openconnect.netflix.com Scott On Jul 21, 2013, at 1:31 PM, Adrian Chadd wrote: > Barney, > > I now work at netflix. We push >10gig per box. I'm working

Re: Terrible ix performance

2013-07-03 Thread Scott Long
enable_aim=0 NAS workloads are extremely sensitive to latency, and interrupt moderation only adds latency. We tune some other things as well at Netflix and manage to get quite good performance, though with a fairly different workload. Let me know

Re: Looking for a bgp listener that works with RADIX_MPATH / EQMP that's in HEAD

2013-06-29 Thread Scott Long
We run bird for this task. Can't say if it works on 10 since he haven't moved to 10 yet, but there have been some experiments with running a 10 kernel in the 9 userland and bird seems to behave fine with that. Scott On Jun 29, 2013, at 1:50 PM, Peter Wemm wrote: > I'm looki

Re: High CPU interrupt load on intel I350T4 with igb on 8.3

2013-05-12 Thread Scott Long
amed diatribes and insults from him, with a brief smattering here and there of benign but content-free posts. On the other hand, if the consensus here is to keep on baiting and feeding him for our own amusement, I applaud the effort but ask for a bit more subtlety =-) Thanks! Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: ipfilter(4) needs maintainer

2013-04-15 Thread Scott Long
On Apr 15, 2013, at 1:27 PM, Cy Schubert wrote: > In message , Scott Long > writes: >> >> On Apr 15, 2013, at 11:48 AM, Cy Schubert wrote: >> >>> In message <18df99b0-6e66-4906-a233-7778451b8...@felyko.com>, Rui Paulo >>> writes: >>

Re: ipfilter(4) needs maintainer

2013-04-15 Thread Scott Long
lter would > be a loss. > If you're committed to maintaining IPFilter, that's great. However, it can't be left to stagger along in a zombie state with nothing more than good intentions from well meaning people. What is your timeline for getting it back into shape and re-in

Re: ipfilter(4) needs maintainer

2013-04-15 Thread Scott Long
uld be set about a fair amount of stuff in FreeBSD, but IPFilter stands out since there's a high rate of needed change happening in the network stack, and it shouldn't be left to rot nor to be a stumbling block for those changes. Scott On Apr 15, 2013, at 12:49 PM, "Sam Fourman Jr.

Re: ipfilter(4) needs maintainer

2013-04-14 Thread Scott Long
On Apr 14, 2013, at 7:20 AM, Joe wrote: > Rui Paulo wrote: >> On 2013/04/12, at 22:31, Scott Long wrote: >>> On Apr 12, 2013, at 7:43 PM, Rui Paulo wrote: >>> >>>> On 2013/04/11, at 13:18, Gleb Smirnoff wrote: >>>> >>>>&g

Re: ipfilter(4) needs maintainer

2013-04-13 Thread Scott Long
On Apr 13, 2013, at 11:43 AM, Rui Paulo wrote: > On 2013/04/13, at 5:03, Scott Long wrote: >> You target audience for this isn't people who track CURRENT, it's people who >> are on 7, 8, or 9 and looking to update to 10.x sometime in the future. > > Yes, I&#

Re: ipfilter(4) needs maintainer

2013-04-13 Thread Scott Long
On Apr 13, 2013, at 12:33 AM, Rui Paulo wrote: > On 2013/04/12, at 22:31, Scott Long wrote: > >> On Apr 12, 2013, at 7:43 PM, Rui Paulo wrote: >> >>> On 2013/04/11, at 13:18, Gleb Smirnoff wrote: >>> >>>> Lack of maintainer in a near fu

Re: ipfilter(4) needs maintainer

2013-04-12 Thread Scott Long
filter is available but deprecated/unsupported in FreeBSD 10, and will be removed from FreeBSD 11. Certain people will still pitch a fit about it departing, but if the tools are there to help the common users, you'll be successful in winning mindshare and general support. Scott _

Re: igb and ALTQ in 9.1-rc3

2013-03-29 Thread Scott Long
Comedy gold. It's been a while since I've seen this much idiocy from you, Barney. Hopefully the rest of the mailing list will blackhole you, as I'm about to, and we can all get back to real work. Scott On Mar 29, 2013, at 10:38 AM, Barney Cordoba wrote: > it needs a lot

Re: Problems with two interfaces on the same subnet?

2013-02-12 Thread Scott Long
oled traffic, but it's better than FEC. I have patched to made the FreeBSD LAGG/LACP code a little more reliable in this area, and I'll be posting those patching in the coming few days. Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Reliable PCI wifi cards, and layer 7 filtering

2011-02-10 Thread Scott Ullrich
ooglecode somewhere. > > It does what you describe, uses regex to match payload. Hi, Our custom code is held here: https://rcs.pfsense.org/projects/pfsense-tools Simply check out the tools repo and inside pfPorts/ you will find all our goodies including ipfw-cl

Re: 8.1-RELEASE em watchdog timeout broken?

2010-08-03 Thread Scott Johnson
> "whenever my desktop PC" > > Now this is where u FAIL. Use dubuntu or windows7 on desktop not FBSD > and don't try again. > > Jax Perhaps I wasn't clear. The desktop PC (which runs WinXP) is connected directly to the em0 port on my FreeBSD server. No Ethernet switch in-between. I connect it

8.1-RELEASE em watchdog timeout broken?

2010-08-03 Thread Scott Johnson
Under 8.0-RELEASE I would get warnings from em(4) in /var/log/messages about "watchdog timeouts" on em0 whenever my desktop PC connected to em0 was powered off. This was fine, except for the annoying warnings. Under 8.1-RELEASE I no longer get the warnings, and any time my desktop is powered o

Re: dummynet dropping too many packets

2009-10-09 Thread Scott Bennett
x:xx >bce1: [ITHREAD] >bce1: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W >(0x03050C05); Flags( MFW MSI ) > > >> can you also send me a lspci and lspci -v ? >> >Sorry, this is FreeBSD, not Linux ;-) > Try

Re: NAT-T on current 8

2009-05-29 Thread Scott Ullrich
s great! http://cvs.pfsense.com/~sullrich/ipsec-tools-devel.zip ... This is a port file of a recent ipsec-tools cvs checkout + a few patches provided by vanhu@, extract to /usr/ports/security/ and make install. The NATT patch is slated to hit the FreeBSD tree soon so please do report back your findings.

Re: Dialer for UMTS/3G modems

2009-05-26 Thread Scott Ullrich
ich/ppp.conf http://cvs.pfsense.com/~sullrich/mpd.conf Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: IPSEC NAT traversal

2009-04-28 Thread Scott Ullrich
On Tue, Apr 28, 2009 at 1:28 PM, Bjoern A. Zeeb wrote: > On Tue, 28 Apr 2009, Scott Ullrich wrote: [snip] > I have NAT-T on top of that. And I am currently doing the whatever > you'll call it 'final pass', will send it back to Yvan once I am done > with the last 2

Re: IPSEC NAT traversal

2009-04-28 Thread Scott Ullrich
ecently whipped the pfSense's NATT patch into shape: http://cvs.pfsense.com/~sullrich/NATT.RELENG_8.diff I am not sure if this is how Yvan wants to solve it for the long term but it does seem to work OK for the short term until the patch is brought up to speed. Scott ___

Re: NATT patch and FreeBSD's setkey

2009-04-15 Thread Scott Ullrich
Thanks for maintaing the patch so far, Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: NATT patch and FreeBSD's setkey

2009-04-14 Thread Scott Ullrich
uple hours ago and it seems to break all outgoing UDP traffic (DNS included). Has anyone else experienced this issue? Backing the patch out of our pfSense patch roster cleared up the problem. Is there a newer patch available by chance? Thanks, Scott ___ f

Re: potential nasty bug in igb and ixgbe

2008-10-03 Thread Scott Long
I'll bite. Scott On Wed, 1 Oct 2008, Jack Vogel wrote: Jeff Roberson uncovered an issue that might be behind any number of possible problems. Our newer hardware (meaning those supported by the igb and ixgbe drivers) overwrites the buffer address in the RX descriptor with a variety of

TCP connections hanging in FIN_WAIT_1

2008-09-06 Thread Scott Bennett
ation is a Dell Inspiron XPS with a Broadcom BCM5705 A1 adaptor, ASIC rev. 0x3001, (bge driver) for 10/100/1000 Mb/s connected to a Comcast/RCA cable modem at 100 Mb/s. Thanks in advance for any information you may have. Scott Bennett, Comm

Re: m0n0wall/pfsense question.

2008-08-21 Thread Scott Ullrich
On 8/21/08, Julian Elischer <[EMAIL PROTECTED]> wrote: > > Does anyone know whether the above mentionned bsd systems boot to a ram > disk or keep their filesystem on teh flash/disk? pfSense keeps the filesystem and m0n0wall runs out of a memory backed system. Hope thi

Re: FreeBSD NAT-T patch integration

2008-06-25 Thread Scott Ullrich
On Wed, Jun 25, 2008 at 4:24 PM, Julian Elischer <[EMAIL PROTECTED]> wrote: > do you have the ability to test this? Absolutely. Is this the only thing from preventing it being merged into HEAD? Scott ___ freebsd-net@freebsd.org mailing

Re: FreeBSD NAT-T patch integration

2008-06-25 Thread Scott Ullrich
On Wed, Jun 25, 2008 at 3:53 PM, Bjoern A. Zeeb <[EMAIL PROTECTED]> wrote: > if it would be that easy, it would have happened 2 years ago. What can we as a community do to assist in making this easier and doable? Scott ___ freebsd-net@fr

Re: FreeBSD NAT-T patch integration

2008-06-25 Thread Scott Ullrich
3-19.diff might be semi up to date. Thanks a million for assisting Julian, this is going to make a lot of folks happy! :) Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: FreeBSD NAT-T patch integration

2008-06-25 Thread Scott Ullrich
ent-type=text%2Fplain Thanks Julian! Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: FreeBSD NAT-T patch integration

2008-06-25 Thread Scott Ullrich
hing every time we move to a newer FreeBSD revision. Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: carpdev

2008-06-03 Thread Scott Ullrich
On 6/3/08, Jon Otterholm <[EMAIL PROTECTED]> wrote: > Hi. > > Are there any plans to implement option carpdev to carp in FreeBSD? > > //Jon See the freebsd-pf archives. Max has a patch ready for testing and needs more wide-s

Re: MFC of em/igb drivers

2008-05-03 Thread Scott Long
afternoon :) Is it still true that support for the 575 moved from em to igb? If so, please put an entry in src/UPDATING about it and ask the re/docs team to make sure it's documented in the next release notes. Scott ___ freebsd-net@freebsd.org ma

Re: Relayd (former hoststated) status for freebsd 7.0RC1

2008-01-24 Thread Scott Ullrich
and you just saved me a lot of time :) Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

question about captive wifi portal...

2008-01-13 Thread Lyle Scott III
ns or links that could be helpful? I also thought i could just use packet marks, but I am just unaware of anything else to make the pf packets more dynamic... i guess that would be the goal of this post -- Lyle Scott, III http://www.lylescott.ws ___ fr

ipsec_tools will not compile after IPSEC_NAT_T patch

2008-01-05 Thread Lyle Scott III
security/ipsec-tools/work/ipsec-tools-0.7/src. *** Error code 1 Stop in /usr/ports/security/ipsec-tools/work/ipsec-tools-0.7. *** Error code 1 Stop in /usr/ports/security/ipsec-tools/work/ipsec-tools-0.7. *** Error code 1 Stop in /usr/ports/security/ipsec-tools. **

IPSEC_NAT_T

2008-01-04 Thread Lyle Scott III
;make buildword' but when i do a 'make buildkernel' it says the option is not found. Did i do something wrong or what? -- Lyle Scott, III http://www.lylescott.ws ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

Re: Packet loss every 30.999 seconds

2007-12-17 Thread Scott Long
urs of uptime before the problem becomes noticeable. If vnodes are never truly getting cleaned, or never getting their flags cleared so that this loop knows that they are clean, then it's feasible that they'll accumulate over time, keep on getting flushed

Re: I/OAT ... Coming Soon ?

2007-11-15 Thread Scott Ullrich
On 11/15/07, Jack Vogel <[EMAIL PROTECTED]> wrote: > Its IN the chipset, so if its AMD based you won't have it :) Thanks for the clarification. I'll be sure to buy all Intel parts on the next server :) Scott ___ freebsd-net@freeb

Re: I/OAT ... Coming Soon ?

2007-11-15 Thread Scott Ullrich
ng on a heavily loaded firewall. Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: I/OAT ... Coming Soon ?

2007-11-15 Thread Scott Ullrich
t sure what em(4) cards support it. So I think hardware should > be available now. At the time the PE29XX family BIOS did not support it I have a stack of Dell 2970's with Intel 1000 cards and will be happy to test this when a patch is available. Thanks f

Re: Proposed #ifdef change to em

2007-10-31 Thread Scott Long
in private... Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: RFC: Evolution of the em driver

2007-10-31 Thread Scott Long
e, depending on your perspective) examples of this in FreeBSD. My vote is to nip the madness in the bud on if_em and have two (or more drivers) that support their hardware families well instead of one driver that supports multiple families marginally. Scott

Re: Request for feedback on common data backstore in the kernel

2007-09-26 Thread Scott Long
Hans Petter Selasky wrote: Hi Scott, The discussion has been moved to "[EMAIL PROTECTED]". Please only reply there next time. On Wednesday 26 September 2007, Scott Long wrote: Hans Petter Selasky wrote: Hi, Please keep me CC'ed, hence I'm not on all these list

Re: Request for feedback on common data backstore in the kernel

2007-09-26 Thread Scott Long
oint of having architecture portable drivers. John-Mark describes this further. It also makes little sense to push the responsibility for handling bounce buffers out of a central subsystem and back into every driver. Scott ___ freebsd-net@freebsd.org mailing

Re: Racoon(ipsec-tools) enters sbwait state or 100% CPU utilization quite often on RELENG_1_2

2007-09-24 Thread Scott Ullrich
On 9/24/07, Christopher Cowart <[EMAIL PROTECTED]> wrote: > On Sat, Aug 18, 2007 at 03:58:16PM -0400, Scott Ullrich wrote: > How are you detecting when racoon gets wedged? I'd like to replicate > that on our systems. Our script is primitive at best but does seem to d

Re: axe(4) and Linksys USB200M question

2007-09-12 Thread Scott Bennett
On Tue, 11 Sep 2007 15:46:56 +0200 Volker <[EMAIL PROTECTED]> wrote >On 09/10/07 23:16, Scott Bennett wrote: >> Oh. So now I have another couple of white elephants. Damn. And I >> still >> don't have anything that will work as a second interface. Si

Re: axe(4) and Linksys USB200M question

2007-09-10 Thread Scott Bennett
On Mon, 10 Sep 2007 09:36:14 +0100 Tom Judge <[EMAIL PROTECTED]> wrote: >Scott Bennett wrote: >> >> My Dell Inspiron XPS has just one built-in Ethernet port, and I need to >> have at least one other. Armed with a printed copy of Section 3.2 of the >>

axe(4) and Linksys USB200M question

2007-09-09 Thread Scott Bennett
:15 hellas kernel: ugen0: detached Is the Linksys USB200M supported or not? What am I missing here? Scott Bennett, Comm. ASMELG, CFIAG ** * Internet: bennett at

Re: Thoughts on vlan filter

2007-09-05 Thread Scott Long
probably a bad idea for anything more than a proof-of-concept. From a cleanliness point of view, making the software vlan module aware of this as a hardware offload capability and able to control it via new ioctls sounds more reasonable. Scott

Re: Racoon(ipsec-tools) enters sbwait state or 100% CPU utilization quite often on RELENG_1_2

2007-08-21 Thread Scott Ullrich
ks again for your help, George, we appreciate it! Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Racoon(ipsec-tools) enters sbwait state or 100% CPU utilization quite often on RELENG_1_2

2007-08-20 Thread Scott Ullrich
; But the reported problem really has similar symptoms. Thank you Yvan and George! The PR has been filed and the ID# is kern/115651 I have added some interesting notes that seem to affect NetBSD as well. We will be happy to work with anyone to get this s

Re: Racoon(ipsec-tools) enters sbwait state or 100% CPU utilization quite often on RELENG_1_2

2007-08-18 Thread Scott Ullrich
ll script that looks for racoon falling over and simply restarting it. Does anyone know if this is fixed in 7-CURRENT? If so we can easily wait until 7 arrives as we plan on releasing pfSense on the 7 platform as soon as it is released. Georg

Racoon(ipsec-tools) enters sbwait state or 100% CPU utilization quite often on RELENG_1_2

2007-08-17 Thread Scott Ullrich
we can debug further? Thanks Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Racoon(ipsec-tools) enters sbwait state or 100% CPU utilization quite often on RELENG_1_2

2007-08-17 Thread Scott Ullrich
On 8/17/07, Scott Ullrich <[EMAIL PROTECTED]> wrote: > Hello! > > We are trying to track down a problem that involves a large number of > ipsec tunnels (in this case 80). Frequently racoon (ipsec-tools > 0.7rc1 and also 0.6) will deadlock into the sbwait state or will ent

Re: Reminder: NET_NEEDS_GIANT, debug.mpsafenet going away in

2007-07-18 Thread Scott Bennett
On Wed, 18 Jul 2007 20:48:21 +0100 (BST) Robert Watson <[EMAIL PROTECTED]> wrote: >On Wed, 18 Jul 2007, Scott Bennett wrote: > >> [Cc: list trimmed a bit more --SB] >> On Tue, 17 Jul 2007 23:42:14 +0200 Max Laier <[EMAIL PROTECTED]> >> >

Re: Reminder: NET_NEEDS_GIANT, debug.mpsafenet going away in

2007-07-18 Thread Scott Bennett
as been kldload-ed). In FreeBSD 6.2, AIO results in a warning message at boot time that says AIO is not MPSAFE and that therefore the networking stack will take a deep performance hit. Scott Bennett, Comm. ASMELG, CFIAG

Re: Proposed 6.2 em RELEASE patch

2006-11-13 Thread Scott Long
Mike Tancsa wrote: At 12:50 PM 11/13/2006, Ivan Voras wrote: Mike Tancsa wrote: > At 12:15 AM 11/13/2006, Scott Long wrote: > >> Is this with EM_INTR_FAST enabled also? > > Yes. Havent done the stock case yet, but will do so later today. Do you have a comparison with Li

Re: Proposed 6.2 em RELEASE patch

2006-11-13 Thread Scott Long
Mike Tancsa wrote: At 12:15 AM 11/13/2006, Scott Long wrote: Is this with EM_INTR_FAST enabled also? Without it, the 2 streams are definitely lossy on the management interface ---Mike Ok, and would you be able to test the polling options as well? Scott

Re: Proposed 6.2 em RELEASE patch

2006-11-12 Thread Scott Long
Mike Tancsa wrote: At 11:05 PM 11/12/2006, Scott Long wrote: Mike Tancsa wrote: However, if I turn on fastforwarding, its back to the old behavior with it locking up. This was with the stock driver. I will try the same test with #define EM_FAST_INTR 1 as well as taking out the nfs option

Re: Proposed 6.2 em RELEASE patch

2006-11-12 Thread Scott Long
? ---Mike Would you mind going so far as to adding NO_ADAPTIVE_MUTEXES? This is excellent data, thanks a lot for working on it. Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send

Re: Proposed 6.2 em RELEASE patch

2006-11-12 Thread Scott Long
Mike Tancsa wrote: At 11:41 AM 11/12/2006, Scott Long wrote: Mike Tancsa wrote: At 01:42 AM 11/11/2006, Scott Long wrote: driver. What will help me is if you can hook up a serial console to your machine and see if it can be made to drop to the debugger while it is under load and otherwise

Re: Proposed 6.2 em RELEASE patch

2006-11-12 Thread Scott Long
Mike Tancsa wrote: At 01:42 AM 11/11/2006, Scott Long wrote: driver. What will help me is if you can hook up a serial console to your machine and see if it can be made to drop to the debugger while it is under load and otherwise unresponsive. If you can, getting a process dump might help

Re: Proposed 6.2 em RELEASE patch

2006-11-10 Thread Scott Long
nvolve improvements in the FFWD and PFIL_HOOKS code as well as the driver. What will help me is if you can hook up a serial console to your machine and see if it can be made to drop to the debugger while it is under load and otherwise unresponsive. If you can, getting a process d

Re: Proposed 6.2 em RELEASE patch

2006-11-09 Thread Scott Long
ny packets at all for Gleb, but they expose the system to risk if there is ever an accidental (or malicious) RX flood on the interface. Scott ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, sen

Re: IPSEC, isakmpd, tunnel/transport encapsulation...

2006-11-04 Thread chris scott
I tried to setup something exactly like you did. I could do it fine with freebsd boxes as I would do it via username not ip. Never really got the problem sorted for windows though. I ended up using openVPN instead. I would seriously recommend you try this solution as its far easier to setup. Be

Re: new em-driver still broken

2006-10-28 Thread Scott Long
ses problems, three minutes later it will turn back off automatically. Unfortunately, the machine dropped off the network immediately and is not coming back. I'll get to its console on Monday, but something is still very wrong with the em-driver :-( -mi So the driver

Re: em network issues

2006-10-25 Thread Scott Long
Jack Vogel wrote: On 10/25/06, Scott Long <[EMAIL PROTECTED]> wrote: Jack Vogel wrote: > On 10/25/06, Doug Ambrisko <[EMAIL PROTECTED]> wrote: > >> 3) In em_process_receive_interrupts/em_rxeof always decrement >> the count on every run th

Re: em network issues

2006-10-25 Thread Scott Long
Jack Vogel wrote: On 10/25/06, Doug Ambrisko <[EMAIL PROTECTED]> wrote: 3) In em_process_receive_interrupts/em_rxeof always decrement the count on every run through the loop. If you notice count is an is an int that starts at the passed in value of -1. It then cou

Re: em network issues

2006-10-25 Thread Scott Long
Doug Ambrisko wrote: John Polstra writes: | On 19-Oct-2006 Scott Long wrote: | > The performance measurements that Andre and I did early this year showed | > that the INTR_FAST handler provided a very large benefit. | | I'm trying to understand why that's the case.

Re: em network issues

2006-10-19 Thread Scott Long
Bruce Evans wrote: On Thu, 19 Oct 2006, John Polstra wrote: On 19-Oct-2006 Scott Long wrote: The performance measurements that Andre and I did early this year showed that the INTR_FAST handler provided a very large benefit. I'm trying to understand why that's the case. Is it

Re: em network issues

2006-10-19 Thread Scott Long
John Polstra wrote: On 19-Oct-2006 Scott Long wrote: The performance measurements that Andre and I did early this year showed that the INTR_FAST handler provided a very large benefit. I'm trying to understand why that's the case. Is it because an INTR_FAST interrupt doesn't ha

Re: em network issues

2006-10-19 Thread Scott Long
Bruce Evans wrote: On Thu, 19 Oct 2006, Scott Long wrote: Bruce Evans wrote: On Wed, 18 Oct 2006, Kris Kennaway wrote: I have been working with someone's system that has em shared with fxp, and a simple fetch over the em (e.g. of a 10 GB file of zeroes) is enough to produce wat

Re: em network issues

2006-10-18 Thread Scott Long
Bruce Evans wrote: On Wed, 18 Oct 2006, Scott Long wrote: [too much quoted; much deleted] Bruce Evans wrote: On Wed, 18 Oct 2006, Kris Kennaway wrote: I have been working with someone's system that has em shared with fxp, and a simple fetch over the em (e.g. of a 10 GB file of zeroe

Re: em network issues

2006-10-18 Thread Scott Long
oblem you pointed out with the cached copy of the interrupt status possibly going stale is a calculated risk. If a new condition happens, the chip will continue to signal an interrupt until it is handled. That will generate an interrupt on the CPU after the taskqueue calls em_enable_intr(), in which

  1   2   >