Question about MLDv2 implemenation in Kernel

2012-06-20 Thread GuYong
Hi, everyone, I'm looking at the MLDv2 implemenation in kernel, and there seem to be some issues, could anyone confirm them? 1. RFC3810 clause 6.1 mentions there is a Source Retransmission Counter associated to each source, so that the merged report could contain the content that is interrupte

MSI-X limitation in freebsd 8.2

2012-06-20 Thread Venkat Duvvuru
Hi, MSI-x supports upto 2048 vectors but what I see in freebsd 8.2 is that when I use more than ~30 vectors, system becomes dead slow. Is there a limitation on number of msi vectors that can be used in 8.2? /Venkat ___ freebsd-net@freebsd.org mailing lis

Re: MSI-X limitation in freebsd 8.2

2012-06-20 Thread John Baldwin
On Wednesday, June 20, 2012 6:47:34 am Venkat Duvvuru wrote: > Hi, > MSI-x supports upto 2048 vectors but what I see in freebsd 8.2 is that when > I use more than ~30 vectors, system becomes dead slow. > Is there a limitation on number of msi vectors that can be used in 8.2? FreeBSD/x86 supports r

Re: Question about MLDv2 implemenation in Kernel

2012-06-20 Thread Rui Paulo
Hi, On 20 Jun 2012, at 01:12, GuYong wrote: > > Hi, everyone, > I'm looking at the MLDv2 implemenation in kernel, and there seem to be some > issues, could anyone confirm them? > 1. RFC3810 clause 6.1 mentions there is a Source Retransmission Counter > associated to each source, so that the

Re: Question about MLDv2 implemenation in Kernel

2012-06-20 Thread Rui Paulo
On 20 Jun 2012, at 01:12, GuYong wrote: > 1. RFC3810 clause 6.1 mentions there is a Source Retransmission Counter > associated to each source, so that the merged report could contain the > content that is interrupted by a new state change report BUT, I > didn't see this is implemented