Re: [next-queue RFC 3/4] igc: Add support for configuring frame preemption

2020-05-19 Thread Murali Karicheri
Hi Vinicius, On 5/15/20 9:29 PM, Vinicius Costa Gomes wrote: WIP - cut - /* forward declaration */ struct igc_stats { @@ -1549,6 +1550,71 @@ static int igc_ethtool_set_priv_flags(struct net_device *netdev, u32 priv_flags) return 0; } +static int igc_ethtool_get_preempt(st

[next-queue RFC 3/4] igc: Add support for configuring frame preemption

2020-05-15 Thread Vinicius Costa Gomes
WIP Signed-off-by: Vinicius Costa Gomes --- drivers/net/ethernet/intel/igc/igc.h | 3 + drivers/net/ethernet/intel/igc/igc_defines.h | 6 ++ drivers/net/ethernet/intel/igc/igc_ethtool.c | 68 drivers/net/ethernet/intel/igc/igc_tsn.c | 46 +++-- 4 files