Add support for PPP over L2TPv2 over UDP protocol RSS Hash based on inner IP src/dst address and TCP/UDP src/dst port. Patterns are listed below: eth/ipv4(6)/udp/l2tpv2/ppp/ipv4(6) eth/ipv4(6)/udp/l2tpv2/ppp/ipv4(6)/udp eth/ipv4(6)/udp/l2tpv2/ppp/ipv4(6)/tcp Signed-off-by: Wenjun Wu <wenjun1.wu@intel.com> Signed-off-by: Jie Wang <jie1x.wang@intel.com> Acked-by: Beilei Xing <beilei.xing@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
69 lines
1.6 KiB
INI
69 lines
1.6 KiB
INI
;
|
|
; Supported features of the 'iavf' network poll mode driver.
|
|
;
|
|
; Refer to default.ini for the full list of available PMD features.
|
|
;
|
|
[Features]
|
|
Speed capabilities = Y
|
|
Link status = Y
|
|
Rx interrupt = Y
|
|
Queue start/stop = Y
|
|
Power mgmt address monitor = Y
|
|
MTU update = Y
|
|
Jumbo frame = Y
|
|
Scattered Rx = Y
|
|
TSO = Y
|
|
Promiscuous mode = Y
|
|
Allmulticast mode = Y
|
|
Unicast MAC filter = Y
|
|
Multicast MAC filter = Y
|
|
RSS hash = Y
|
|
RSS key update = Y
|
|
RSS reta update = Y
|
|
VLAN filter = Y
|
|
CRC offload = Y
|
|
VLAN offload = Y
|
|
L3 checksum offload = P
|
|
L4 checksum offload = P
|
|
Packet type parsing = Y
|
|
Rx descriptor status = Y
|
|
Tx descriptor status = Y
|
|
Basic stats = Y
|
|
Multiprocess aware = Y
|
|
FreeBSD = Y
|
|
Linux = Y
|
|
x86-32 = Y
|
|
x86-64 = Y
|
|
|
|
[rte_flow items]
|
|
ah = Y
|
|
arp_eth_ipv4 = Y
|
|
ecpri = Y
|
|
esp = Y
|
|
eth = Y
|
|
gre = Y
|
|
gtpc = Y
|
|
gtpu = Y
|
|
gtp_psc = Y
|
|
icmp = Y
|
|
icmp6 = Y
|
|
ipv4 = Y
|
|
ipv6 = Y
|
|
ipv6_frag_ext = Y
|
|
l2tpv2 = Y
|
|
l2tpv3oip = Y
|
|
pfcp = Y
|
|
ppp = Y
|
|
sctp = Y
|
|
tcp = Y
|
|
udp = Y
|
|
vlan = Y
|
|
|
|
[rte_flow actions]
|
|
count = Y
|
|
drop = Y
|
|
mark = Y
|
|
passthru = Y
|
|
queue = Y
|
|
rss = Y
|