[dpdk-dev] [Bug 365] Do not reimplement inet_pton

bugzilla at dpdk.org bugzilla at dpdk.org
Wed Nov 13 09:10:10 CET 2019


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 at dpdk.org
          Reporter: david.marchand at 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.


More information about the dev mailing list