Re: [PATCH v7] ip_frag: add IPv4 fragment copy packet API

2022-08-29 Thread Thomas Monjalon
09/08/2022 00:29, Konstantin Ananyev: > 08/08/2022 02:48, Huichao Cai пишет: > > Some NIC drivers support MBUF_FAST_FREE(Device supports optimization > > for fast release of mbufs. When set application must guarantee that > > per-queue all mbufs comes from the same mempool,has refcnt = 1,direct > >

Re: [PATCH v7] ip_frag: add IPv4 fragment copy packet API

2022-08-08 Thread Konstantin Ananyev
08/08/2022 02:48, Huichao Cai пишет: Some NIC drivers support MBUF_FAST_FREE(Device supports optimization for fast release of mbufs. When set application must guarantee that per-queue all mbufs comes from the same mempool,has refcnt = 1,direct and non-segmented.)offload. In order to adapt to this

[PATCH v7] ip_frag: add IPv4 fragment copy packet API

2022-08-07 Thread Huichao Cai
Some NIC drivers support MBUF_FAST_FREE(Device supports optimization for fast release of mbufs. When set application must guarantee that per-queue all mbufs comes from the same mempool,has refcnt = 1,direct and non-segmented.)offload. In order to adapt to this offload function, add this API. Add so