Re: [dpdk-dev] [PATCH 1/2] security: use the net library for IP structs

2021-09-19 Thread William Tu
On Wed, Sep 15, 2021 at 9:27 AM Tal Shnaiderman wrote: > > Remove the netinet includes and replaces them > with rte_ip.h to support the in_addr/in6_addr structs > on all operating systems. > > Signed-off-by: Tal Shnaiderman > --- Acked-by: William Tu I sent a similar patch to enable ixgbe supp

[dpdk-dev] [PATCH 1/2] security: use the net library for IP structs

2021-09-15 Thread Tal Shnaiderman
Remove the netinet includes and replaces them with rte_ip.h to support the in_addr/in6_addr structs on all operating systems. Signed-off-by: Tal Shnaiderman --- lib/net/rte_ip.h| 1 + lib/security/meson.build| 2 +- lib/security/rte_security.h | 5 + 3 files changed, 3 insert