RE: [PATCH] net/i40e: fix comments

2023-07-13 Thread Zhang, Qi Z
> Qi Z > Cc: dev@dpdk.org; n...@arm.com; Jieqiang Wang ; > sta...@dpdk.org > Subject: [PATCH] net/i40e: fix comments > > The limitation of burst size in i40e vector rx has been removed, but the > comment lines have not been updated to reflect the code changes. Remove >

[PATCH] net/i40e: fix comments

2023-07-12 Thread Jieqiang Wang
The limitation of burst size in i40e vector rx has been removed, but the comment lines have not been updated to reflect the code changes. Remove those lines to avoid confusion. Additionally, fix a typo in i40e_tx_queue. Fixes: 9e27f00f3a61 ("net/i40e: fix vector Rx") Cc: jia@intel.com Cc: sta.