Hi,

When I enable an ICMP RTE flow on an interface, I am not able to enable another 
RTE flow with src-ip match on the same interface. It throws out an error saying 
"Failed to create flow". Below are the logs. Please let me know if I am doing 
anything wrong.

When creating ICMP flow without src-ip , I saw an error saying “ Please specify 
a supported flow type ”. As per code, one of "[src-ip <ip-addr/mask>] [dst-ip 
<ip-addr/mask>] [ip6-src-ip <ip-addr/mask>] [ip6-dst-ip <ip-addr/mask>] ” 
should be provided.

DBGvpp# test flow add *src-ip any* *proto icmp* redirect-to-queue 0 
*flow 0 added*
DBGvpp# test flow *enable index 0* TenGigabitEthernetb5/0/3
DBGvpp#
DBGvpp# sh flow entry
flow-index 0 type ipv4 *active 1*
 match: src_addr any, dst_addr any, *protocol ICMP*
 action: redirect-to-queue
   redirect-to-queue 0
DBGvpp# 
DBGvpp# test flow *add src-ip 10.1.1.2/255.255.255.255* redirect-to-queue 2
*flow 1 added*
DBGvpp#
DBGvpp# test flow *enable index 1* TenGigabitEthernetb5/0/3
*test flow: flow error: "not supported"*
DBGvpp#
DBGvpp# sh flow int TenGigabitEthernetb5/0/3
supported flow actions   : count mark buffer-advance redirect-to-node 
redirect-to-queue rss drop
last DPDK error type     : 2
*last DPDK error message : Failed to create flow.*
DBGvpp#
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22292): https://lists.fd.io/g/vpp-dev/message/22292
Mute This Topic: https://lists.fd.io/mt/95489968/21656
Mute #vpp:https://lists.fd.io/g/vpp-dev/mutehashtag/vpp
Mute #dpdk:https://lists.fd.io/g/vpp-dev/mutehashtag/dpdk
Mute #vpp_qos:https://lists.fd.io/g/vpp-dev/mutehashtag/vpp_qos
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to