Re: [PATCH v9 0/3] Add LuaJIT scripting support

2017-07-26 Thread Victor Krapivensky
On Wed, Jul 26, 2017 at 12:28:51PM +, Eugene Syromyatnikov wrote: > On Tue, Jul 25, 2017 at 12:59 PM, Victor Krapivensky > wrote: > > Victor Krapivensky (3): > > Initial support for LuaJIT scripting > > Introduce upoken function and expose it to LuaJIT scripts > > tests: check LuaJIT scr

Re: [PATCH v9 0/3] Add LuaJIT scripting support

2017-07-26 Thread Eugene Syromyatnikov
On Wed, Jul 26, 2017 at 2:56 PM, Victor Krapivensky wrote: > * All the Lua functions that previously took an optional "pers" argument > now take a mandatory "pers_spec" argument, which can be either an > integer personality number, or a cdata struct tcb *, from which a > personality number if copi

Re: [PATCH v9 0/3] Add LuaJIT scripting support

2017-07-26 Thread Eugene Syromyatnikov
On Tue, Jul 25, 2017 at 12:59 PM, Victor Krapivensky wrote: > Victor Krapivensky (3): > Initial support for LuaJIT scripting > Introduce upoken function and expose it to LuaJIT scripts > tests: check LuaJIT scripting support It's quite handy to have patch changelog here, especially if you c

Re: [PATCH 4/5] netlink: add a basic rtnetlink parser of link messages

2017-07-26 Thread JingPiao Chen
On Tue, Jul 25, 2017 at 10:30:02PM +0800, JingPiao Chen wrote: > * defs.h (arp_hardware_types, iffflags): New xlat prototypes. > * netlink_route.c: Include "print_fields.h" and . > (decode_ifinfomsg): New function. > (netlink_route_decoder_t): New typedef. > (route_decoders): New array. > (decode_n