Re: [lng-odp] [API-NEXT PATCHv4 1/4] api: packet reference count support

2015-10-21 Thread Ola Liljedahl
On 21 October 2015 at 14:46, Maxim Uvarov wrote: > On 10/21/2015 15:27, Ola Liljedahl wrote: > >> On 20 October 2015 at 17:41, Maxim Uvarov > > wrote: >> >> On 10/15/2015 23:49, Ola Liljedahl wrote: >> >>

Re: [lng-odp] [API-NEXT PATCHv4 1/4] api: packet reference count support

2015-10-21 Thread Ola Liljedahl
On 20 October 2015 at 17:41, Maxim Uvarov wrote: > On 10/15/2015 23:49, Ola Liljedahl wrote: > >> On 9 October 2015 at 08:59, Maxim Uvarov > > wrote: >> >> Add api for packet reference count support. Which is

Re: [lng-odp] [API-NEXT PATCHv4 1/4] api: packet reference count support

2015-10-21 Thread Maxim Uvarov
On 10/21/2015 15:27, Ola Liljedahl wrote: On 20 October 2015 at 17:41, Maxim Uvarov > wrote: On 10/15/2015 23:49, Ola Liljedahl wrote: On 9 October 2015 at 08:59, Maxim Uvarov

Re: [lng-odp] [API-NEXT PATCHv4 1/4] api: packet reference count support

2015-10-20 Thread Maxim Uvarov
On 10/15/2015 23:49, Ola Liljedahl wrote: On 9 October 2015 at 08:59, Maxim Uvarov > wrote: Add api for packet reference count support. Which is useful in case: - multicast support Different packets will probably need different

Re: [lng-odp] [API-NEXT PATCHv4 1/4] api: packet reference count support

2015-10-15 Thread Ola Liljedahl
On 9 October 2015 at 08:59, Maxim Uvarov wrote: > Add api for packet reference count support. Which is useful in case: > - multicast support > Different packets will probably need different headers prepended to the shared packet. How is this handled? - TCP

[lng-odp] [API-NEXT PATCHv4 1/4] api: packet reference count support

2015-10-09 Thread Maxim Uvarov
Add api for packet reference count support. Which is useful in case: - multicast support - TCP retransmission - traffic generator Introduced new call: newpkt = odp_packet_create_ref(pkt) which creates reference to original packet, but handles for reference packet and original are different.

Re: [lng-odp] [API-NEXT PATCHv4 1/4] api: packet reference count support

2015-10-09 Thread Nicolas Morey-Chaisemartin
On 10/09/2015 02:59 PM, Maxim Uvarov wrote: > Add api for packet reference count support. Which is useful in case: > - multicast support > - TCP retransmission > - traffic generator > > Introduced new call: newpkt = odp_packet_create_ref(pkt) which creates > reference to original packet, but