Re: [dpdk-dev] [PATCH v2 3/3] net/mlx5: update modify header using Direct Verbs

2019-04-03 Thread Shahaf Shuler
Tuesday, April 2, 2019 6:13 PM, Dekel Peled: > Subject: [dpdk-dev] [PATCH v2 3/3] net/mlx5: update modify header using > Direct Verbs > > This patch implements additional actions of packet header modifications. > > Add actions: > - INC_TCP_SEQ - Increase sequence number

Re: [dpdk-dev] [PATCH v2 3/3] net/mlx5: update modify header using Direct Verbs

2019-04-02 Thread Ori Kam
el Peled > > Subject: [dpdk-dev] [PATCH v2 3/3] net/mlx5: update modify header using > Direct Verbs > > This patch implements additional actions of packet header > modifications. > > Add actions: > - INC_TCP_SEQ - Increase sequence number in the outermost TCP header. &

[dpdk-dev] [PATCH v2 3/3] net/mlx5: update modify header using Direct Verbs

2019-04-02 Thread Dekel Peled
This patch implements additional actions of packet header modifications. Add actions: - INC_TCP_SEQ - Increase sequence number in the outermost TCP header. - DEC_TCP_SEQ - Decrease sequence number in the outermost TCP header. - INC_TCP_ACK - Increase acknowledgment number in the outermost TCP