DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] mbuf free cnt not decreasing
@ 2016-04-15  8:34 Javier Coleto Fernández
  2016-04-15 13:01 ` Andriy Berestovskyy
  0 siblings, 1 reply; 14+ messages in thread
From: Javier Coleto Fernández @ 2016-04-15  8:34 UTC (permalink / raw)
  To: users

Hello,

I've developed an application using DPDK to make forwarding and
encapsulation/decapsulation between two end nodes.
This application uses two eth interfaces and creates two KNI interfaces to
forward the packets:
- the encapsulated ones through the eth interfaces
- the not encapsulated (standard packets) through the KNI interfaces
The problem I'm facing is my mbuf free count (as given by
rte_mempool_free_count()) keeps increasing and tops at ~8130. Being 8192
the size of the mempool, that stops the packet processing and my
application stops forwarding.
Any clues about what I could do to liberate the free mbufs back to the
mempool?

Regards,
Javier

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-04-19 11:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-15  8:34 [dpdk-users] mbuf free cnt not decreasing Javier Coleto Fernández
2016-04-15 13:01 ` Andriy Berestovskyy
2016-04-18  8:41   ` Javier Coleto Fernández
2016-04-18  9:21     ` Andriy Berestovskyy
2016-04-18 14:37       ` Wiles, Keith
2016-04-18 15:34         ` Javier Coleto Fernández
2016-04-18 15:57           ` Andriy Berestovskyy
2016-04-18 16:01             ` Javier Coleto Fernández
2016-04-18 16:13               ` Andriy Berestovskyy
2016-04-18 16:29                 ` Wiles, Keith
2016-04-18 16:41                   ` Javier Coleto Fernández
2016-04-18 16:44                     ` Wiles, Keith
2016-04-19 11:30                       ` Javier Coleto Fernández
2016-04-18 14:53     ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).