Re: [PATCH 1/3] app/testpmd: fix displaying RSS info

2022-05-31 Thread Andrew Rybchenko
On 5/31/22 05:07, lihuisong (C) wrote: 在 2022/5/30 21:02, Ferruh Yigit 写道: On 5/30/2022 1:32 PM, lihuisong (C) wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.

Re: [PATCH 1/3] app/testpmd: fix displaying RSS info

2022-05-30 Thread Ferruh Yigit
On 5/30/2022 1:32 PM, lihuisong (C) wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. 在 2022/5/30 18:43, Ferruh Yigit 写道: On 5/27/2022 3:30 AM, lihuisong (C) wrote

Re: [PATCH 1/3] app/testpmd: fix displaying RSS info

2022-05-30 Thread Ferruh Yigit
On 5/27/2022 3:30 AM, lihuisong (C) wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. 在 2022/5/26 1:37, Ferruh Yigit 写道: When supported RSS offload flow types are

Re: [PATCH 1/3] app/testpmd: fix displaying RSS info

2022-05-26 Thread Ferruh Yigit
On 5/26/2022 4:52 AM, lihuisong (C) wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. Hi, Ferruh This patch is the same as the following patch: https://nam11.safe

[PATCH 1/3] app/testpmd: fix displaying RSS info

2022-05-25 Thread Ferruh Yigit
When supported RSS offload flow types are printed via 'show port info #' command, flow names are get from flow type array which is wrong and causing some RSS flow types not being displayed. Instead RSS flow type array should be used. Also helper functions added and existing code updated to use hel