dpdk: format UDP hw offload info consistently 93/42393/2
authorNicolas PLANEL <nplanel@cisco.com>
Thu, 27 Feb 2025 08:51:33 +0000 (09:51 +0100)
committerMohammed HAWARI <momohawari@gmail.com>
Tue, 11 Mar 2025 08:43:53 +0000 (08:43 +0000)
commite128af1690ae77e0232cf814fb6bddd5185fd340
tree6a6e0df3ae3049f3ed440662873b6f64e0b5934f
parent067c66f80ea2173d605ecf741fe5caca82b23606
dpdk: format UDP hw offload info consistently

Format the hardware offload info the same way than other protocol
to avoid confusion when reading logs, like this :
  PKT_TX_SCTP_CKSUM (0x0000) SCTP cksum of TX pkt. computed by NIC
  PKT_TX_TCP_CKSUM (0x0000) TCP cksum of TX pkt. computed by NIC
  PKT_TX_UDP_CKSUM (0x0000) TX UDP cksum

Type: improvement
Change-Id: Icd16a484eabe36af4488352312245d638d7dff4b
Signed-off-by: Nicolas PLANEL <nplanel@cisco.com>
Signed-off-by: Nicolas PLANEL <nplanel@gmail.com>
src/plugins/dpdk/device/format.c