On 10/19/2021 4:08 AM, Jie Wang wrote:
Added flow pattern items and header formats of L2TPv2 and PPP.

Signed-off-by: Wenjun Wu<wenjun1...@intel.com>
Signed-off-by: Jie Wang<jie1x.w...@intel.com>
---
  doc/guides/prog_guide/rte_flow.rst     |  25 +++
  doc/guides/rel_notes/release_21_11.rst |   4 +
  lib/ethdev/rte_flow.c                  |   2 +
  lib/ethdev/rte_flow.h                  |  66 ++++++++
  lib/net/rte_l2tpv2.h                   | 214 +++++++++++++++++++++++++
  lib/net/rte_ppp.h                      |  35 ++++
  6 files changed, 346 insertions(+)
  create mode 100644 lib/net/rte_l2tpv2.h
  create mode 100644 lib/net/rte_ppp.h

You need to add these new header in the 'net' lib to the 'lib/net/meson.build',
'headers' variable, so that headers will be installed.

And you may need to update 'doc/api/doxy-api-index.md', '**layers**' with new
headers so that new header will be in the API documentation.
This made me recognize that not all comments are doxygen comments in the header
files, can you please double check? You can generate API doc and verify output.

Thanks,
ferruh

Reply via email to