[OpenWrt-Devel] Packaging multi-version package (Openwrt Makefile)

2018-08-20 Thread Tomer Eliyahu
Hi, What is the correct way to package a multi-version application in Openwrt? We are using git, so each version differs only in the PKG_SOURCE_VERSION. I initially added a choice to select the package version (out of 3 supported versions) in the package/config section, but this stopped working o

Re: [OpenWrt-Devel] Can't link to ubus / ubox from C++ package

2015-07-22 Thread Tomer Eliyahu
Thanks! that worked... On Wed, Jul 22, 2015 at 2:40 PM, Yousong Zhou wrote: > On 22 July 2015 at 19:34, Tomer Eliyahu wrote: >> Hi, >> >> Sorry if I am repeating this question (I posted it in the developers >> forum and stackoverflow), but I am out of luck for 3 days

[OpenWrt-Devel] Can't link to ubus / ubox from C++ package

2015-07-22 Thread Tomer Eliyahu
Hi, Sorry if I am repeating this question (I posted it in the developers forum and stackoverflow), but I am out of luck for 3 days now and come to think it might be an openwrt bug, forgive me if i'm mistaken.. I am writing a GUI for openwrt which uses UBUS to get indications for system status. F

Re: [OpenWrt-Devel] Introducing "fastpath" - Kernel module for speeding up IP forwarding

2014-12-23 Thread Tomer Eliyahu
Hi, Our request for uploading the sources is pending approval from Marvell's legal department. Best Regards, Tomer On Mon, Dec 22, 2014 at 7:01 PM, Hauke Mehrtens wrote: > On 12/22/2014 05:43 PM, Ram Marzin wrote: >>> Did I read it right - it relies on hw (to offload the cpu) but is hw >>> in

Re: [OpenWrt-Devel] Introducing "fastpath" - Kernel module for speeding up IP forwarding

2014-12-22 Thread Tomer Eliyahu
> Have you considered proposing it for inclusing in Linux upstream as well? Yes - we plan to propose it to netfilter-devel at a later stage, after upgrading to Kernel 3.14 (our kernel is currently based on 3.10), which is required for adding nftables support to fastpath's rules handling. > By the

[OpenWrt-Devel] Introducing "fastpath" - Kernel module for speeding up IP forwarding

2014-12-22 Thread Tomer Eliyahu
of our fastpath solution below. We are anxious to hear your thoughts/comments and will gladly share the code. Best Regards, Ram Marzin r...@marvell.com Tomer Eliyahu tom...@marvell.com Fastpath in a nutshell -- The basic concept of fastpath is to optimize the data-plane wh

Re: [OpenWrt-Devel] nftables development and support in openwrt

2014-12-18 Thread Tomer Eliyahu
> Notify whom? I mean we could probably notify someone or something when the > high-level openwrt firewall > is reloaded. In fact there is already a user-script hook. Notify a kernel module that the firewall configuration has changed. The user script is called only when the firewall is restarted

Re: [OpenWrt-Devel] nftables development and support in openwrt

2014-12-15 Thread Tomer Eliyahu
Hi Steven, > afaik - and please correct me if I'm wrong - that works only for the > iptables CLI command, however our firewall tool currently uses libiptables > directly so I don't think it would work easily. You are right. I asked it in the netfilter-devel mailing list - libipct was never meant

Re: [OpenWrt-Devel] nftables development and support in openwrt

2014-12-14 Thread Tomer Eliyahu
Hi Steven, Thanks for answering so quickly - I'll try to play with nft and help with testing. Regarding the firewall package - its probably a dumb question, but isn't this the reason for nftables' compatibility layer? ( http://git.netfilter.org/iptables-nftables/) Best Regards, Tomer On Dec 14,

[OpenWrt-Devel] nftables development and support in openwrt

2014-12-14 Thread Tomer Eliyahu
Hi, My name is Tomer and I'm a software engineer specializing in embedded linux kernel networking. I am currently working on a kernel module which offloads traffic from the Networking stack. This is part of a project which optimizes IP forwarding for low end routers that have weak CPU and low on