> -Original Message-
> From: Ananyev, Konstantin [mailto:konstantin.anan...@intel.com]
> Sent: Sunday, June 04, 2017 12:21 PM
<..>
> >
> > +/* delete fragmentation table */
> > +void
> > +rte_ip_frag_table_destroy(struct rte_ip_frag_tbl *tbl)
> > +{
> > + uint32_t i;
> > +
> > + for (i
Hu Allain,
> -Original Message-
> From: Allain Legacy [mailto:allain.leg...@windriver.com]
> Sent: Tuesday, April 25, 2017 6:05 PM
> To: Ananyev, Konstantin
> Cc: dev@dpdk.org; Osman, Dahir (Wind River)
> Subject: [PATCH] ip_frag: free mbufs on reassembly table destroy
>
> From: Dahir O
From: Dahir Osman
The rte_ip_frag_table_destroy procedure simply releases the memory for the
table without freeing the packet buffers that may be referenced in the hash
table for in-flight or incomplete packet reassembly operations. To prevent
leaked mbufs go through the list of fragments and fr
3 matches
Mail list logo