Acked-by: Vladimir Medvedkin <[email protected]>
On 2/9/2026 4:45 PM, Bruce Richardson wrote:
The simple Tx code path can be reworked to use non-volatile stores - as is the case with the full-featured Tx path - by reusing the existing write_txd function (which just needs to be moved up in the header file). This gives a small performance boost. Signed-off-by: Bruce Richardson <[email protected]> --- drivers/net/intel/common/tx_scalar.h | 55 ++++++++-------------------- 1 file changed, 16 insertions(+), 39 deletions(-)
<snip> -- Regards, Vladimir

