[dpdk-users] mlx5 flow MARK action does not work with RSS

2019-01-30 Thread Tom Barbette
Hi all, It seems that when using the RTE_FLOW_ACTION_TYPE_RSS action, the RTE_FLOW_ACTION_TYPE_MARK does not work anymore with mlx5. The flag RX_PKT_ID is not set, and the value in .hi is not good either. If I use RTE_FLOW_ACTION_TYPE_QUEUE it works fine. Actually, I do not want specifically

Re: [dpdk-users] Query on handling packets

2019-01-30 Thread Harsh Patel
Hello, This mail is to inform you that the integration of DPDK is working with ns-3 on a basic level. The model is running. For UDP traffic we are getting throughput same or better than raw socket. (Around 100Mbps) But unfortunately for TCP, there are burst packet losses due to which the throughpu

Re: [dpdk-users] mlx5 flow MARK action does not work with RSS

2019-01-30 Thread Shahaf Shuler
++ Hi Tom, Wednesday, January 30, 2019 7:47 PM, Tom Barbette: > Subject: mlx5 flow MARK action does not work with RSS > > Hi all, > > It seems that when using the RTE_FLOW_ACTION_TYPE_RSS action, the > RTE_FLOW_ACTION_TYPE_MARK does not work anymore with mlx5. The > flag RX_PKT_ID is not set,