Re: [PATCH v3 net-next 2/4] sock: ULP infrastructure

2017-08-03 Thread Mat Martineau
On Thu, 3 Aug 2017, Tom Herbert wrote: Generalize the TCP ULP infrastructure recently introduced to support kTLS. This adds a SO_ULP socket option and creates new fields in sock structure for ULP ops and ULP data. Also, the interface allows additional per ULP parameters to be set so that a ULP

[PATCH v3 net-next 2/4] sock: ULP infrastructure

2017-08-03 Thread Tom Herbert
Generalize the TCP ULP infrastructure recently introduced to support kTLS. This adds a SO_ULP socket option and creates new fields in sock structure for ULP ops and ULP data. Also, the interface allows additional per ULP parameters to be set so that a ULP can be pushed and operations started in