X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_ip_frag%2Frte_ipv6_reassembly.c;h=c6228275f34d8a8472701a02d4a0320aa339d8b1;hb=ee4d98314bd0bf07416f2afacd83fc01c450bb83;hp=c6522508c4126458f907ac6b3f630aca39cded87;hpb=4f1a8f6338620091835b31ee4eee085183516a68;p=dpdk.git diff --git a/lib/librte_ip_frag/rte_ipv6_reassembly.c b/lib/librte_ip_frag/rte_ipv6_reassembly.c index c6522508c4..c6228275f3 100644 --- a/lib/librte_ip_frag/rte_ipv6_reassembly.c +++ b/lib/librte_ip_frag/rte_ipv6_reassembly.c @@ -32,15 +32,9 @@ */ #include -#include -#include #include -#include -#include -#include -#include "rte_ip_frag.h" #include "ip_frag_common.h" /** @@ -55,7 +49,7 @@ * Reassemble fragments into one packet. */ struct rte_mbuf * -ipv6_frag_reassemble(const struct rte_ip_frag_pkt *fp) +ipv6_frag_reassemble(const struct ip_frag_pkt *fp) { struct ipv6_hdr *ip_hdr; struct ipv6_extension_fragment *frag_hdr; @@ -154,7 +148,7 @@ rte_ipv6_frag_reassemble_packet(struct rte_ip_frag_tbl *tbl, struct rte_ip_frag_death_row *dr, struct rte_mbuf *mb, uint64_t tms, struct ipv6_hdr *ip_hdr, struct ipv6_extension_fragment *frag_hdr) { - struct rte_ip_frag_pkt *fp; + struct ip_frag_pkt *fp; struct ip_frag_key key; uint16_t ip_len, ip_ofs;