Bug 1112 - MLX5: Not able to configure flows on PPPoE, stacked vlan tunnels & enable multiple tunnels at a time
Summary: MLX5: Not able to configure flows on PPPoE, stacked vlan tunnels & enable mul...
Status: UNCONFIRMED
Alias: None
Product: DPDK
Classification: Unclassified
Component: core (show other bugs)
Version: 22.03
Hardware: All Linux
: High major
Target Milestone: ---
Assignee: dev
URL:
Depends on:
Blocks:
 
Reported: 2022-10-19 15:25 CEST by Burto
Modified: 2022-10-27 14:09 CEST (History)
0 users



Attachments

Description Burto 2022-10-19 15:25:18 CEST
Hello Team,

We need to distribute packets on Inner-Hash5Tuple (IP-IP-Port-Port-Protocol) on Rx queues of below mentioned packet hierarchies. 
we're using rte_flow to create rules on group 0 with action RSS.

Packet hierarchy:
Case 1: ETH->VLAN1_QinQ->VLAN2_QinQ->VLAN3_QinQ->VLAN4_QinQ->PPPoE->PPP->IPv4/v6->TCP/UDP.

We tried following:
1. If we configure flow rte_flow_item pattern as ETH->VLAN->VLAN, API throws error for multiple VLANs
2. If we configure ETH->ANY->PPPoES->.., API throws "item not supported"

Please suggest way to support the hierarchy.


Secondly, 
we want to enable GTP, IPinIP & other tunnels at same time, to enable GTP, mlx5 has configure to FLEX_PARSER_PROFILE_ENABLE=3 & to other value to support another. 

Card Model: Connectx-6 Dx
OS: Ubuntu 20.04
Firmware: 22.32.2004
Comment 1 Burto 2022-10-27 14:09:27 CEST
Hi Team, Any updates?

Note You need to log in before you can comment on or make changes to this bug.