Re: [PATCH] igb: add a method to get the nic hw time stampingpolicy

From: Dong Zhu
Date: Sun May 12 2013 - 10:26:25 EST


Thanks for your pointing out my mistakes of CodingStyle.

> > struct hwtstamp_config {
> >+ int rw;

My initial idea was that the type of rw should be enum like tx_type, but I am
not sure whther it is necessary to define a new enum, if this patch could
be accpeted I will ask someone about the rw. At that time I will change
the type of rw to bool or define a new enum, then convert the if to
switch if necessary.

Patch after modifying: