Re: dummynet/ipfw high load?

2014-04-12 Thread Raimundo Santos
On 11 April 2014 05:58, Dennis Yusupoff wrote: > NAT realized with pf nat, shaping with ipfw dummynet and traffic > accounting with ng_netflow via ipfw ng_tee. > Good time, Dennis. May I ask how much clients do you nat, shape and account? Why you do that with both engines (pf + ipfw)? Why not

[patch] ifconfig -L shows inet6 addresses pltime and vltime as zero since 10.0-RELEASE

2014-04-12 Thread Guy Yur
Hi, "ifconfig -L" shows inet6 addresses pltime and vltime as zero since 10.0-RELEASE. Seems that ifconfig was missed in r253970 which changed usage from time_second to time_uptime. I filed bin/188520 with a patch to use clock_gettime(CLOCK_MONOTONIC_FAST) in ifconfig per r253970 comment. http:/

Re: Multihomed system with jails routing issues

2014-04-12 Thread Kevin Bowling
On 4/6/2014 6:36 AM, Julian Elischer wrote: On 4/6/14, 5:04 PM, Chris Smith wrote: On 06/04/14 04:20, Julian Elischer wrote: Hey Julian, Thanks for that. I did come across it but all of the documentation I found indicated that it was experimental. After a day or so messing around with VIMAGE/v

[PATCH 1/3] sfxge: RXQ index (not label) comes from FW in flush done/failed events

2014-04-12 Thread Andrew Rybchenko
sfxge: RXQ index (not label) comes from FW in flush done/failed events Change the second argument name of the efx_rxq_flush_done_ev_t and efx_rxq_flush_failed_ev_t prototypes to highlight that RXQ index (not label) comes from FW in flush done and failed events. Submitted by: Andrew Rybchenko

[PATCH 3/3] sfxge: use TXQ type as label to support more than 32 TXQs

2014-04-12 Thread Andrew Rybchenko
There are 3 TXQs in event queue 0 and 1 TXQ (with TCP/UDP checksum offload) in all other event queues. sfxge: use TXQ type as label to support more than 32 TXQs There are 3 TXQs in event queue 0 and 1 TXQ (with TCP/UDP checksum offload) in all other event queues. Submitted by: Andrew Rybchenko

[PATCH 2/3] sfxge: TXQ index (not label) comes from FW in flush done event

2014-04-12 Thread Andrew Rybchenko
Change the second argument name of the efx_txq_flush_done_ev_t prototype to highlight that TXQ index (not label) comes from FW in flush done event. sfxge: TXQ index (not label) comes from FW in flush done event Change the second argument name of the efx_txq_flush_done_ev_t prototype to highlight