Re: [dpdk-dev] [PATCH] ixgbe: Add runtime tx/rx queue setup for X550

2021-06-16 Thread Zhang, Qi Z
Comments inline. From: Wu, Jianyue (NSB - CN/Hangzhou) Sent: Wednesday, June 16, 2021 1:04 PM To: Zhang, Qi Z Cc: dev@dpdk.org Subject: RE: [dpdk-dev] [PATCH] ixgbe: Add runtime tx/rx queue setup for X550 Hi, Qi, OK, thanks indeed for the explanation, appreciated😊 BTW, I see patch is

Re: [dpdk-dev] [PATCH] ixgbe: Add runtime tx/rx queue setup for X550

2021-06-15 Thread Wu, Jianyue (NSB - CN/Hangzhou)
ks. Best Regards, Dave(Jianyue) From: Zhang, Qi Z Sent: 2021年6月16日 8:31 To: Wu, Jianyue (NSB - CN/Hangzhou) Cc: dev@dpdk.org Subject: RE: [dpdk-dev] [PATCH] ixgbe: Add runtime tx/rx queue setup for X550 Hi Jianyue: I think you can ignore those warning. Below are couple questions for this patch:

Re: [dpdk-dev] [PATCH] ixgbe: Add runtime tx/rx queue setup for X550

2021-06-15 Thread Zhang, Qi Z
Hi Jianyue: I think you can ignore those warning. Below are couple questions for this patch: 1. why only enable this for x550, is it because you only need this or you already know other ixgbe device has the limitation? 2 . As the patch expose the new feature of the driver, could you provide