Re: [PATCH v2 2/3] net: Add Keystone NetCP ethernet driver

2014-08-22 Thread Santosh Shilimkar
On Thursday 21 August 2014 10:48 PM, Stephen Hemminger wrote: > On Fri, 15 Aug 2014 11:12:41 -0400 > Santosh Shilimkar wrote: > >> NetCP driver has a plug-in module architecture where each of the NetCP >> sub-modules exist as a loadable kernel module which plug in to the netcp >> core. These sub-

Re: [PATCH v2 2/3] net: Add Keystone NetCP ethernet driver

2014-08-21 Thread Stephen Hemminger
On Fri, 15 Aug 2014 11:12:41 -0400 Santosh Shilimkar wrote: > NetCP driver has a plug-in module architecture where each of the NetCP > sub-modules exist as a loadable kernel module which plug in to the netcp > core. These sub-modules are represented as "netcp-devices" in the dts > bindings. It is

Re: [PATCH v2 2/3] net: Add Keystone NetCP ethernet driver

2014-08-19 Thread Jamal Hadi Salim
On 08/15/14 11:12, Santosh Shilimkar wrote: I am curious about these two calls below(netcp_process_one_rx_packet and netcp_tx_submit_skb): On tx you seem to be broadcasting to all "sub-modules" and on receive you seem to be invoking from all as well. I couldnt find the code for any of the sub-mo