[dpdk-dev] [PATCH v3] 10G PMD: New vectorized functions for RX/TX

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jun 16 10:25:36 CEST 2014


2014-06-13 23:52, Bruce Richardson:
> New file containing optimized receive and transmit functions which
> use 128bit vector instructions to improve performance. When conditions
> permit, these functions will be enabled at runtime by the device
> initialization routines already in the PMD.
> 
> The compilation of the vectorized RX and TX code paths is controlled by
> a new setting in the build time configuration for the IXGBE driver. Also
> added is a setting which allows an optional further performance increase
> by disabling the use of the olflags field on packet RX.

Acked-by: Thomas Monjalon <thomas.monjalon at 6wind.com>

I've adjusted code for 2 "ASSIGN_IN_IF" checkpatch errors
and applied for version 1.7.0.

Thanks
-- 
Thomas


More information about the dev mailing list