[patch] e1000 / lem handling of TSO defragmentation

2012-08-08 Thread Andrew Boyer
ation in lem, doing it this way reduces code duplication. Comments welcome. -Andrew e1000_tso_defrag.diff Description: Binary data -- Andrew Boyerabo...@averesystems.com ___ freebsd-net@freebs

[patch] e1000 stats cleanup

2012-08-08 Thread Andrew Boyer
ion: Binary data -- Andrew Boyerabo...@averesystems.com ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-

[patch] ixgbe stats cleanup

2012-08-06 Thread Andrew Boyer
iption: Binary data ------ Andrew Boyerabo...@averesystems.com ___ 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: lacp lagg port flags do not show correctly resulting in poor traffic distribution/performance

2012-07-27 Thread Andrew Boyer
bsd-15 kernel: maxdelay=0 > Jul 10 02:38:30 bsd-15 kernel: ql0: collecting enabled > Jul 10 02:38:30 bsd-15 kernel: ql0: mux_state 2 -> 3 > Jul 10 02:38:30 bsd-15 kernel: ql0: enable distributing on aggregator > [(8000,00-0E-1E-04-2C-F0,0213,,),(8000,00-0E-1E-08-05-20,01D3,00

Re: Interface MTU question...

2012-07-12 Thread Andrew Boyer
sc->sc_ifp->if_mtu = ifr->ifr_mtu; + } + LAGG_WUNLOCK(sc); break; default: ------ Andrew Boyerabo...@averesystems.com _

Re: lacp lagg port flags do not show correctly resulting in poor traffic distribution/performance

2012-07-10 Thread Andrew Boyer
ine on one box with 'ifconfig lagg0 laggproto lacp'. To see the negotiation you'll need to rebuild your kernel with '#define LACP_DEBUG 1' added to the top of sys/net/ieee802.3ad_lacp.c. Or upgrade to a newer stable snapshot that has the net.lacp_debug sysctl and turn

Re: Bad interaction between 82599 hardware RSC and VLANs

2012-04-25 Thread Andrew Boyer
Any update on this? -Andrew On Jan 13, 2012, at 6:04 PM, Jack Vogel wrote: > Hey Andrew, > > Not heard of this before, but I'll check around. > > Jack > > > On Fri, Jan 13, 2012 at 3:01 PM, Andrew Boyer wrote: > Hello Jack, > I'm seeing an issue on

Re: LACP kernel panics: /* unlocking is safe here */

2012-04-09 Thread Andrew Boyer
Makes sense to me. -Andrew On Apr 7, 2012, at 4:02 AM, Andrew Thompson wrote: > On 3 April 2012 00:35, John Baldwin wrote: >> On Friday, March 30, 2012 6:04:24 pm Andrew Boyer wrote: >>> While investigating a LACP issue, I turned on LACP_DEBUG on a debug kernel. >> In

LACP kernel panics: /* unlocking is safe here */

2012-03-30 Thread Andrew Boyer
ters */ sc->sc_detach = NULL; sc->sc_start = NULL; sc->sc_input = NULL; -- Andrew Boyerabo...@averesystems.com ___ freebsd-net@freeb

Re: Assigning multiple IPs in the same network to an interface

2012-03-16 Thread Andrew Boyer
On Feb 18, 2012, at 5:39 AM, Damien Fleuriot wrote: > On 2/16/12 3:39 PM, Andrew Boyer wrote: >> >> On Feb 16, 2012, at 8:16 AM, Damien Fleuriot wrote: >> >>> On 2/16/12 8:08 AM, M. V. wrote: >>>> hi everybody, >>>> >>>>

Re: Assigning multiple IPs in the same network to an interface

2012-02-16 Thread Andrew Boyer
.10.1/24 >> #ifconfig eth0 add 192.168.10.2/24 >> > Second address should be an alias address. > > ;-) > 'ifconfig add' and 'ifconfig alias' are the same thing. -Andrew -- Andrew Boyerabo...@averesystems.com

Re: Assigning multiple IPs in the same network to an interface

2012-02-16 Thread Andrew Boyer
nterface)? >> >> Thanks. >> > > You shouldn't assign your secondary IP with a /24 mask, use /32. > > You'll run into problems otherwise. > > As a rule of thumb, your aliases = /32 > M.V. - What you are doing should work fine. There we

Bad interaction between 82599 hardware RSC and VLANs

2012-01-13 Thread Andrew Boyer
ted in November 2010 ("82599 receiving packets with vlan tag=0 (vlan strip problem)?"). Thanks, Andrew ------ Andrew Boyerabo...@averesystems.com ___ freebsd-net@freebsd.org mailing list

Re: What is the relationship between Intel and FreeBSD in regards to igb(4)?

2011-12-19 Thread Andrew Boyer
0 folder contains three drivers: if_lem.c : legacy 1G cards if_em.c: older 1G cards if_igb.c: newer 1G cards The rest of the files are common code shared among the three drivers. -Andrew ------ Andrew Boyerabo...@averesystems.com ___

Re: Too much interrupts on ixgbe

2011-10-24 Thread Andrew Boyer
375956573 36 > irq264: ix1:que 3 3966352151384 > irq265: ix1:link 1 0 > irq266: em0:rx 010283114 0 > irq269: em1:rx 010283114 0 > cpu3: timer 3386697130

