Re: [dpdk-dev] [PATCH] net/mlx5: add ptype table idx for TCP ACK packets

2018-03-29 Thread Bin Huang
Hi Yongseok, Thanks for the comments, I have submitted v2 patch following your comments. https://dpdk.org/dev/patchwork/patch/36763/ On Fri, Mar 30, 2018 at 4:46 AM, Yongseok Koh wrote: > On Thu, Mar 29, 2018 at 07:25:25PM +0800, Bin Huang wrote: >> From: Bin Huang >> >

[dpdk-dev] [PATCH v2] net/mlx5: add ptype table idx for TCP ACK packets

2018-03-29 Thread Bin Huang
From: Bin Huang According to CQE format: - l4_hdr_type: 0 - None 1 - TCP header was present in the packet 2 - UDP header was present in the packet 3 - TCP header was present in the packet with Empty TCP ACK indication. (TCP packet flag is set, and packet

[dpdk-dev] [PATCH] net/mlx5: add ptype table idx for TCP ACK packets

2018-03-29 Thread Bin Huang
From: Bin Huang According to CQE format: - l4_hdr_type: 0 - None 1 - TCP header was present in the packet 2 - UDP header was present in the packet 3 - TCP header was present in the packet with Empty TCP ACK indication. (TCP packet flag is set, and packet

[dpdk-dev] [PATCH] pktgen-dpdk: fix low performance in VM virtio pmd mode

2017-12-20 Thread Bin Huang
Huang Signed-off-by: Bin Huang Signed-off-by: Bin Huang --- lib/common/mbuf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/common/mbuf.h b/lib/common/mbuf.h index 759f95d..93065f6 100644 --- a/lib/common/mbuf.h +++ b/lib/common/mbuf.h @@ -18,6 +18,7 @@ pktmbuf_reset(struct rte_mbuf *m