Re: [OpenWrt-Devel] [RFC] [PATCH v4] lantiq: IRQ balancing, ethernet driver, wave300

2019-05-23 Thread Petr Cvek
Dne 19. 05. 19 v 11:24 Hauke Mehrtens napsal(a): > On 5/18/19 4:08 AM, Petr Cvek wrote: >> Hi again, >> >> I'm finishing the ethernet driver and it is still sort of slow for my >> taste, but it seems I've reached the hardware limit. > > Will you send these patches also to the upstream kernel? I wo

Re: [OpenWrt-Devel] [RFC] [PATCH v4] lantiq: IRQ balancing, ethernet driver, wave300

2019-05-19 Thread Hauke Mehrtens
On 5/18/19 4:08 AM, Petr Cvek wrote: > Hi again, > > I'm finishing the ethernet driver and it is still sort of slow for my > taste, but it seems I've reached the hardware limit. Will you send these patches also to the upstream kernel? I would like to see the improvements to the DMA controller and

Re: [OpenWrt-Devel] [RFC] [PATCH v4] lantiq: IRQ balancing, ethernet driver, wave300

2019-05-17 Thread Petr Cvek
Hi again, I'm finishing the ethernet driver and it is still sort of slow for my taste, but it seems I've reached the hardware limit. As someone who well knows the internals of the SoC, could you guess the maximum hardware possible speed of TX bandwidth speed (roughly big saturated UDP packets)?

Re: [OpenWrt-Devel] [RFC] [PATCH v4] lantiq: IRQ balancing, ethernet driver, wave300

2019-03-25 Thread Hauke Mehrtens
On 3/26/19 1:24 AM, Petr Cvek wrote: > > > Dne 26. 03. 19 v 0:45 Hauke Mehrtens napsal(a): >> On 3/26/19 12:24 AM, Hauke Mehrtens wrote: >>> Hi Petr >>> >>> On 3/14/19 6:46 AM, Petr Cvek wrote: Hello again, I've managed to enhance few drivers for lantiq platform. They are still >>>

Re: [OpenWrt-Devel] [RFC] [PATCH v4] lantiq: IRQ balancing, ethernet driver, wave300

2019-03-25 Thread Petr Cvek
Dne 26. 03. 19 v 0:45 Hauke Mehrtens napsal(a): > On 3/26/19 12:24 AM, Hauke Mehrtens wrote: >> Hi Petr >> >> On 3/14/19 6:46 AM, Petr Cvek wrote: >>> Hello again, >>> >>> I've managed to enhance few drivers for lantiq platform. They are still >>> in ugly commented form (ethernet part especially

Re: [OpenWrt-Devel] [RFC] [PATCH v4] lantiq: IRQ balancing, ethernet driver, wave300

2019-03-25 Thread Hauke Mehrtens
On 3/26/19 12:24 AM, Hauke Mehrtens wrote: > Hi Petr > > On 3/14/19 6:46 AM, Petr Cvek wrote: >> Hello again, >> >> I've managed to enhance few drivers for lantiq platform. They are still >> in ugly commented form (ethernet part especially). But I need some hints >> before the final version. The p

Re: [OpenWrt-Devel] [RFC] [PATCH v4] lantiq: IRQ balancing, ethernet driver, wave300

2019-03-25 Thread Hauke Mehrtens
Hi Petr On 3/14/19 6:46 AM, Petr Cvek wrote: > Hello again, > > I've managed to enhance few drivers for lantiq platform. They are still > in ugly commented form (ethernet part especially). But I need some hints > before the final version. The patches are based on a kernel 4.14.99. > Copy them int