Re: [dpdk-dev] [PATCH v12 2/3] lib/gro: add TCP/IPv4 GRO support

2017-07-08 Thread Tan, Jianfeng
On 7/7/2017 6:39 PM, Jiayu Hu wrote: In this patch, we introduce five APIs to support TCP/IPv4 GRO. - gro_tcp4_reassemble: reassemble an inputted TCP/IPv4 packet. - gro_tcp4_tbl_create: create a TCP/IPv4 reassembly table, which is used to merge packets. - gro_tcp4_tbl_destroy: free memory

[dpdk-dev] [PATCH v12 2/3] lib/gro: add TCP/IPv4 GRO support

2017-07-07 Thread Jiayu Hu
In this patch, we introduce five APIs to support TCP/IPv4 GRO. - gro_tcp4_reassemble: reassemble an inputted TCP/IPv4 packet. - gro_tcp4_tbl_create: create a TCP/IPv4 reassembly table, which is used to merge packets. - gro_tcp4_tbl_destroy: free memory space of a TCP/IPv4 reassembly table. - gr