Re: [lng-odp] [API-NEXT/PATCHv1 2/4] validation: classification: use tcp data offset field to calculate data offset

2015-10-21 Thread Ivan Khoronzhuk
On 21.10.15 08:14, Balasubramanian Manoharan wrote: TCP data offset field is used to calculate the data offset for accessing the sequence number field in the packet. Signed-off-by: Balasubramanian Manoharan Reviewed-by: Ivan Khoronzhuk --- test/validation/classification/odp_classificat

[lng-odp] [API-NEXT/PATCHv1 2/4] validation: classification: use tcp data offset field to calculate data offset

2015-10-20 Thread Balasubramanian Manoharan
TCP data offset field is used to calculate the data offset for accessing the sequence number field in the packet. Signed-off-by: Balasubramanian Manoharan --- test/validation/classification/odp_classification_common.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --