[PATCH] drivers: net: cpsw-common: Fix reading of mac address for am43 SoCs

2017-06-21 Thread Lokesh Vutla
cpsw driver tries to get macid for am43xx SoCs using the compatible ti,am4372. But not all variants of am43x uses this complatible like epos evm uses ti,am438x. So use a generic compatible ti,am43 to get macid for all am43 based platforms. Reviewed-by: Dave Gerlach Signed-off-by: Lokesh Vutla

Re: [PATCH v2 2/4] net: phy: dp83867: add support for MAC impedance configuration

2016-10-04 Thread Lokesh Vutla
+ > + /* Optional configuration */ > + if (of_property_read_bool(of_node, "ti,max-output-imepdance")) s/imepdance/impedance > + dp83867->io_impedance = DP83867_IO_MUX_CFG_IO_IMPEDANCE_MAX; > + else if (of_property_read_bool(of_node, "ti,min-ou

Re: [PATCH v2 3/4] ARM: dts: dra72-evm-revc: fix correct phy delay and impedance settings

2016-10-04 Thread Lokesh Vutla
3867_1: ethernet-phy@3 { > @@ -69,5 +70,6 @@ > ti,rx-internal-delay = ; > ti,tx-internal-delay = ; > ti,fifo-depth = ; > + ti,min-output-imepdance; same here. Thanks and regards, Lokesh > }; > }; >

Async processing using NetFilters

2007-04-23 Thread Lokesh
Hi All, I posted this to Netfiler list but got no response. dont know if it is a right place to ask this question, but any answer/clue will be helpful to me. Thanks -Lokesh I'm using Linux RedHat 9 kernel version 2.4.20-8 I want to do some asynchronous processing of packets in my k