> -----Original Message-----
> From: Feifei Wang <[email protected]>
> Sent: Thursday, March 3, 2022 9:54 AM
> To: Xing, Beilei <[email protected]>; David Christensen
> <[email protected]>; Richardson, Bruce <[email protected]>;
> Ananyev, Konstantin <[email protected]>; Ruifeng Wang
> <[email protected]>
> Cc: [email protected]; [email protected]; Feifei Wang <[email protected]>;
> Honnappa Nagarahalli <[email protected]>
> Subject: [PATCH v1] net/i40e: remove redundant number of packets check
>
> For i40e_xmit_pkts_vec_xx function, it checks nb_pkts to ensure nb_pkts does
> not cross rs_thresh.
>
> However, in i40e_xmit_fixed_burst_vec_xx function, this check will be
> performed again. To improve code, delete this redundant check.
>
> Suggested-by: Honnappa Nagarahalli <[email protected]>
> Signed-off-by: Feifei Wang <[email protected]>
> Reviewed-by: Ruifeng Wang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi