Re: [dpdk-dev] [PATCH] mbuf: rename outer ip checksum macro

2021-02-24 Thread Andrew Rybchenko
On 2/24/21 7:24 PM, Lance Richardson wrote: > Rename PKT_RX_EIP_CKSUM_BAD to PKT_RX_OUTER_IP_CKSUM_BAD and > deprecate the original name. The new name is better aligned > with existing PKT_RX_OUTER_* flags, which should help reduce > confusion about its purpose. > > Suggested-by: Ferruh Yigit > S

[dpdk-dev] [PATCH] mbuf: rename outer ip checksum macro

2021-02-24 Thread Lance Richardson
Rename PKT_RX_EIP_CKSUM_BAD to PKT_RX_OUTER_IP_CKSUM_BAD and deprecate the original name. The new name is better aligned with existing PKT_RX_OUTER_* flags, which should help reduce confusion about its purpose. Suggested-by: Ferruh Yigit Signed-off-by: Lance Richardson --- app/test-pmd/csumonly