Hi,
It seems to me there is a VNET mismanagement in `net/bpf.c'; we have:
static void
bpf_detachd(struct bpf_d *d)
{
[...]
if (d->bd_promisc) {
d->bd_promisc = 0;
CURVNET_SET(ifp->if_vnet);
error = ifpromisc(ifp, 0);
CURVNET_RESTORE();
[...]
}
which is called
Recently , I use getsockopt or sctp_opt_info to get the information of sctp
association message, both two function return value of 0, and that means
they work well, but the result of testing show some error.
Here are the result that getting from function getsockopt or sctp_opt_info:
NO. ASSOC-ID
Ignore this. I found the problem with this a little while back.
Problem was that the address recieving the RST ACK on the same interface
within the same subnet was also located within a DMZ which caused it to
recieve everything that was also bound for the /24
On Thu, Sep 08, 2011 at 01:28:38AM -
On Sep 24, 2011, at 3:43 PM, jyl_2006 wrote:
> Recently , I use getsockopt or sctp_opt_info to get the information of sctp
> association message, both two function return value of 0, and that means
> they work well, but the result of testing show some error.
>
> Here are the result that getting f
Hi,
does anyone know know which 10GE cards are supported by FreeBSD,
either natively or using third-party drivers ? I am asking because
i would like to add netmap support to the drivers, see
http://info.iet.unipi.it/~luigi/netmap/
Also if you have pointers to stores that sell supported cards
(or
On Sep 24, 2011, at 5:31 PM, Luigi Rizzo wrote:
> does anyone know know which 10GE cards are supported by FreeBSD,
> either natively or using third-party drivers ?
is this a serious question? FreeBSD has documentation (for those in-tree)
i.e man pages. Alternatively looking for if_baudrate mig
On Sep 24, 2011, at 3:43 PM, jyl_2006 wrote:
> Recently , I use getsockopt or sctp_opt_info to get the information of sctp
> association message, both two function return value of 0, and that means
> they work well, but the result of testing show some error.
>
> Here are the result that getting f
On Sat, Sep 24, 2011 at 7:53 PM, Bjoern A. Zeeb
wrote:
> On Sep 24, 2011, at 5:31 PM, Luigi Rizzo wrote:
>
>> does anyone know know which 10GE cards are supported by FreeBSD,
>> either natively or using third-party drivers ?
>
> is this a serious question? FreeBSD has documentation (for those in-
On Sep 24, 2011, at 7:31 PM, Luigi Rizzo wrote:
>
> Hi,
> does anyone know know which 10GE cards are supported by FreeBSD,
> either natively or using third-party drivers ? I am asking because
> i would like to add netmap support to the drivers, see
> http://info.iet.unipi.it/~luigi/netmap/
>
He
Hi List,
I am using FreeBSD 6.3 and ipfilter as the FW. When I receive an out
order fragment
of a UDP packet ipfilter drop its. I have a bimap setup mapping an external
routable address to a private address internal server also running
FreeBSD 6.3.
Is there some way to force FreeBSD to reassem
On Sat, Sep 24, 2011 at 05:53:54PM +, Bjoern A. Zeeb wrote:
> On Sep 24, 2011, at 5:31 PM, Luigi Rizzo wrote:
>
> > does anyone know know which 10GE cards are supported by FreeBSD,
> > either natively or using third-party drivers ?
>
> is this a serious question? FreeBSD has documentation (
Hi,
I think that this is an old question
I think that Intel 82575 (and another models) hardware are capable of
multiple queues both on the receive and the send side. Is it right?
Currently the processing of packets is limited to one CPU per NIC.
Can we have multiple taskq processes for one N
25.09.2011 03:09, Rafael Ganascim пишет:
> Hi,
>
> I think that this is an old question
>
> I think that Intel 82575 (and another models) hardware are capable of
> multiple queues both on the receive and the send side. Is it right?
> Currently the processing of packets is limited to one CPU p
Hi,
On Sat, Sep 24, 2011 at 4:09 PM, Rafael Ganascim wrote:
> Hi,
>
> I think that this is an old question
>
> I think that Intel 82575 (and another models) hardware are capable of
> multiple queues both on the receive and the send side. Is it right?
> Currently the processing of packets is l
On Sat, Sep 24, 2011 at 13:52, Luigi Rizzo wrote:
> apart from the typo ("know know") yes the email contained three
> serious questions, two of which (third party drivers and shops
> which carry the card) i cannot answer looking at the tree.
>
> On top of this, some in-tree drivers may be stale, b
On Sat, Sep 24, 2011 at 4:56 PM, Juli Mallett wrote:
> It's actually not as trivial to grep for 10G NICs as
> implied, since some drivers have silly bugs, like ixgbe which sets
> if_baudrate to '10' (i.e. 1 000 000 000).
I'm pretty sure that the bug is FreeBSD's. if_baudrate is a u_long,
> Is this still an issue on recent versions of FreeBSD?
No. I'm sorry ... I don't recall at what point it started working again.
-- John
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, sen
17 matches
Mail list logo