Re: [dpdk-dev] [PATCH] drivers: add missing headers

2021-04-14 Thread Ferruh Yigit
On 4/13/2021 11:31 AM, Andrew Rybchenko wrote: On 3/26/21 7:46 PM, Ferruh Yigit wrote: These headers are used but not included explicitly, including them. "arpa/inet.h" is included for 'htons' and friends. "netinet/in.h" is included for 'IPPROTO_IP'. Signed-off-by: Ferruh Yigit Acked-by: An

Re: [dpdk-dev] [PATCH] drivers: add missing headers

2021-04-13 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH] drivers: add missing headers

2021-04-13 Thread Andrew Rybchenko
On 3/26/21 7:46 PM, Ferruh Yigit wrote: > These headers are used but not included explicitly, including them. > > "arpa/inet.h" is included for 'htons' and friends. > "netinet/in.h" is included for 'IPPROTO_IP'. > > Signed-off-by: Ferruh Yigit Acked-by: Andrew Rybchenko

Re: [dpdk-dev] [PATCH] drivers: add missing headers

2021-04-13 Thread Ferruh Yigit
On 3/26/2021 4:46 PM, Ferruh Yigit wrote: These headers are used but not included explicitly, including them. "arpa/inet.h" is included for 'htons' and friends. "netinet/in.h" is included for 'IPPROTO_IP'. Signed-off-by: Ferruh Yigit Any comment/review?

[dpdk-dev] [PATCH] drivers: add missing headers

2021-03-26 Thread Ferruh Yigit
These headers are used but not included explicitly, including them. "arpa/inet.h" is included for 'htons' and friends. "netinet/in.h" is included for 'IPPROTO_IP'. Signed-off-by: Ferruh Yigit --- drivers/crypto/dpaa_sec/dpaa_sec.c| 1 + drivers/event/octeontx/ssovf_worker.h | 2 ++ drivers/