Hi,
I'm trying to send traffic to myself (server and client on the same machine)
using rdma connection management.
I'm failing.
What I saw is that in netstat -rn all traffic with my IP destination go through
lo0, and therefore the rtalloc1 function (in file route.c) returns lo0.
My problem is whe
Hello,
Please find attached a proposal using atomic_fetchadd.
Best Regards,
Emeric
- Mail original -
De: "Adrian Chadd"
À: "Hans Petter Selasky"
Cc: "Emeric POUPON" , "freebsd-net"
Envoyé: Vendredi 20 Mars 2015 20:04:44
Objet: Re: Fragment questions
On 20 March 2015 at 11:56, Hans
Anyone else seeing this on -current right now?
/usr/home/elars/src/sys/modules/siftr/../../netinet/siftr.c:493:7: error: data
argument not used by format string [-Werror,-Wformat-extra-args]
pkt_node->flowid,
^
Lars
signature.asc
Description: Message sig
sbruno accepted this revision.
This revision is now accepted and ready to land.
REVISION DETAIL
https://reviews.freebsd.org/D1777
To: rrs, imp, gnn, rwatson, lstewart, kostikbel, adrian, jhb, bz, sbruno
Cc: ae, bz, emaste, hiren, julian, hselasky, freebsd-net
___
sbruno added a comment.
Randall:
Do you want to close this review as committed? The commit hook doesn't seem to
have fired to close this when comitted at svn r278472
REVISION DETAIL
https://reviews.freebsd.org/D1777
To: rrs, imp, gnn, rwatson, lstewart, kostikbel, adrian, jhb, bz, sbruno
Cc
sbruno accepted this revision.
sbruno added a comment.
This revision is now accepted and ready to land.
Randall:
I think this needs to be manually closed as the svn commit hook didn't fire
when r278469 hit the tree.
REVISION DETAIL
https://reviews.freebsd.org/D1711
To: rrs, gnn, rwatson, lst
On 03/24/15 07:49, Eggert, Lars wrote:
> Anyone else seeing this on -current right now?
>
> /usr/home/elars/src/sys/modules/siftr/../../netinet/siftr.c:493:7: error:
> data argument not used by format string [-Werror,-Wformat-extra-args]
> pkt_node->flowid,
>
On 03/24/15 at 10:09P, Lawrence Stewart wrote:
> On 03/24/15 07:49, Eggert, Lars wrote:
> > Anyone else seeing this on -current right now?
> >
> > /usr/home/elars/src/sys/modules/siftr/../../netinet/siftr.c:493:7: error:
> > data argument not used by format string [-Werror,-Wformat-extra-args]
>
On 03/23/15 at 04:58P, Jack Vogel wrote:
> I think that line was there at one time outside the RSS define,
I believe this was added by Adrian as part of RSS work and was not there
before. I may be wrong.
> I'd have to
> take a look at
> the code a bit more, or maybe Eric will
I'll wait for th
Hi,
The main reason I didn't add it outside of RSS is that I didn't want
to impact the behaviour that was there before. Before, it wasn't using
the flowid - only the msix/queue id.
I read the intel datasheets about that particular field - I'm pretty
sure that by default we'll only see RSS hashed
10 matches
Mail list logo