[dpdk-users] DPDK Cross compiling

2021-05-28 Thread Eileen O'Reilly
Hi, Trying to cross compile dpdk with aarch64-unknown-freebsd. I’ve followed the steps on https://doc.dpdk.org/guides-20.11/linux_gsg/cross_build_dpdk_for_arm64.html and adapted it for my own environment. I’m runni

Re: [dpdk-users] Issue with UDP based fragmented packets on Azure cloud

2021-05-28 Thread madhukar mythri
Hi Raslan and stephen, Thanks for your response. Yes, i had done RSS for IP layer only as follows: portConf.rx_adv_conf.rss_conf.rss_hf = (ETH_RSS_IP );// | ETH_RSS_TCP| ETH_RSS_UDP); Commented out the RSS for UDP/TCP flags. But, still im facing the same issue, the fragments pkts are not com

Re: [dpdk-users] Issues with rte_flow_destroy

2021-05-28 Thread Antoine POLLENUS
I tried with various version starting from 19.11 to the latest. Could it be an issue with the firmware of the intel cards I'm using ? If yes how can I get that firmware version ? Have you tried with my code in the flow_filtering example ? Regards, Antoine Pollenus

Re: [dpdk-users] DPDK 20.11 - i40e 2 tuple RSS configuration

2021-05-28 Thread Vishal Mohan
Hi Alvin, Thanks for your effort in verifying. As mentioned below I was able to achieve the same behaviour as below but not when I do it manually using rte_flow apis. Can you please take a look at the code snippet in the trail mail to point me if I'm missing anything. Thanks & Regards, Vishal