https://bugs.dpdk.org/show_bug.cgi?id=365
Bug ID: 365 Summary: Do not reimplement inet_pton Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: minor Priority: Normal Component: other Assignee: dev@dpdk.org Reporter: david.march...@redhat.com Target Milestone: --- We currently have 3 components that reimplement inet_pton. These should be cleaned up. $ git grep ^inet_pton v19.11-rc2 v19.11-rc2:drivers/net/softnic/parser.c:inet_pton4(const char *src, unsigned char *dst) v19.11-rc2:drivers/net/softnic/parser.c:inet_pton6(const char *src, unsigned char *dst) v19.11-rc2:examples/ip_pipeline/parser.c:inet_pton4(const char *src, unsigned char *dst) v19.11-rc2:examples/ip_pipeline/parser.c:inet_pton6(const char *src, unsigned char *dst) v19.11-rc2:examples/ipsec-secgw/parser.c:inet_pton4(const char *src, unsigned char *dst) v19.11-rc2:examples/ipsec-secgw/parser.c:inet_pton6(const char *src, unsigned char *dst) -- You are receiving this mail because: You are the assignee for the bug.