[dpdk-dev] [PATCH v2 2/3] port: fix ras ring ports

2015-10-19 Thread Thomas Monjalon
2015-09-24 11:55, Piotr Azarewicz: > Bug fixes for ring ports with IPv4/IPv6 reassembly support. > Previous implementation can't work properly due to incorrect choosing > process function. > Also, assuming that, when processing ip packet, ip header is know we can > set l3_len parameter here. > > S

[dpdk-dev] [PATCH v2 2/3] port: fix ras ring ports

2015-09-24 Thread Piotr Azarewicz
Bug fixes for ring ports with IPv4/IPv6 reassembly support. Previous implementation can't work properly due to incorrect choosing process function. Also, assuming that, when processing ip packet, ip header is know we can set l3_len parameter here. Signed-off-by: Piotr Azarewicz --- lib/librte_po