12/02/2018 12:23, Adrien Mazarguil: > On Fri, Feb 09, 2018 at 05:39:50PM +0100, Thomas Monjalon wrote: > > I think it's better to have some random thoughts than nothing. > > All the comments you gave in this thread deserve to be written in > > the documentation as soon as possible. > > Right, but as a side note in the meantime, more complete documentation is > already available in Doxygen format in mlx4_flow.c. *All* limitations are > also returned in plain text through error messages (rte_flow_error.message) > in the same file (git grep 'msg =' drivers/net/mlx4/mlx4_flow.c).
OK, so we can just point to this file in the documentation and we are done. [...] > > Do you plan to provide a template or an example? > > I certainly would like to submit something with the plan I suggested, > unfortunately I don't have time to work on that at the moment. Is it worth the effort, given it is already documented in code?