On Fri, May 30, 2025 at 02:57:06PM +0100, Anatoly Burakov wrote: > There is an option `RTE_PMD_PACKET_PREFETCH` in `rte_config.h` that is > always set to 1 by default, and that controls some prefetch behavior in the > driver. However, there's another prefetch behavior that is controlled by > `RTE_PMD_USE_PREFETCH`, which is always defined unconditionally (literally > using `#if 1` construct). > > Replace the check to also use `RTE_PMD_PACKET_PREFETCH` to allow turning it > off at build time. > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- [PATCH v4 01/25] net/ixgbe: remove unused field in Rx que... Anatoly Burakov
- [PATCH v4 02/25] net/iavf: make IPsec stats dynamically a... Anatoly Burakov
- [PATCH v4 03/25] net/ixgbe: match variable names to other... Anatoly Burakov
- Re: [PATCH v4 03/25] net/ixgbe: match variable names... Bruce Richardson
- [PATCH v4 04/25] net/i40e: match variable name to other d... Anatoly Burakov
- Re: [PATCH v4 04/25] net/i40e: match variable name t... Bruce Richardson
- [PATCH v4 07/25] net/ice: rename 16-byte descriptor defin... Anatoly Burakov
- Re: [PATCH v4 07/25] net/ice: rename 16-byte descrip... Bruce Richardson
- [PATCH v4 08/25] net/iavf: rename 16-byte descriptor defi... Anatoly Burakov
- [PATCH v4 10/25] net/ixgbe: replace always-true check Anatoly Burakov
- Re: [PATCH v4 10/25] net/ixgbe: replace always-true ... Bruce Richardson
- [PATCH v4 09/25] net/ixgbe: simplify vector PMD compilati... Anatoly Burakov
- Re: [PATCH v4 09/25] net/ixgbe: simplify vector PMD ... Bruce Richardson
- [PATCH v4 12/25] net/i40e: clean up definitions Anatoly Burakov
- Re: [PATCH v4 12/25] net/i40e: clean up definitions Bruce Richardson
- [PATCH v4 11/25] net/ixgbe: clean up definitions Anatoly Burakov
- Re: [PATCH v4 11/25] net/ixgbe: clean up definitions Bruce Richardson
- [PATCH v4 14/25] net/iavf: clean up definitions Anatoly Burakov
- Re: [PATCH v4 14/25] net/iavf: clean up definitions Bruce Richardson
- [PATCH v4 13/25] net/ice: clean up definitions Anatoly Burakov
- Re: [PATCH v4 13/25] net/ice: clean up definitions Bruce Richardson