]> git.droids-corp.org - dpdk.git/commit
net/af_xdp: add missing trailing newline in logs
authorDavid Marchand <david.marchand@redhat.com>
Thu, 17 Feb 2022 13:06:14 +0000 (14:06 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 17 Feb 2022 17:47:57 +0000 (18:47 +0100)
commit744fd4126937b7f195fac38ae24cab52d0922b04
treebd0d09c8c5a493674c1dda9bdeba098bddae8bd5
parent17ec9678d4647f0e90b04dc2a091e36451d16ad4
net/af_xdp: add missing trailing newline in logs

Caught 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: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ciara Loftus <ciara.loftus@intel.com>
drivers/net/af_xdp/rte_eth_af_xdp.c