ptp: dynamic allocation of PHC char devices
authorJiri Benc <jbenc@redhat.com>
Fri, 12 Apr 2013 00:56:15 +0000 (00:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2013 22:22:45 +0000 (18:22 -0400)
As network adapters supporting PTP are becoming more common, machines with
many NICs suddenly have many PHCs, too. The current limit of eight /dev/ptp*
char devices (and thus, 8 network interfaces with PHC) is insufficient. Let
the ptp driver allocate the char devices dynamically.

Tested with 28 PHCs, removing and re-adding some of them.

Thanks to Ben Hutchings for advice leading to simpler and cleaner patch.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found