ix(4) need support for X553

2019-10-30 Thread Joerg Goltermann
Hello, I have a new Lanner NCA-1510A (with a Intel C3558) which has some X553 SGMII ethernet ports. Unfortunately there is no support in ix(4) for this type. Is anyone working on an update for the ix(4) to support the new hardware? I took a look at the actual ix(4) and it's a bit confusing. I'm

Re: ix(4) need support for X553

2019-11-04 Thread Joerg Goltermann
Hello, thank you so much, I did some tests with my X553 and the system survived all of my tests. Running tcpbench and unplugging the cables several times, ifconfig down & up. I think, the performance looks good too: cpu0 at mainbus0: apid 4 (boot processor) cpu0: Intel(R) Atom(TM) CPU C3558 @ 2

Re: iked(8): add transport mode for childsas

2019-11-26 Thread Joerg Goltermann
Hello, I have this patch in production for more than 2 weeks without any problems. Please try to put it in. - Joerg On 13.08.2019 15:51, Tobias Heider wrote: Update: Having the use_transport_mode flag attached to the SA is not the best idea, so now it is given down to the child SA as soon as

fix kernel crash in pf_ioctl with WITH_PF_LOCK and NET_TASKQ > 1

2019-11-26 Thread Joerg Goltermann
Hello, I tested a kernel with WITH_PF_LOCK and NET_TASKQ > 1 and got a kernel panic during switching between the pf statics inside systat. I think I found the problem inside pf_ioctl.c, it looks like the problem was introduced with a "mechanical" patch which replaced all "breaks;" with "PF_UNLO

missing POSIX: sem_timedwait

2010-06-23 Thread Joerg Goltermann
Hello, I am working on a port and need the POSIX function sem_timedwait. Does anyone have a nice/simple idea how to mimic this function? Is anyone working on an implementation in libpthread? Kind regards, Joerg Goltermann

kernel build failed without IPSEC

2010-08-26 Thread Joerg Goltermann
kernel build failed, if IPSEC is *not* defined: ../../../../netinet/in_proto.c:214: error: 'etherip_input' undeclared here (not in a function) ../../../../netinet/in_proto.c:216: error: 'etherip_sysctl' undeclared here (not in a function) got OK from claudio@ need one more. OK? Index: in_prot

bridge + vether + dhcpd = mbuf leak ?

2011-01-26 Thread Joerg Goltermann
Hi, we have setup a bridge with vether0 and run the standard dhcpd attached to vether0. After a short time of usage I noticed that the system is running out of mbuf clusters. It looks like this setup is leaking mbuf's. Each bootp request which is forwarded via the bridge - vether0 to the dhcpd le

Re: bridge + vether + dhcpd = mbuf leak ?

2011-01-27 Thread Joerg Goltermann
On 26.01.2011 22:22, Joerg Goltermann wrote: we have setup a bridge with vether0 and run the standard dhcpd attached to vether0. After a short time of usage I noticed that the system is running out of mbuf clusters. It looks like this setup is leaking mbuf's. Each bootp request whi