Re: [dpdk-dev] I40e-dpdk_18.11-Bonding issue

2021-09-21 Thread Min Hu (Connor)
Hi, Nishant, according to the log, it failed when VF called rte_eth_dev_default_mac_addr_set. I think it may has nothing to do with bond. I suggest you check out the ops (i40e driver) ,that is, 'i40evf_set_default_mac_addr', maybe check out the input parameter, or the communication way between

Re: [dpdk-dev] I40e-dpdk_18.11-Bonding issue

2021-09-20 Thread Nishant Verma
Thanks for the reply. Actually till this time the test has not even started. I have a INTEL processor with 2 onboard nic. b5:00.0 Ethernet controller: Intel Corporation Ethernet Connection X722 for 10GbE backplane (rev 04) b5:00.1 Ethernet controller: Intel Corporation Ethernet Connection X722 for

Re: [dpdk-dev] I40e-dpdk_18.11-Bonding issue

2021-09-17 Thread Min Hu (Connor)
Hi, Nishant, could you tell us your complete detailed steps and logs for test ? the more detailed the better, thanks. 在 2021/9/18 1:20, Nishant Verma 写道: Hi, I am stuck with a bonding issue wrt. DPDK 18.11 with X722 ethernet controller. My system basically creates VF's through

[dpdk-dev] I40e-dpdk_18.11-Bonding issue

2021-09-17 Thread Nishant Verma
Hi, I am stuck with a bonding issue wrt. DPDK 18.11 with X722 ethernet controller. My system basically creates VF's through SRIOV on top of two PF's. One issue I found was if I try to change the MAC address of VF more then once, it won't let me do that. Anyway I can live with that but when I am c