Re: [PATCH V2] app/testpmd: fix parameters order when calling rte_ether_addr_copy()

2021-11-22 Thread Ferruh Yigit
: Tuesday, November 16, 2021 3:00 AM To: Xu, Wei1 ; Lu, Wenzhuo ; Wu, Jingjing ; Iremonger, Bernard ; dev@dpdk.org Cc: Zhang, Qi Z Subject: Re: [PATCH V2] app/testpmd: fix parameters order when calling rte_ether_addr_copy() On 11/11/2021 2:29 AM, Xu, Wei1 wrote: Running in 'csum' mode, the

RE: [PATCH V2] app/testpmd: fix parameters order when calling rte_ether_addr_copy()

2021-11-22 Thread Xu, Wei1
, Bernard ; dev@dpdk.org Cc: Zhang, Qi Z Subject: Re: [PATCH V2] app/testpmd: fix parameters order when calling rte_ether_addr_copy() On 11/11/2021 2:29 AM, Xu, Wei1 wrote: > Running in 'csum' mode, the 'from' and 'to' parameters are not in the > correct or

Re: [PATCH V2] app/testpmd: fix parameters order when calling rte_ether_addr_copy()

2021-11-15 Thread Ferruh Yigit
On 11/11/2021 2:29 AM, Xu, Wei1 wrote: Running in 'csum' mode, the 'from' and 'to' parameters are not in the correct order when calling rte_ether_addr_copy() which means the 'src/dst' mac addresses in the mbuf will be overwriten. Hi Wei, Original code looks good. What are you trying to fix ex

[PATCH V2] app/testpmd: fix parameters order when calling rte_ether_addr_copy()

2021-11-11 Thread Xu, Wei1
Running in 'csum' mode, the 'from' and 'to' parameters are not in the correct order when calling rte_ether_addr_copy() which means the 'src/dst' mac addresses in the mbuf will be overwriten. As a result, the packets will not be recognized and received by the receiver(s). Test CLI: ./app/dpdk-test