Multipath TCP for FreeBSD v0.5

2015-08-31 Thread Nigel Williams
Hi, A new mptcp v0.5 patch is available at http://caia.swin.edu.au/urp/newtcp/mptcp/tools.html. This release represents a near-complete rewrite of the v0.4 implementation and as such there have been a large number of changes (see [1] and [2]). The patch applies against r285254 of HEAD. Curr

GPL issues around OFED code in FreeBSD 9.1

2015-08-31 Thread Hrishikesh Keremane via freebsd-net
[Sorry for cross posting] Hi, We are working on a product(FreeBSD based) that would require RDMA over iWARP and are considering using the OFED stack in FreeBSD 9.1. We will be making some changes to the OFED stack to customize it to our requirements. The concern is regarding the implications o

Re: A bug in udp6_input() - should use proto instead of ip6->ip6_nxt

2015-08-31 Thread Tiwei Bie
On Mon, Aug 31, 2015 at 09:28:07AM +, Bjoern A. Zeeb wrote: > > > On 31 Aug 2015, at 04:05 , Tiwei Bie wrote: > > > > I found a bug in udp6_input(). The 'proto' parameter should be used to > > get the protocol number (UDP or UDPLITE), instead of ip6->ip6_nxt. > > > > Because ip6->ip6_nxt ma

Re: A bug in udp6_input() - should use proto instead of ip6->ip6_nxt

2015-08-31 Thread Bjoern A. Zeeb
> On 31 Aug 2015, at 04:05 , Tiwei Bie wrote: > > I found a bug in udp6_input(). The 'proto' parameter should be used to > get the protocol number (UDP or UDPLITE), instead of ip6->ip6_nxt. > > Because ip6->ip6_nxt may be the protocol number of extension header, > such as: > > If a UDP packet