On Fri, May 04, 2012 at 11:30:22AM -0400, John Baldwin wrote:
> On Tuesday, May 01, 2012 12:21:21 pm Konstantin Belousov wrote:
> > On Thu, Apr 12, 2012 at 09:38:49PM +0300, Konstantin Belousov wrote:
> > > On Mon, Apr 09, 2012 at 12:19:39PM -0400, John Baldwin wrote:
> > > > On Sunday, April 08, 2
Hi all,
I am writing a code using sysctl to manipulate a kernel variable. The variable
is a data structure with two fields, protocol number (uint16_t) and description
(char *).
I have some difficulties with sysctl command to pass both protocol number and
description at a time to the kernel. I
Hi all,
I am writing a code using sysctl to manipulate a kernel variable. The variable
is a data structure with two fields, protocol number (uint16_t) and description
(char *).
I have some difficulties with sysctl command to pass both protocol number and
description at a time to the kernel. I
On 05/03/12 11:18, Adrian Chadd wrote:
Hi,
First off, let me say "thankyou" to you, ray@ and all the people who
have chipped away at this little problem. I look very forward to
having rt2xxx 802.11n support, as do many users on the forums. :)
I haven't yet done a pass or two to see what the sta
Hi,
We are currently evaluating a new hardware platform using 4 Intel
82580 interfaces. System is running FreeBSD 7.1 with backported igb(4)
from HEAD (v2.2.5). After about 12h routing around 155Mbps of traffic,
vmstat(1) shows a high constant interrupt rate on igb0 and igb3:
# vmstat -i
irq260:
On Tuesday, May 01, 2012 12:21:21 pm Konstantin Belousov wrote:
> On Thu, Apr 12, 2012 at 09:38:49PM +0300, Konstantin Belousov wrote:
> > On Mon, Apr 09, 2012 at 12:19:39PM -0400, John Baldwin wrote:
> > > On Sunday, April 08, 2012 1:11:25 am Konstantin Belousov wrote:
> > > > On Sat, Apr 07, 2012
On May 4, 2012, at 10:26 AM, Luigi Rizzo wrote:
> On Fri, May 04, 2012 at 09:55:32AM +0300, Nikolay Denev wrote:
>> Hello,
>>
>> What is required to get NETMAP running on 9-STABLE, as the patches seem a
>> bit stale.
>> I see that the core functionality is there, but the driver support is
>> m
On Fri, May 04, 2012 at 09:55:32AM +0300, Nikolay Denev wrote:
> Hello,
>
> What is required to get NETMAP running on 9-STABLE, as the patches seem a bit
> stale.
> I see that the core functionality is there, but the driver support is missing.
> Is just using dev/ixgbe from -CURRENT sufficient?