> -----Original Message----- > From: Guo, Junfeng <junfeng....@intel.com> > Sent: Thursday, October 28, 2021 5:14 PM > To: Zhang, Qi Z <qi.z.zh...@intel.com>; Wu, Jingjing <jingjing...@intel.com>; > Xing, Beilei <beilei.x...@intel.com> > Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com>; Xu, Ting > <ting...@intel.com>; Guo, Junfeng <junfeng....@intel.com> > Subject: [PATCH v7 3/4] app/testpmd: update Max RAW pattern size to 512 > > Update max size for pattern in struct rte_flow_item_raw to enable protocol > agnostic flow offloading. > > Signed-off-by: Junfeng Guo <junfeng....@intel.com> Reviewed-by: Qi Zhang <qi.z.zh...@intel.com> > --- > app/test-pmd/cmdline_flow.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c index > d8218771fb..ef24710bd8 100644 > --- a/app/test-pmd/cmdline_flow.c > +++ b/app/test-pmd/cmdline_flow.c > @@ -495,7 +495,7 @@ enum index { > }; > > /** Maximum size for pattern in struct rte_flow_item_raw. */ -#define > ITEM_RAW_PATTERN_SIZE 40 > +#define ITEM_RAW_PATTERN_SIZE 512 > > /** Maximum size for GENEVE option data pattern in bytes. */ #define > ITEM_GENEVE_OPT_DATA_SIZE 124 > -- > 2.25.1
- [dpdk-dev] [PATCH v6 2/4] net/ice/base: add function to set H... Junfeng Guo
- [dpdk-dev] [PATCH v6 4/4] net/ice: enable protocol agnostic f... Junfeng Guo
- [dpdk-dev] [PATCH v7 0/4] enable protocol agnostic flow ... Junfeng Guo
- [dpdk-dev] [PATCH v7 1/4] net/ice/base: add method t... Junfeng Guo
- Re: [dpdk-dev] [PATCH v7 1/4] net/ice/base: add meth... Zhang, Qi Z
- Re: [dpdk-dev] [PATCH v7 1/4] net/ice/base: add meth... Ferruh Yigit
- [dpdk-dev] [PATCH v7 2/4] net/ice/base: add function... Junfeng Guo
- Re: [dpdk-dev] [PATCH v7 2/4] net/ice/base: add func... Zhang, Qi Z
- Re: [dpdk-dev] [PATCH v7 2/4] net/ice/base: add func... Ferruh Yigit
- [dpdk-dev] [PATCH v7 3/4] app/testpmd: update Max RA... Junfeng Guo
- Re: [dpdk-dev] [PATCH v7 3/4] app/testpmd: update Ma... Zhang, Qi Z
- [dpdk-dev] [PATCH v7 4/4] net/ice: enable protocol a... Junfeng Guo
- Re: [dpdk-dev] [PATCH v7 4/4] net/ice: enable protoc... Zhang, Qi Z
- [dpdk-dev] [PATCH v8 0/4] enable protocol agnostic f... Junfeng Guo
- [dpdk-dev] [PATCH v8 1/4] net/ice/base: add method t... Junfeng Guo
- [dpdk-dev] [PATCH v8 2/4] net/ice/base: add function... Junfeng Guo
- [dpdk-dev] [PATCH v8 3/4] app/testpmd: update Max RA... Junfeng Guo
- [dpdk-dev] [PATCH v8 4/4] net/ice: enable protocol a... Junfeng Guo
- Re: [dpdk-dev] [PATCH v8 4/4] net/ice: enable protoc... Zhang, Qi Z
- Re: [dpdk-dev] [PATCH v8 4/4] net/ice: enable protoc... Guo, Junfeng
- [dpdk-dev] [PATCH v9 0/4] enable protocol agnostic f... Junfeng Guo