From: Ganesh Goudar <[email protected]> Date: Wed, 16 May 2018 18:40:47 +0530
> @@ -554,6 +563,7 @@ struct port_info {
> struct hwtstamp_config tstamp_config;
> bool ptp_enable;
> struct sched_table *sched_tbl;
> + u32 eth_flags;
> };
>
> struct dentry;
> @@ -864,6 +874,7 @@ struct adapter {
> unsigned int flags;
> unsigned int adap_idx;
> enum chip_type chip;
> + unsigned int eth_flags;
Both of these new struct members should use the same type.
But see my feedback for patch #2 first.
