DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Freeing up Mbuf
@ 2016-12-22 16:47 Kumaraparameshwaran Rathnavel
  2016-12-22 17:00 ` Take Ceara
  2016-12-23  3:54 ` Anupam Kapoor
  0 siblings, 2 replies; 5+ messages in thread
From: Kumaraparameshwaran Rathnavel @ 2016-12-22 16:47 UTC (permalink / raw)
  To: users

Hi All,

The mbuf implementation is similar to the Network Driver of the FreeBSD Network Driver. In DPDK userspace driver it is the responsibility of the rte_eth_dev implementation to free the memory buffer associated with a Queue when descriptors reach below a threshold. In FreeBSD the user can actually specify the free routine for the mbuf when the transmit routine is called. Is this implemented in DPDK. I basically will give the data buffer of the application layer that will be chained with the Transport Layer Headers and I do not want to free up the routines always. Is this possible?

Thanking You,
Param.

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

end of thread, other threads:[~2016-12-24  4:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-22 16:47 [dpdk-users] Freeing up Mbuf Kumaraparameshwaran Rathnavel
2016-12-22 17:00 ` Take Ceara
2016-12-24  4:53   ` Kumaraparameshwaran Rathnavel
2016-12-23  3:54 ` Anupam Kapoor
2016-12-23 16:28   ` Wiles, Keith

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).