mbox series

[v5,0/2] add packet integrity checks

Message ID 20210414160930.14928-1-getelson@nvidia.com (mailing list archive)
Headers
Series add packet integrity checks |

Message

Gregory Etelson April 14, 2021, 4:09 p.m. UTC
  v5: update API documentation

Ori Kam (2):
  ethdev: add packet integrity checks
  app/testpmd: add support for integrity item

 app/test-pmd/cmdline_flow.c                 | 39 ++++++++++++++++
 doc/guides/prog_guide/rte_flow.rst          | 20 +++++++++
 doc/guides/rel_notes/release_21_05.rst      |  5 +++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 28 ++++++++++++
 lib/librte_ethdev/rte_flow.h                | 49 +++++++++++++++++++++
 5 files changed, 141 insertions(+)
  

Comments

Ferruh Yigit April 14, 2021, 4:26 p.m. UTC | #1
On 4/14/2021 5:09 PM, Gregory Etelson wrote:
> v5: update API documentation
> 
> Ori Kam (2):
>    ethdev: add packet integrity checks
>    app/testpmd: add support for integrity item
> 

For series,
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>