Re: cannot resolve host in VNET jail with RSS enabled

2022-04-30 Thread k simon
Hi, I've tested ng_eiface/ng_bridge work with VNET &. RSS. It's passed. But I'm not sure ng_eiface/ng_bridge weather or not get burst with RSS-enabled kernel. And seems that the bug is surely related to the epair driver. Simon 20220430 在 2022/4/13 00:51, Michael Gmelin 写道: On Tue, 12 Ap

cannot resolve host in VNET jail with RSS enabled

2022-04-09 Thread k simon
Hi, After kp@'s recently epair patch, I tried enable options RSS with Vnet jail, then found in these jail, 'ping 8.8.8.8' works as normal, and 'drill google.com' works ok. But 'ping google.com' nor other command fails resolving the host. Simon 20220410

Re: How to disable tryforward ?

2019-10-30 Thread k simon
!= 0 && V_ipsendredirects == 0 + if (V_ipforwarding != 0 && V_ipsendredirects == 0 && V_ipfastforward_active != 0 #if defined(IPSEC) || defined(IPSEC_SUPPORT) && (!IPSEC_ENABLED(ipv4) || IPSEC_CAPS(ipv4, m, IPSEC_CAP_OPERABLE) == 0) Simon Ke 2019103

Re: How to disable tryforward ?

2019-10-30 Thread k simon
"opt_bootp.h" #include "opt_ipstealth.h" #include "opt_ipsec.h" +#include "opt_mpath.h" #include "opt_route.h" #include "opt_rss.h" @@ -64,6 +65,9 @@ #include #include #include +#ifdef RADIX_MPATH +#include +#endif #include #inc

回复: How to disable tryforward ?

2019-10-26 Thread k simon
_ 发件人: Andrey V. Elsukov 发送时间: 2019年10月25日 11:31 收件人: k simon ; freebsd-net@freebsd.org 主题: Re: How to disable tryforward ? On 22.10.2019 08:38, k simon wrote: > Hi, > Tryforwad have merged 3 yeas ago, and it haven’t a sysctl to disable it , so > ECMP was broken past 3 years. Olivier

How to disable tryforward ?

2019-10-21 Thread k simon
Hi, Tryforwad have merged 3 yeas ago, and it haven’t a sysctl to disable it , so ECMP was broken past 3 years. Olivier has fired a bug : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225792 , it seems that a few of people cares it. Andrey said maybe some ipsec policy can disable tryforward.

carp in the vimage jail

2018-12-02 Thread k simon
Hello Freebsd-net, Devd can monitor carp state changes on the host, but can not do this in a vimage jail. And the current version carp do not use carpdev, that means can not watch interface link up/down. How can I monitor carp state changes and trigger a external shell script ? Simon Ke 201

Re: [Bug 203856] [igb] PPPoE RX traffic is limitied to one queue

2018-07-28 Thread k simon
As a workround: Use one ethercard supports SR-IOV, then adds all the VFs to a bridge, bound each VF with a MPD5 instance and a cpu core. I have heard that PPP protocol support RoundRobin algo. But I have not tested it. Simon 20180728 在 2018/7/28 02:02, bugzilla-nore...@freebsd.org 写道: >

Re: epair failure in production on 11.1-STABLE (r328930) ? weird!

2018-07-02 Thread k simon
When the host boots, it hints set the epair queue max len to 86016. I did not see any related problem When I set it, it's stable. But epair consumed cpu, it's so easy to touch 100% cpu usage if it's passed high rate packets. Simon 20180703 On 2018/7/3 06:16, Bjoern A. Zeeb wrote: > On 2 Jul 2

Re: TCP stack lock contention with short-lived connections

2014-11-03 Thread k simon
Great job. It would help me a lot. Simon 在 14/11/3 21:29, Julien Charbon 写道: Hi, On 03/10/14 15:16, Julien Charbon wrote: On 23/05/14 14:06, Julien Charbon wrote: On 27/02/14 11:32, Julien Charbon wrote: On 07/11/13 14:55, Julien Charbon wrote: On Mon, 04 Nov 2013 22:21:04 +0100, Julie

in-kernel nat event log

2014-10-24 Thread k simon
Hi,lists, I would like to use ipfw in-kernel nat or ng_nat to replace my current iptalbe/netfilter nat. Netfilter provides an application called ulogd2 do export netfilter's conntrack record , does FBSD have similar solutions ? Regards Simon ___

Re: Enabling VIMAGE by default for FreeBSD 11?

2014-10-14 Thread k simon
在 14-10-13 0:38, Bjoern A. Zeeb 写道: On 12 Oct 2014, at 16:25 , Yamagi Burmeister wrote: Hello, it's been a while since I tested VIMAGE, but at the last time somewhere in 10-CURRENT some UMA memory leaks were left when destroying vnets. They weren't showstoppers for most workloads, but prett

Re: TCP stack lock contention with short-lived connections

2014-05-29 Thread k simon
Hi, Does any plan commit and MFC to the 10-stable ? Regards Simon 于 14-5-29 0:42, Julien Charbon 写道: Hi, On 23/05/14 22:52, Julien Charbon wrote: On 23/05/14 14:06, Julien Charbon wrote: On 27/02/14 11:32, Julien Charbon wrote: On 07/11/13 14:55, Julien Charbon wrote: On Mon, 04 Nov

Re: syslogd:sendto: no buffer available on 10-stable

2014-05-13 Thread k simon
#0 r264098: Fri Apr 4 11:14:53 CST 2014 root@sq-l1-n2:/usr/obj/usr/src/sys/10-stable-r264098 amd64 Regards Simon 于 14-3-26 10:51, k simon 写道: Thanks, Christopher. But I think my problem may does not related to TSO issue. I have tried disable tso with "ifconfig igb(x) -tso" an

may some issue related to lo0 or socket

2014-04-07 Thread k simon
Hi,lists, I ran a forward squid instance and a haproxy instanse on one FreeBSD 9.1 box, it's works fine. When I upgraded it to 10-stable, I found I can't buffer videos normally unless I set "tcp_recv_bufsize" to a higher value, eg. 32768. The squid instance forward http request to the haproxy a

Re: 9.2 ixgbe tx queue hang

2014-04-01 Thread k simon
Hi, Rick, Does these patches will commit to the stable soon, or I had to patch it manually? Regards Simon 于 14-3-28 6:44, Rick Macklem 写道: Christopher Forgeron wrote: On Wed, Mar 26, 2014 at 9:35 PM, Rick Macklem < rmack...@uoguelph.ca wrote: I've suggested in the other thread

Re: syslogd:sendto: no buffer available on 10-stable

2014-03-25 Thread k simon
写道: Hi Simon, Try checking out the "9.2 ixgbe tx queue hang' thread here, and see if it applies to you. On Tue, Mar 25, 2014 at 1:55 AM, k simon mailto:chio1...@gmail.com>> wrote: Hi,Lists: I have got lots of "no buffer available" on 10-stable with igb n

syslogd:sendto: no buffer available on 10-stable

2014-03-24 Thread k simon
Hi,Lists: I have got lots of "no buffer available" on 10-stable with igb nic. But em and bce works well. And I tried force igb to 4 or 8 queues and set hw.igb.rx_process_limit="-1", but have nothing helped. Regards Simon # uname -a FreeBSD sq-l1-n2 10.0-STABLE FreeBSD 10.0-STABLE #0 r262469