mbox series

[v7,0/2] add packet integrity checks

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

Message

Etelson, Gregory April 19, 2021, 8:29 a.m. UTC
  v7: move the __extension__ macro in rte_flow_item_integrity.

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

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 19, 2021, 11:20 a.m. UTC | #1
On 4/19/2021 9:29 AM, Gregory Etelson wrote:
> v7: move the __extension__ macro in rte_flow_item_integrity.
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> Ori Kam (2):
>    ethdev: add packet integrity checks
>    app/testpmd: add support for integrity item
> 

Can you please check the build error on CI:
http://mails.dpdk.org/archives/test-report/2021-April/189118.html
  
Etelson, Gregory April 19, 2021, 12:08 p.m. UTC | #2
> On 4/19/2021 9:29 AM, Gregory Etelson wrote:
> > v7: move the __extension__ macro in rte_flow_item_integrity.
> >
> > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> >
> > Ori Kam (2):
> >    ethdev: add packet integrity checks
> >    app/testpmd: add support for integrity item
> >
> 
> Can you please check the build error on CI:
> http://mails.dpdk.org/archives/test-report/2021-April/189118.html

Hello Ferruh,

Thank you for the update.
I'm testing a new patch and will post it.

Regards,
Gregory