numam-dpdk/drivers
Dekel Peled 1f1eb0949c net/mlx5: fix UDP checksum zeroing
Function flow_dv_zero_encap_udp_csum() uses a while loop to iterate
over vlan items in flow rule.
Pointer next_hdr is incremented to the next item before it is used,
so the first item is skipped.

This patch moves the incrementing of next_hdr to the correct place.

Fixes: bf1d7d9a03 ("net/mlx5: zero out UDP checksum in encapsulation")

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
2019-08-06 17:42:12 +02:00
..
baseband baseband/turbo_sw: extend for 5G 2019-07-05 15:28:14 +02:00
bus bus/fslmc: fix build with 0 headroom 2019-08-05 19:24:27 +02:00
common common/octeontx2: fix mbox memory access 2019-08-05 23:18:27 +02:00
compress compress/zlib: fix error handling 2019-07-26 14:52:24 +02:00
crypto crypto/dpaa2_sec: fix handling of session init failure 2019-07-19 14:43:40 +02:00
event event/octeontx2: fix null dereference 2019-07-29 22:17:29 +02:00
mempool common/octeontx2: fix mbox memory access 2019-08-05 23:18:27 +02:00
net net/mlx5: fix UDP checksum zeroing 2019-08-06 17:42:12 +02:00
raw raw/ntb: fix null pointer dereference 2019-08-06 09:57:18 +02:00
Makefile drivers: add common as dependency for bus 2018-10-16 14:54:25 +02:00
meson.build build: print list of disabled components 2019-07-02 23:20:26 +02:00