[OpenWrt-Devel] Need help to integrate port mirroring support for rtl8366rb

2013-05-30 Thread Colin Leitner
Hi, now that we have port mirroring support in the ar8216 driver I'd like to resurrect my initial patch for the rtl8366rb driver again (http://patchwork.openwrt.org/patch/1466/). The patch still applies to trunk (minor tweak on the filename required) and runs fine on my TP-Link TL-WR1043ND. Are

Re: [OpenWrt-Devel] Can I help integrating port mirroring patches?

2013-04-07 Thread Colin Leitner
o the recent trunk. The AR8xx6 code path is untested, AR8327 works fine. Colin Signed-off-by: Colin Leitner Index: target/linux/generic/files/drivers/net/phy/ar8216.c === --- target/linux/generic/files/drivers/net/phy/ar8216.c (rev

Re: [OpenWrt-Devel] Can I help integrating port mirroring patches?

2013-04-04 Thread Colin Leitner
Hi Luka, > > The two patches for the rtl8366rb [1] and ar8216 [2] drivers haven't drawn > > much (any?) attention and I wanted to know if I can help integrating them. > > Don't be discouraged I think this is a nice feature. We didn't have time for > testing yet. I fully understand and just poked

[OpenWrt-Devel] Can I help integrating port mirroring patches?

2013-04-02 Thread Colin Leitner
Hi, I'm interested in adding port mirroring support to OpenWRT, which allows to reuse a switch port to "sniff" on another port. This is a great debugging tool and is supported by most managed switches (e.g. [4]). The two patches for the rtl8366rb [1] and ar8216 [2] drivers haven't drawn much (

[OpenWrt-Devel] [PATCH] [generic] Add port mirroring/monitoring capability to AR8327 switch driver

2013-04-01 Thread Colin Leitner
Hi, this patch adds the swlib attributes enable_mirror_rx enable_mirror_tx mirror_monitor_port mirror_source_port to the AR8327 switch/PHY driver that allow to mirror Ethernet packets to a monitor port. Tested on a TL-WDR4300 router. Signed-off-by: Colin Leitner Index

[OpenWrt-Devel] Can I somehow help to integrate the port mirroring patch?

2011-10-20 Thread Colin Leitner
Hello, is there something I can do to help getting this patch [1] integrated? The ticket with the LuCI enhancement can be found in Trac [2], but I'm not even sure how OpenWRT and LuCI devs interact with each other and if the OpenWRT Trac is the right place for such enhancements. Thanks to all of

[OpenWrt-Devel] [PATCH] Add port mirroring/monitoring capability to rtl8366rb switch

2011-10-07 Thread Colin Leitner
-by: Colin Leitner Index: target/linux/generic-2.6/files/drivers/net/phy/rtl8366rb.c === --- target/linux/generic-2.6/files/drivers/net/phy/rtl8366rb.c (Revision 28372) +++ target/linux/generic-2.6/files/drivers/net/phy/rtl8366rb.c