RE: rss calculation as the nic

2024-02-25 Thread Ori Kam
Sent: Thursday, February 22, 2024 8:49 AM To: Yaron Illouz Cc: Ori Kam ; dev@dpdk.org; us...@dpdk.org Subject: Re: rss calculation as the nic On Wed, Feb 21, 2024 at 9:40 PM Yaron Illouz mailto:yar...@radcom.com>> wrote: Hi Ori Thank you for your answer it helped me But I can see th

Re: rss calculation as the nic

2024-02-21 Thread Pavel Vazharov
1+port1 -> ip2+port2 arrive to instance x and ip2+port2 -> ip1+port1 > arrive to another instance > > How can I solve this? > > > > *From:* Ori Kam > *Sent:* Wednesday, February 14, 2024 6:07 PM > *To:* Yaron Illouz ; dev@dpdk.org; 'us...@dpdk.org

RE: rss calculation as the nic

2024-02-21 Thread Yaron Illouz
nother instance How can I solve this? From: Ori Kam Sent: Wednesday, February 14, 2024 6:07 PM To: Yaron Illouz ; dev@dpdk.org; 'us...@dpdk.org' Subject: RE: rss calculation as the nic EXTERNAL EMAIL: Do not click links or attachments unless you recognize the sender and know the content i

RE: rss calculation as the nic

2024-02-14 Thread Ori Kam
Hi Yaron, I can see some possible issues with your code, please see below. From: Yaron Illouz Sent: Saturday, February 3, 2024 7:03 PM To: dev@dpdk.org; 'us...@dpdk.org' Subject: rss calculation as the nic [Snip] static inline uint32_t do_softrss(struct rte_mbuf *m) { uint32_t

rss calculation as the nic

2024-02-03 Thread Yaron Illouz
I am using mellanox Connectx6, dpdk 22 'MT2892 Family [ConnectX-6 Dx] 101d' if=ens5f1 drv=mlx5_core unused=igb_uio I configure port with multiqueue and split traffic according to ip+port I want to calculate the hash as the nic do, to be able to load balance traffic ( from another card ) - the info