On 2/17/2022 1:34 PM, Loftus, Ciara wrote:
Subject: [PATCH] net/af_xdp: add missing trailing newline in logsCaught while trying --in-memory mode, some log messages in this driver are not terminated with a newline: rte_pmd_af_xdp_probe(): net_af_xdp: Failed to register multi-process IPC callback: Operation not supportedvdev_probe(): failed to initialize net_af_xdp device Other locations in this driver had the same issue, fix all at once. Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD") Fixes: d8a210774e1d ("net/af_xdp: support unaligned umem chunks") Fixes: 9876cf8316b3 ("net/af_xdp: re-enable secondary process support") Cc: [email protected] Signed-off-by: David Marchand <[email protected]>Thanks David, LGTM. Acked-by: Ciara Loftus <[email protected]>
Applied to dpdk-next-net/main, thanks.

