Re: [dpdk-users] RSS with VLAN tagged packets

2020-10-26 Thread Matan Azrad
Yes, I checked with single-tagged and double-tagged. From: Gerry Wan Sent: Monday, October 26, 2020 9:29 AM To: Matan Azrad Cc: Alireza Sanaee ; Asaf Penso ; users@dpdk.org Subject: Re: [dpdk-users] RSS with VLAN tagged packets External email: Use caution opening links or attachments Thank

Re: [dpdk-users] RSS with VLAN tagged packets

2020-10-26 Thread Gerry Wan
id <https://aka.ms/ghei36> > > -- > *From:* Gerry Wan > *Sent:* Sunday, October 25, 2020 9:14:32 PM > *To:* Matan Azrad > *Cc:* Alireza Sanaee ; Asaf Penso ; > users@dpdk.org > *Subject:* Re: [dpdk-users] RSS with VLAN tagged packets > >

Re: [dpdk-users] RSS with VLAN tagged packets

2020-10-25 Thread Matan Azrad
ia.com>>; users@dpdk.org<mailto:users@dpdk.org>; Matan Azrad mailto:ma...@nvidia.com>> Subject: Re: [dpdk-users] RSS with VLAN tagged packets External email: Use caution opening links or attachments Hi all, I think we had the issue with Mellanox NICs. I applied this

Re: [dpdk-users] RSS with VLAN tagged packets

2020-10-25 Thread Gerry Wan
6 PM > *To:* Gerry Wan > *Cc:* Asaf Penso ; users@dpdk.org; Matan Azrad < > ma...@nvidia.com> > *Subject:* Re: [dpdk-users] RSS with VLAN tagged packets > > > > *External email: Use caution opening links or attachments* > > > > Hi all, > > > > I th

Re: [dpdk-users] RSS with VLAN tagged packets

2020-10-25 Thread Matan Azrad
This one will solve it: https://patches.dpdk.org/patch/82100/ From: Alireza Sanaee Sent: Sunday, October 25, 2020 5:36 PM To: Gerry Wan Cc: Asaf Penso ; users@dpdk.org; Matan Azrad Subject: Re: [dpdk-users] RSS with VLAN tagged packets External email: Use caution opening links or attachments

Re: [dpdk-users] RSS with VLAN tagged packets

2020-10-25 Thread Alireza Sanaee
we have it. > > > > Thanks, > > Asaf Penso > > > > Regards, > > Asaf Penso > > > > > > -- > > *From:* users on behalf of Gerry Wan < > > ger...@stanford.edu> > > *Sent:* Sunday, October 25,

Re: [dpdk-users] RSS with VLAN tagged packets

2020-10-24 Thread Gerry Wan
et you know as soon as we have it. > > Thanks, > Asaf Penso > > Regards, > Asaf Penso > > > -- > *From:* users on behalf of Gerry Wan < > ger...@stanford.edu> > *Sent:* Sunday, October 25, 2020, 00:05 > *To:* users@dpdk.org

Re: [dpdk-users] RSS with VLAN tagged packets

2020-10-24 Thread Asaf Penso
on behalf of Gerry Wan Sent: Sunday, October 25, 2020, 00:05 To: users@dpdk.org Subject: [dpdk-users] RSS with VLAN tagged packets Hello, I am configuring RSS through through rte_eth_dev_configure using rte_eth_conf with mq_ mode = ETH_MQ_RSS and specifying rss_hf = ETH_RSS_IP | ETH_RSS_TCP

[dpdk-users] RSS with VLAN tagged packets

2020-10-24 Thread Gerry Wan
Hello, I am configuring RSS through through rte_eth_dev_configure using rte_eth_conf with mq_ mode = ETH_MQ_RSS and specifying rss_hf = ETH_RSS_IP | ETH_RSS_TCP | ETH_RSS_UDP. I've noticed that even single VLAN tagged packets do not get hashed. Is there a flag I am missing to do this? Is RSS poss