mbox series

[V1,0/2] add gre inner fdir cases for iavf

Message ID 20210816154520.9805-1-qinx.sun@intel.com (mailing list archive)
Headers
Series add gre inner fdir cases for iavf |

Message

Sun, QinX Aug. 16, 2021, 3:45 p.m. UTC
  as dpdk enables iavf GRE tunnel feature, so add iavf fdir inner related cases,
supported pattern: IPV4/IPV6+GRE+IPV4/IPV6+TCP/UDP, total 12 new cases

Qin Sun (2):
  test_plans/iavf_fdir: add gre inner fdir cases for iavf
  tests/iavf_fdir: add gre inner fdir cases for iavf

 test_plans/iavf_fdir_test_plan.rst | 684 ++++++++++++++++++++++++++++-
 tests/TestSuite_iavf_fdir.py       | 308 +++++++++++++
 2 files changed, 991 insertions(+), 1 deletion(-)
  

Comments

Tu, Lijuan Sept. 9, 2021, 7:33 a.m. UTC | #1
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Qin Sun
> Sent: 2021年8月16日 23:45
> To: dts@dpdk.org
> Cc: Lin, Xueqin <xueqin.lin@intel.com>; Sun, QinX <qinx.sun@intel.com>
> Subject: [dts] [PATCH V1 0/2] add gre inner fdir cases for iavf
> 
> as dpdk enables iavf GRE tunnel feature, so add iavf fdir inner related cases,
> supported pattern: IPV4/IPV6+GRE+IPV4/IPV6+TCP/UDP, total 12 new cases
> 
> Qin Sun (2):
>   test_plans/iavf_fdir: add gre inner fdir cases for iavf
>   tests/iavf_fdir: add gre inner fdir cases for iavf
> 
>  test_plans/iavf_fdir_test_plan.rst | 684 ++++++++++++++++++++++++++++-
>  tests/TestSuite_iavf_fdir.py       | 308 +++++++++++++
>  2 files changed, 991 insertions(+), 1 deletion(-)

Applied, thanks