RE: [Intel-wired-lan] [PATCH v1 net-next] igb: Use an advanced ctx descriptor for launchtime

2018-08-23 Thread Brown, Aaron F
tel-wired-lan] [PATCH v1 net-next] igb: Use an advanced ctx > descriptor for launchtime > > On i210, Launchtime (TxTime) requires the usage of an "Advanced > Transmit Context Descriptor" for retrieving the timestamp of a packet. > > The igb driver correctly builds such de

[PATCH v1 net-next] igb: Use an advanced ctx descriptor for launchtime

2018-07-26 Thread Jesus Sanchez-Palencia
On i210, Launchtime (TxTime) requires the usage of an "Advanced Transmit Context Descriptor" for retrieving the timestamp of a packet. The igb driver correctly builds such descriptor on the segmentation flow (i.e. igb_tso()) or on the checksum one (i.e. igb_tx_csum()), but the feature is broken fo