[dpdk-dev] [PATCH] librte_reorder: New reorder library with unit tests and app

2015-01-07 Thread Pattan, Reshma
Self Nacked. Sending multiple sub patches instead of this big patch. > -Original Message- > From: Pattan, Reshma > Sent: Wednesday, January 7, 2015 3:28 PM > To: dev at dpdk.org > Cc: Pattan, Reshma > Subject: [PATCH] librte_reorder: New reorder library with unit tests and app > > From: R

[dpdk-dev] [PATCH] librte_reorder: New reorder library with unit tests and app

2015-01-07 Thread Reshma Pattan
From: Reshma Pattan 1)New library to provide reordering of out of ordered mbufs based on sequence number of mbuf. Library uses reorder buffer structure which in tern uses two circular buffers called ready and order buffers. *rte_reorder_create API creates instance