Re: [PATCH net-next 2/5] exthdrs: Registration of TLV handlers and parameters

2019-01-23 Thread David Miller
From: Tom Herbert Date: Tue, 22 Jan 2019 21:31:20 -0800 > Define a table that contains 256 entries, one for each TLV. Each entry > points to a structure that contains parameters and handler functions > for receiving and transmitting TLVs. The receive and transmit properties > can be managed indep

[PATCH net-next 2/5] exthdrs: Registration of TLV handlers and parameters

2019-01-22 Thread Tom Herbert
Define a table that contains 256 entries, one for each TLV. Each entry points to a structure that contains parameters and handler functions for receiving and transmitting TLVs. The receive and transmit properties can be managed independently. TLV transmit properties include a description of limits