Re: [PATCH iproute2-next] ip: add IP_LIB_DIR environment variable

2020-12-01 Thread Sergey Ryazanov
On Mon, Nov 30, 2020 at 8:25 PM David Ahern wrote: > > [ sorry, this got lost in the backlog ] Do not worry. This patch is 1.5 years old :) I keep it in my local portages, but then I decide that it will be helpful for other developers too. > On 11/22/20 10:39 AM, Sergey Ryazanov wrot

[PATCH iproute2-next] ip: add IP_LIB_DIR environment variable

2020-11-22 Thread Sergey Ryazanov
Do not hardcode /usr/lib/ip as a path and allow libraries path configuration in run-time. Signed-off-by: Sergey Ryazanov --- ip/ip.c| 15 +++ ip/ip_common.h | 2 ++ ip/iplink.c| 5 + 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/ip/ip.c b/ip/ip.c

Re: [PATCH RFC 2/3] dsa: Add support for multiple cpu ports.

2015-05-30 Thread Sergey Ryazanov
2015-05-30 15:09 GMT+03:00 Bjørn Mork : > Andrew Lunn writes: > >> Some boards have two CPU interfaces connected to the switch, e.g. WiFi >> access points, with 1 port labeled WAN, 4 ports labeled lan1-lan4, and >> two port connected to the SoC. >> >> This patch extends DSA to allows both CPU port

Re: [PATCH 3/7] net: dsa: ar8xxx: add regmap support

2015-05-30 Thread Sergey Ryazanov
2015-05-29 20:59 GMT+03:00 Andrew Lunn : > On Fri, May 29, 2015 at 10:36:49AM -0700, Mathieu Olivari wrote: >> Alternatively, we could have something similar to what happens for the phy >> in the wireless subsystems. Wireless PHYs are not registered as net_device >> but they can still be listed, qu