Re: using netmap

2013-04-26 Thread Steve Read
On 26.04.2013 08:23, Sami Halabi wrote: Hi Eitan, Thank your for your response. the ioctl is the example was in Luigi netmap page... maybe Luigi can help here??? can you say why the print's are wrong? They print the addresses of the variables, not their values. int i = 1234; printf("i=%d\

Re: Intel 4-port ethernet adaptor link aggregation issue

2013-08-02 Thread Steve Read
On 01.08.2013 20:07, Joe Moog wrote: We have an iXsystems 1U server (E5) with an Intel 4-port ethernet NIC installed, model I350-T4 (manufactured May of 2013). We're trying to bind the 4 ports on this NIC together into a single lagg port, connected LACP to a distribution switch (Cisco 4900-ser

Problem: no locking around IPv6 prefix structures in prelist_remove

2014-05-26 Thread Steve Read
his part of the code appears to be more or less the same, in particular the question of locking. Should I submit a PR (no, we can't retry with a generic kernel)? -- Steve Read ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mai

Re: Problem: no locking around IPv6 prefix structures in prelist_remove

2014-05-26 Thread Steve Read
OK, thanks. -- Steve Read On 26.05.2014 11:24, Bjoern A. Zeeb wrote: On 26 May 2014, at 09:11 , Steve Read wrote: I have recently encountered an interesting double-free crash in prelist_remove() (management of IPv6 prefixes used by interface addresses) using a modified version of 9.2

panics in soabort with so_count != 0, one possible solution to one cause.

2013-01-09 Thread Steve Read
ate * the connection, abort it. */ -so = sonewconn(lso, SS_ISCONNECTED); +so = sonewconn(lso, 0); if (so == NULL) { /* * Drop the connection; we will either send a RST or @@ -831,6 +831,8 @@ INP_WUNLOCK(inp); +soisconnected(so); + TCPSTAT_INC(t

Re: lagg of em0/em1 + VLAN = lower MTU?

2015-07-13 Thread Steve Read
and you don't want that. -- Steve Read ___ 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"