Re: [LEDE-DEV] Transmit timeouts with mtk_eth_soc and MT7621

2017-08-25 Thread Mingyu Li
Hi. i check the code again. found xmit_more can cause tx timeout. you can reference this. https://www.mail-archive.com/netdev@vger.kernel.org/msg123334.html so the patch should be like this. edit mtk_eth_soc.c tx_num = fe_cal_txd_req(skb); if (unlikely(fe_empty_txd(ring) <= tx_num

[LEDE-DEV] [PATCH] samba36: Remove syslog and load printers lines.

2017-08-25 Thread Rosen Penev
printer support is removed using 200-remove_printer_support.patch. the syslog parameter requires samba to be compiled with --with-syslog. Currently samba does not log to syslog and probably has not for a long time. Signed-off-by: Rosen Penev --- package/network/services/samba36/files/smb.conf.

Re: [LEDE-DEV] firewall issue

2017-08-25 Thread Arjen de Korte
Citeren e9hack : Hi, my firewall configuration set the default forward policy to reject and wan forward to drop. iptable -L -v Chain FORWARD (policy DROP 0 packets, 0 bytes) pkts bytes targetprot opt inout source destination 330K 276M forwarding_rule all -- any

[LEDE-DEV] firewall issue

2017-08-25 Thread e9hack
Hi, my firewall configuration set the default forward policy to reject and wan forward to drop. iptable -L -v Chain FORWARD (policy DROP 0 packets, 0 bytes) pkts bytes targetprot opt inout source destination 330K 276M forwarding_rule all -- any any anywhere an

Re: [LEDE-DEV] LF Developer's Work

2017-08-25 Thread Dave Taht
I am not necessarily looking for work at the moment, but the mt76 is one of my targets for the bufferbloat work and I have some familiarity with it. felix is your man, tho. Alan Gregory writes: > We're an ISP looking for a developer to work on fix/improve wireless support > for devices we are

Re: [LEDE-DEV] IPv6 link locals, vlans and bridging

2017-08-25 Thread Kevin Darbyshire-Bryant
On 25/08/17 15:35, Matthew McClintock wrote: > On Fri, Aug 25, 2017 at 8:16 AM, Kevin Darbyshire-Bryant > wrote: >> Here's a 'fun' one that I'm trying to work who is doing what incorrectly. > Just a random bit of info, I've had dnsmasq issues with bridges until > I disabled these: > > net.brid

Re: [LEDE-DEV] IPv6 link locals, vlans and bridging

2017-08-25 Thread Matthew McClintock
On Fri, Aug 25, 2017 at 8:16 AM, Kevin Darbyshire-Bryant wrote: > Here's a 'fun' one that I'm trying to work who is doing what incorrectly. > > For 'reasons' I have a number of tagged vlan ethernet interfaces. I also > have a similar number of wifi interfaces. These vlan ethernet interfaces > an

Re: [LEDE-DEV] Transmit timeouts with mtk_eth_soc and MT7621

2017-08-25 Thread Kristian Evensen
Hi all, On Sun, Aug 20, 2017 at 12:30 AM, John Crispin wrote: > correct, in my testing i have been ... with 200 parallel flows ... on > MT7623, we'll have to find out what mt7621 can achieve ... this is all using > hwnat ... > 1) tcp - at 50 byte frames i am able to pass 720 MBit which is > 1M FP

Re: [LEDE-DEV] IPv6 link locals, vlans and bridging

2017-08-25 Thread Baptiste Jonglez
On 25-08-17, Kevin Darbyshire-Bryant wrote: > I have dnsmasq listening on the bridge interfaces - it's happy doing so and > says it's listening on the link local address (effectively the same address > many times) all ok. It also listens on the global address. If I configure > dns clients to use

[LEDE-DEV] IPv6 link locals, vlans and bridging

2017-08-25 Thread Kevin Darbyshire-Bryant
Here's a 'fun' one that I'm trying to work who is doing what incorrectly. For 'reasons' I have a number of tagged vlan ethernet interfaces. I also have a similar number of wifi interfaces. These vlan ethernet interfaces and wifi interfaces are bridged together in pairs. The wifi interfaces

Re: [LEDE-DEV] [PATCH] brcm47xx: include wpad-mini only for devices with WiFi supported

2017-08-25 Thread Felix Fietkau
On 2017-08-25 13:16, Rafał Miłecki wrote: > From: Rafał Miłecki > > This saves some flash space for the others. > > Signed-off-by: Rafał Miłecki You could just add -wpad-mini to DEVICE_PACKAGES for devices that don't need it. - Felix ___ Lede-dev ma

[LEDE-DEV] [PATCH] brcm47xx: include wpad-mini only for devices with WiFi supported

2017-08-25 Thread Rafał Miłecki
From: Rafał Miłecki This saves some flash space for the others. Signed-off-by: Rafał Miłecki --- target/linux/brcm47xx/Makefile | 2 +- target/linux/brcm47xx/image/Makefile | 141 ++- 2 files changed, 73 insertions(+), 70 deletions(-) diff --git a/targe

Re: [LEDE-DEV] [PATCH 2/2] samba36: Don't resolve interfaces.

2017-08-25 Thread Kevin Darbyshire-Bryant
On 25/08/17 00:51, Rosen Penev wrote: It's redundant and also buggy. IPv6 link local addresses and ::1 are not resolved for example. Doesn't matter since lo and br-lan for example, resolve to them. Signed-off-by: Rosen Penev --- Excellent! I've long carried an identical local patch for e