Re: MFC Re: soreceive_stream: issues with O_NONBLOCK

2011-07-12 Thread Andrew Boyer
On Jul 12, 2011, at 3:10 AM, Andre Oppermann wrote: > On 11.07.2011 17:15, Andrew Boyer wrote: >> On Jul 8, 2011, at 6:51 AM, Andre Oppermann wrote: >> >>> On 07.07.2011 21:24, Mikolaj Golub wrote: >>>> >>>> On Thu, 07 Jul 2011 12:47:15 +0200 An

MFC of 218627 (SO_SETFIB 0)

2011-07-11 Thread Andrew Boyer
Would someone please MFC r218627 back to stable/8 and stable/7? They are both affected. Thank you, Andrew -- Andrew Boyerabo...@averesystems.com ___ freebsd-net@freebsd.org mailing list http

MFC Re: soreceive_stream: issues with O_NONBLOCK

2011-07-11 Thread Andrew Boyer
ou be able to MFC it along with 223839 and 223863? Thank you, Andrew -- Andrew Boyerabo...@averesystems.com ___ 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"

Fwd: kern/156978: [lagg][patch] Take lagg rlock before checking flags

2011-07-06 Thread Andrew Boyer
be, send any mail to "freebsd-net-unsubscr...@freebsd.org" -- Andrew Boyerabo...@averesystems.com ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: ixgbe> vlan addition and removal brings the interfaces down and up

2011-06-28 Thread Andrew Boyer
> -- Igor > > On Thu, May 19, 2011 at 8:58 PM, Andrew Boyer wrote: >> I have a patch that will fix this. Please give me a little while to clean >> it up, and I will send it out on the list. >> >> -Andrew >> >> On May 19, 2011, at 2:58 AM, Igor Anis

Re: ixgbe> vlan addition and removal brings the interfaces down and up

2011-05-19 Thread Andrew Boyer
to it. > > Any help, links, patches are much appreciated. > > Regards, > > Igor Anishchuk > ___ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail

Re: Intel ix (X520) disconnects when manipulating ips?

2011-04-25 Thread Andrew Boyer
On Apr 23, 2011, at 12:50 AM, Julian Elischer wrote: > On 4/22/11 5:08 PM, Andrew Boyer wrote: >> Hello Steve and Jack, >> You need to handle the SIOCSIFADDR ioctl or it gets passed up the stack to >> ether_ioctl(). When it goes up the interface gets reset. See the com

Re: Intel ix (X520) disconnects when manipulating ips?

2011-04-22 Thread Andrew Boyer
> In the event of misdirection, illegible or incomplete transmission please > telephone +44 845 868 1337 > or return the E.mail to postmas...@multiplay.co.uk. > > ___ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listi

Re: panic: bufwrite: buffer is not busy???

2011-04-11 Thread Andrew Boyer
etc. 220257 is the first commit on 2011-04-02, and 220507 is the last commit on 2011-04-09. I don't see any smoking guns in-between, though. -Andrew On Apr 11, 2011, at 1:07 PM, Flávio wrote: > On Mon, Apr 11, 2011 at 11:18 AM, Andrew Boyer > wrote: >> Would you please elabor

Re: kern/150247: [patch] [ixgbe] Version in -current won't build on 7.x systems

2011-02-23 Thread Andrew Boyer
d need to be backported to 7- > STABLE. > > -- > Bruce Cran > ___ > 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&qu

Check in small patches for ixgbe?

2011-01-07 Thread Andrew Boyer
... Thank you, Andrew ------ Andrew Boyerabo...@averesystems.com ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to &q

Re: kern/150247: [patch] [ixgbe] Version in -current won't build on 7.x systems

2011-01-07 Thread Andrew Boyer
The following reply was made to PR kern/150247; it has been noted by GNATS. From: Andrew Boyer To: bug-follo...@freebsd.org, Andrew Boyer Cc: Subject: Re: kern/150247: [patch] [ixgbe] Version in -current won't build on 7.x systems Date: Fri, 7 Jan 2011 13:36:15 -0500 The proble

Re: Dual-rate transceivers with ixgbe?

2010-06-10 Thread Andrew Boyer
IXGBE_ERR_SFP_NOT_SUPPORTED; - goto out; - } break; default: break; -- Andrew Boyerabo...@averesystems.com ___ 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: ixgbe 2.1.7 can't disable LRO on 82599?

2010-05-13 Thread Andrew Boyer
; from the LRO that the 598 > does, and that may be the problem, I will need to look into that. Thanks for > the report. > > And, yes, LRO is a major improvement in 10G performance, as is TSO. Are you > sure you have no > alternative to disabling? > > Cheers, > > Jac

ixgbe 2.1.7 can't disable LRO on 82599?

2010-05-12 Thread Andrew Boyer
LRO causes TCP ACK havoc without it. ------ Andrew Boyerabo...@averesystems.com ___ 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"

Question about MFC for 194760,194813, etc. (ifaddr races)

2010-02-02 Thread Andrew Boyer
es? We would very much appreciate it. It looks like there are about two dozen related commits and the diffs don't apply cleanly for me. If it has diverged too much we'll just have to wait until we sync up with 8.0 later this year. Thanks, Andrew ------