Re: [dpdk-users] problem with an additional MAC address on i40e

2020-08-26 Thread Mandeep Rohilla
Hi Alex, Did you ever get to the bottom of this? regards Mandeep

Re: [dpdk-users] problem with an additional MAC address on i40e

2018-08-15 Thread Alex Kiselev
for this issue ? > > Really appreciate your response. > > Thanks, > Ananda > > > -Original Message- > From: users On Behalf Of Alex Kiselev > Sent: Sunday, May 27, 2018 9:09 AM > To: Xing, Beilei ; users@dpdk.org; Zhang, Qi Z > > Subject: Re: [dpdk

Re: [dpdk-users] problem with an additional MAC address on i40e

2018-08-14 Thread Ananda Sathyanarayana
; Zhang, Qi Z Subject: Re: [dpdk-users] problem with an additional MAC address on i40e Everything is fine with testmpd promisc mode, it was just my inattention. The rest of my previous mail is still valid. > Hi Beilei. > I've found a way to reproduce the bug with the testpmd. >

Re: [dpdk-users] problem with an additional MAC address on i40e

2018-05-27 Thread Alex Kiselev
Everything is fine with testmpd promisc mode, it was just my inattention. The rest of my previous mail is still valid. > Hi Beilei. > I've found a way to reproduce the bug with the testpmd. > I beleive that the bug is that once an additional MAC is added to > a i40e port the port stop

Re: [dpdk-users] problem with an additional MAC address on i40e

2018-05-27 Thread Alex Kiselev
Hi Beilei. I've found a way to reproduce the bug with the testpmd. I beleive that the bug is that once an additional MAC is added to a i40e port the port stop receiving packets with source MAC addresses equal to the added MAC. First, I modified testpmd and turned off promisc mode by commenting

Re: [dpdk-users] problem with an additional MAC address on i40e

2018-05-25 Thread Alex Kiselev
Hi Beilei. > What's the firmware version you used? Did you try testpmd? I've tried testpmd and didn't find any issues too. Therefore there are some specific initialization steps that I do in my application that cause the issue, or there are steps that I don't do, but I should. Also, I've

Re: [dpdk-users] problem with an additional MAC address on i40e

2018-05-24 Thread Xing, Beilei
Hi Kiselev, What's the firmware version you used? Did you try testpmd? I tried testpmd with X710 on my side, the steps are: testpmd> set fwd rxonly testpmd> set verbose 1 testpmd> start testpmd> mac_addr add 0 00:00:5E:00:01:0A testpmd> stop testpmd> start After that, packets with destination

[dpdk-users] problem with an additional MAC address on i40e

2018-05-22 Thread Alex Kiselev
Hi. I am facing an issue trying to receive packets destined to the MAC address ipv4_mcast_12 01:00:5E:00:00:12. The problem is that once I add to a port additional MAC address 00:00:5E:00:01:0A using rte_eth_dev_mac_addr_add(), the port stop receiving packets destinated to the address