Re: [dpdk-dev] [PATCH v3 0/2] add mbuf fast free offload support

2021-01-27 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Friday, January 22, 2021 7:12 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Matan Azrad > ; Ori Kam ; NBU-Contact-Thomas > Monjalon ; Alexander Kozyrev > > Subject: [PATCH v3 0/2] add mbuf fast free offload support > > This

Re: [dpdk-dev] [PATCH v3 0/2] add mbuf fast free offload support

2021-01-26 Thread Matan Azrad
From: Viacheslav Ovsiienko > This patch adds support of the mbuf fast free offload to the transmit > datapath. > This offload allows to free the mbufs on transmit completion in the most > efficient way. It requires the all mbufs were allocated from the same pool, > have the reference counter v

[dpdk-dev] [PATCH v3 0/2] add mbuf fast free offload support

2021-01-22 Thread Viacheslav Ovsiienko
This patch adds support of the mbuf fast free offload to the transmit datapath. This offload allows to free the mbufs on transmit completion in the most efficient way. It requires the all mbufs were allocated from the same pool, have the reference counter value as 1, and have no any externally atta