Re: [PATCH] net/sfc: account for data offset on Tx

2023-09-11 Thread Andrew Rybchenko
On 9/11/23 13:47, Viacheslav Galaktionov wrote: Memory buffers passed by the application may contain private data, which must not be sent to the NIC. Omit this private data by using the actual data address instead of the default one. Fixes: 3037e6cf3dde ("net/sfc: support regioned NIC DMA memory

[PATCH] net/sfc: account for data offset on Tx

2023-09-11 Thread Viacheslav Galaktionov
Memory buffers passed by the application may contain private data, which must not be sent to the NIC. Omit this private data by using the actual data address instead of the default one. Fixes: 3037e6cf3dde ("net/sfc: support regioned NIC DMA memory mapping type") Cc: sta...@dpdk.org Signed-off-by