Re: [dpdk-dev] [PATCH] net: add rte_ipv4_hdr_len()

2020-10-13 Thread Thomas Monjalon
13/10/2020 19:40, Ferruh Yigit: > On 10/12/2020 3:55 PM, Michael Pfeiffer wrote: > > Add a function to calculate the length of an IPv4 header as suggested > > on the mailing list [1]. Call where appropriate. > > > > [1] https://mails.dpdk.org/archives/dev/2020-October/184471.html > > > > Suggeste

Re: [dpdk-dev] [PATCH] net: add rte_ipv4_hdr_len()

2020-10-13 Thread Ferruh Yigit
On 10/12/2020 3:55 PM, Michael Pfeiffer wrote: Add a function to calculate the length of an IPv4 header as suggested on the mailing list [1]. Call where appropriate. [1] https://mails.dpdk.org/archives/dev/2020-October/184471.html Suggested-by: Thomas Monjalon Signed-off-by: Michael Pfeiffer

[dpdk-dev] [PATCH] net: add rte_ipv4_hdr_len()

2020-10-12 Thread Michael Pfeiffer
Add a function to calculate the length of an IPv4 header as suggested on the mailing list [1]. Call where appropriate. [1] https://mails.dpdk.org/archives/dev/2020-October/184471.html Suggested-by: Thomas Monjalon Signed-off-by: Michael Pfeiffer --- app/test-pmd/5tswap.c | 2 +-