app/testpmd: increase 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.guo@intel.com> Reviewed-by: Qi Zhang <qi.z.zhang@intel.com>
This commit is contained in:
parent
8ebb93942b
commit
deaa33c251
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user