Hello John,
On 09/30/2014 07:31 PM, John Baldwin wrote:
On Monday, September 29, 2014 8:36:22 am Andrew Rybchenko wrote:
Hello,
we need to add private ioctl to the driver sfxge(4) to make FW update,
do internal diagnostics commands etc.
We see at least two approaches in other drivers:
1. SI
On Monday, September 29, 2014 8:36:22 am Andrew Rybchenko wrote:
> Hello,
>
> we need to add private ioctl to the driver sfxge(4) to make FW update,
> do internal diagnostics commands etc.
> We see at least two approaches in other drivers:
> 1. SIOCGPRIVATE_0/ SIOCGPRIVATE_1 on net device
> 2.
Hello,
we need to add private ioctl to the driver sfxge(4) to make FW update,
do internal diagnostics commands etc.
We see at least two approaches in other drivers:
1. SIOCGPRIVATE_0/ SIOCGPRIVATE_1 on net device
2. dedicated char device with its own ioctl's
Is there any recommendations on whi